-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkshops.php
67 lines (53 loc) · 4.08 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
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
<?php $thisPage = 'workshoppage'; ?>
<?php $pageTitle = 'Workshops'; ?>
<?php include("includes/pageHeader.php"); ?>
<body id="wrapper" class="vevent home">
<?php include("includes/header.php"); ?>
<!-- SPEAKERS -->
<div class="main-content">
<?php include("includes/nav.php"); ?>
<section class="section workshops">
<h1>Workshops</h1>
<p class="subheading">This year we are running workshops in <a href="#wrk1">grid systems</a>, <a href="#wrk2">responsive design</a> and <a href="#wrk3">letterpress</a>.</p>
<p><em>All workshop attendees receive complimentary entrance to the Ampersand conference.</em></p>
<div id="wrk1" class="workshop-item">
<h1>Designing Grid Systems with Mark Boulton</h1>
<p>The way we make websites has changed. Responsive design has challenged the way we think about layout and their underpinning foundation: grid systems. In this workshop, Mark will take it right back to basics on how to design your grids, what things you need to consider for designing grids for different applications and devices, and how we can practically start working ‘content out’.</p>
<p>Warning: this full day workshop requires work. In fact, most of the day will be spent working on grids with peer review and critique thrown in for good measure. At the end of the day, you’ll know why 12 columns is not always the best grid to use, you’ll know the difference between compound grids and modular grids and when to apply them, and – most importantly – you’ll have the workflows to start making your own grids from scratch.</p>
<h4>Date</h4>
<p>Thursday 27th June 2013</p>
<h4>Location</h4>
<p>Lighthouse, 28 Kensington St, Brighton, BN1 4AJ</p>
<h4>Price</h4>
<p>only £499 including <abbr title="Value Added Tax @20%">VAT</abbr></p>
<p><a href="http://www.eventbrite.co.uk/event/5977664355" class="cta">Register Now</a></p>
</div>
<div id="wrk2" class="workshop-item">
<h1>Responsive Design with Jeremy Keith</h1>
<p>Responsive design is one of the most exciting developments to hit the web for some time. But there’s a common misconception that it involves merely slapping some media queries on to an existing desktop-centric site and labelling the result “mobile-friendly.” Nothing could be further from the truth. This workshop will demonstrate that truly effective responsive design must begin with the content first, which is then progressively adapted to a multitude of screen sizes and environments.</p>
<p>This full day workshop will help you to construct web sites that will feel natural on a whole range of devices, from mobile phones to tablets, laptops, e-readers and devices we haven’t even thought of yet.</p>
<h4>Date</h4>
<p>Thursday 27th June 2013</p>
<h4>Location</h4>
<p>Lighthouse, 28 Kensington St, Brighton, BN1 4AJ</p>
<h4>Price</h4>
<p>only £499 including <abbr title="Value Added Tax @20%">VAT</abbr></p>
<p><a href="http://www.eventbrite.co.uk/event/5977513905" class="cta">Register Now</a></p>
</div>
<div id="wrk3" class="workshop-item">
<h1>Letterpress Workshop with Lionel Perks</h1>
<p>Take a trip back to an analogue age. The half-day letterpress workshops at Magpie Press are designed to replicate the exact working practice of the letterpress printer. The workshops are project-based and intimate – you’ll work with only two attendees at a time, learn how to print a poster, and be able take home the results. You’ll be working with original wooden fonts and lead type under the tuition and supervision of local printing legend, Lionel Perks.</p>
<h4>Dates</h4>
<p>Wednesday 26th – Thursday 27th June 2013</p>
<h4>Location</h4>
<p>Magpie Press, 94a Gloucester Road, Brighton, BN1 4AP</p>
<h4>Price</h4>
<p>only <strong>£249</strong> including <abbr title="Value Added Tax @20%">VAT</abbr></p>
<p><a href="http://www.eventbrite.co.uk/event/5977680403" class="cta">Register Now</a></p>
</div>
<div class="clearfix">
</section>
</div>
<?php include("includes/footer.php"); ?>
</body>
</html>