-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.php
144 lines (119 loc) · 4.8 KB
/
work.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
<!doctype html>
<!--[if lte IE 8]> <html lang="en" class="ie-lte8"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
<head>
<?php include( "scripts/time.php" ); ?>
<title>Geri Coady | Designer & Illustrator in St. John's, Newfoundland, Canada | Work</title>
<meta charset="utf-8">
<meta name="description" content="Geri Coady is a colour-obsessed freelance designer and illustrator living and working in St. John's, Newfoundland, Canada.">
<meta name="keywords" content="illustration, web design, graphic design, branding, logo design, speaking, speaker, front end design, photography, photographer, colour, color, accessibility, st. john's, newfoundland, atlantic, canada">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!--[if lt IE 9]>
<script src="https://github.com/aFarkas/html5shiv/blob/master/dist/html5shiv.js"></script>
<![endif]-->
<!--[if !lte IE 6]>
<!-->
<link rel="stylesheet" href="css/screen.css">
<link rel="stylesheet" href="css/print.css" media="print">
<!--<![endif]-->
<!--[if lte IE 6]>
<link rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.1.1.css" media="screen, projection">
<![endif]-->
<script src="scripts/modernizr.js"></script>
<style>
.sel {
<?php print $small; ?>
}
@media screen and (min-width: 57em) {
.sel {
<?php print $large; ?>
}
}
}
</style>
<link rel="alternate" type="application/rss+xml" title="hellogeri.com RSS" href="http://hellogeri.com/rss">
</head>
<body class="work">
<div id="page">
<header class="doc-head">
<nav role="navigation">
<a href="/" class="logo" title="Illustration, Design, and Photography in Newfoundland, Canada by Geri Coady"><h1>Illustration, Design, and Photography in Newfoundland, Canada by Geri Coady</h1></a>
<ul id="toggle-nav">
<li><a class="icon-illustration" href="illustration.php">illustration</a></li>
<li><a class="icon-design" href="design.php">design</a></li>
<li><a class="icon-photo" href="photography.php">photography</a></li>
<li><a class="icon-about" href="about.php">about me</a></li>
<li><a class="icon-blog" href="blog.php">blog</a></li>
<li><a class="icon-contact" href="contact.php">get in touch</a></li>
</ul>
</nav>
<div role="banner" class="basicheader">
</div>
</header>
<main role="main" class="clearfix">
<div data-picture data-alt="#">
<div data-src="work/illustration/brokersdirect01_sm.jpg"></div>
<div data-src="work/illustration/brokersdirect01_lg.jpg" data-media="(min-width: 57em)"></div>
<noscript>
<img src="work/illustration/brokersdirect01_sm.jpg" alt="#">
</noscript>
</div>
<div data-picture data-alt="#">
<div data-src="work/illustration/brokersdirect02_sm.jpg"></div>
<div data-src="work/illustration/brokersdirect02_lg.jpg" data-media="(min-width: 57em)"></div>
<noscript>
<img src="work/illustration/brokersdirect02_sm.jpg" alt="#">
</noscript>
</div>
</main>
<section role="complementary">
<div class="sticky">
<header>
<h1>Brokers Direct</h1>
<ul>
<li>Client: Brokers Direct</li>
<li>Project: Website Illustration</li>
</ul>
</header>
<p>Cartoon illustration of <a href="http://www.arkells.ca">Arkells</a>, a band from Hamilton, Ontario. Medium: Illustrator, Photoshop.</p>
<q>I'd like to thank you for the amazing portrait you created of us… it's spot on and so cool!</q>
<cite>— Max Kerman, Arkells</cite>
<footer>
<ul>
<li class="navnewer"><a href="/illustration/view/malarkey">Newer</a></li>
<li class="navolder"><a href="/illustration/view/biker_berry">Older</a></li>
<li class="navback"><a href="http://hellogeri.com/illustration">Back</a></li>
</ul>
</footer>
</div>
</section>
<footer role="contentinfo">
<nav class="doc-foot">
<ul>
<li><a href="#">illustration</a></li>
<li><a href="#">design</a></li>
<li><a href="#">photography</a></li>
<li><a href="#">about me</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">get in touch</a></li>
</ul>
</nav>
<nav class="social">
<ul>
<li><a class="twitter" href="http://twitter.com/hellogeri">twitter</a></li>
<li><a class="dribbble" href="http://dribbble.com/hellogeri">dribbble</a></li>
<li><a class="flickr" href="http://www.flickr.com/photos/hellogeri">flickr</a></li>
<li><a class="lanyrd" href="http://lanyrd.com/profile/hellogeri">lanyrd</a></li>
<li><a class="rdio" href="http://www.rdio.com/people/hellogeri">rdio</a></li>
<li><a class="zerply" href="http://zerply.com/hellogeri">zerply</a></li>
</ul>
</nav>
</footer>
</div>
<script src="scripts/respond.min.js"></script>
<script src="scripts/picturefill.js"></script>
<script src="scripts/nav.js"></script>
<script src="scripts/jquery-1.7.1.min.js"></script>
<script src="scripts/sticky.js"></script>
</body>
</html>