-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgreenway.php
54 lines (44 loc) · 1.72 KB
/
greenway.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
<?php include 'header.php'; ?>
<title>Greenway Brochure - Rob Thwaites - Web & Graphic Design</title>
<link rel="canonical" href="http://robthwaites.com/greenway" />
<?php include 'header2.php'; ?>
<div class="presentation">
<div id="slides" tabindex="-1">
<nav class="prevnext top">
<a class="prev" href="timespace" title="Time, Space & The Body">‹</a>
<a class="close" href="/">✕</a>
<a class="next" href="wattyl" title="Wattyl: 100 Years">›</a>
</nav>
<div class="title greenway">
<div class="box-container">
<div class="box">
<span>Greenway — Celebrating our Home</span>
<span>Graphic Design</span>
<span class="client">Crow's Nest Centre</span>
</div>
</div>
</div>
<div class="caption lead">
<p>Printed brochure designed to promote neighbourhood services available to residents of the Greenway estate. The brochure also featured written articles and resident profiles. I advised on structure and copy for the publication.</p>
<p>Much of the brochure required Chinese translation, an extra challenge for the designer.</p>
</div>
<div class="slide framed">
<img src="/images/greenway/01.jpg" />
</div>
<div class="slide framed">
<img src="/images/greenway/02.jpg" />
</div>
<div class="slide framed">
<img src="/images/greenway/03.jpg" />
</div>
<div class="slide framed">
<img src="/images/greenway/04.jpg" />
</div>
<nav class="prevnext top">
<a class="prev" href="timespace" title="Time, Space & The Body">‹</a>
<a class="close" href="/">✕</a>
<a class="next" href="wattyl" title="Wattyl: 100 Years">›</a>
</nav>
</div>
</div>
<?php include 'footer.php'; ?>