-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathworkshops.php
40 lines (30 loc) · 1.79 KB
/
workshops.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
<?php define('IN_SITE', 1); $page = "Events » Workshops"; include('header.php'); ?>
<div class="container">
<section>
<div class="row">
<div class="col-md-12">
<h1>Events » Workshops</h1>
<?php include('eventsbar.php'); ?>
<p>Workshops are regularly organised by 57North's members and are open to the public. Details of upcoming workshops are listed below. You do not need to be a member to attend a workshop although some workshops do change a fee for attending.</p>
<div class="panel panel-primary">
<div class="panel-heading">11th May: Hack'n'Make</div>
<div class="panel-body">
<p>Hack n Make is a showcase for all kinds of incredible projects. At Hack n Make, you’ll find arts and crafts, science and engineering, music and water. Hack n Make is a show-and-tell event for people of all ages that aims to inspire everyone to become a ‘Maker’. Hack n Make is a show-and-tell event for people of all ages that aims to inspire everyone to become a ‘Maker’.</p>
<p>57North Hacklab will be showcasing some of the projects completed by its members, and running a couple of workshops:</p>
<h3>Flashing Badge Workshop</h3>
<p>Come and make some simple flashing LED badges with 57North. Learn-by-doing
as you solder together a simple oscillator circuit and learn a little theory
behind analogue electronics - who needs micro-controllers! All parts
provided.</p>
<h3>Mind-control Workshop</h3>
<p>Show off your mind control skills whilst learning about consumer EEG headset
tech. Compare scores with others to win the 57North mindlypics trophy</p>
<hr>
<p>More details can be found here: <a href="http://hacknmake.com/">hacknmake.com</a>.</p>
</div><!-- panel-body -->
</div><!-- panel -->
</div>
</div>
</section>
</div><!-- container -->
<?php include('footer.php'); ?>