-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathindex.php
executable file
·155 lines (142 loc) · 6.45 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<?
$page = 'about';
$desc = 'The London Hackspace is a non-profit hackerspace in London. We\'re a community-run workshop for people to come to share tools and knowledge.';
$blurb = 'A non-profit hackerspace in London: a community-run workshop where people come to share tools and knowledge.';
$hide_menu = 1;
$show_twitter_feed = 1;
$large_page_heading = 1;
require 'header.php';?>
<div id="home-page-container" class="row">
<div class="col-md-4 col-md-push-4">
<section>
<h3>Visit us on a Wednesday</h3>
<p>
We try to hold open evenings <strong>most Wednesdays</strong> from <strong>7pm</strong>
where prospective members can come, check out the space, and attend our space induction. Please check on Discord or our mailing list first to confirm, just in case.
<a href="http://wiki.london.hackspace.org.uk/view/Weekly_Open_Evenings">Learn more</a>.
</p>
</section>
<section>
<h3>Status Update (2024-07-03): London Hackspace is now open again to members!</h3>
<p>
We're still not finished - major construction work is done for a while but there's plenty still to do building workbenches, unpacking equipment and cabling ACNodes. Ask around for ways you can help while you're in working on projects.<br>
Please stay in touch & abreast of developments via Discord/mailing list etc
</p>
To get an Orientation and unlock your 24/7 access, keep in touch via our <a href="https://discord.com/channels/943237246092447794/943237246092447797%7C">Discord Guild</a> for announcements.
</section>
<section>
<h3>Events</h3>
<p>
We host a variety of events covering topics from electronics to brewing and biohacking to lockpicking.
For more details, see our <a href='/events/'>events calendar</a>.
</p>
</section>
<section>
<h3>Membership</h3>
<p>
Our members have a hand in the running of the organisation as well as 24/7 access to the space.
Pay us what you think is fair — <strong><a href='signup.php'>join London Hackspace</a></strong>.
</p>
</section>
<section>
<h3>Donations</h3>
<p>
We're a cash-strapped non-profit and the cost of renting a space in London is extortionate.
Please help us out by donating <a href="/donate.php">money</a> or
<a href="http://wiki.london.hackspace.org.uk/view/Guides/Bringing_items_to_the_space">equipment</a>.
</p>
</section>
</div>
<div class="col-md-4 col-md-push-4">
<section>
<h3>Location</h3>
<div>
<p>
Our address is:
</p>
<p>
41–43 Standard Road<br>
Park Royal<br>
NW10 6HF<br>
</p>
<p>
Convenient transport links. On-street parking available; day pass for ASDA car park purchasable as last resort.
</p>
</div>
</section>
<section>
<h3>Resources</h3>
<ul>
<li><a href="https://wiki.london.hackspace.org.uk/">The wiki</a>, for more about the space</li>
<li><a href="https://discord.gg/VPqdVsqFX5">Join us on Discord</a></li>
<li><a href="https://groups.google.com/forum/#!forum/london-hack-space">Chat to us on the mailing list</a></li>
<li><a href="http://kiwiirc.com/client/irc.libera.chat/#londonhackspace">Chat to us on IRC</a></li>
<li><a href="signup.php">Become a member</a></li>
<li><a href="/organisation/">About the organisation</a></li>
<li><a href="https://github.com/londonhackspace/hackspace-foundation-sites/blob/master/london.hackspace.org.uk/index.php">"Edit" this page (you'll need a github account)</a></li>
</ul>
</section>
</div>
<div class="col-md-4 col-md-pull-8">
<section>
<h3 class="collapsed" data-toggle="collapse" data-target="#youtube-container">Video tour</h3>
<div id="youtube-container" class="collapse">
<iframe
width="338"
height="190"
src="https://www.youtube-nocookie.com/embed/s7_7HKSyub8"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
<div width="338" height="20">
<p>
Note: This video was made in our previous space. We'll update when the new space is in a fit state.
</p>
</section>
<section>
<h3 class="collapsed" data-toggle="collapse" data-target="#flickr-badge-container">Photo stream</h3>
<div id="flickr-badge-container" class="collapse">
<?include 'flickr.html'?>
<p><a href="http://www.flickr.com/groups/londonhackspace/pool">View more on Flickr…</a></p>
</div>
</section>
<section>
<h3 class="collapsed" data-toggle="collapse" data-target=".twitter-container">Twitter</h3>
<div class="twitter-container collapse">
<p>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/londonhackspace" data-widget-id="316326238916591616" height="300">Tweets by @londonhackspace</a>
</p>
</div>
</section>
</div>
</div><!-- end of home-page-container -->
<?require 'footer.php';?>
<script type="text/javascript">
// homepage cleanup events for touch devices and prevent collapseable sections for wide screens
if($('#home-page-container').length > 0) {
var moved = false;
$('#home-page-container h3').bind('touchmove', function(e) {
moved = true;
});
$('#home-page-container h3').bind('touchend', function(e) {
e.preventDefault();
e.stopPropagation();
if($(window).width() <= 480 && !moved) {
$(this).trigger('click');
}
moved = false;
return false;
});
$('#home-page-container h3').bind('click', function(e) {
//alert($(window).width());
if($(window).width() > 480) {
e.preventDefault();
e.stopPropagation();
}
});
}
</script>
</body>
</html>