-
Notifications
You must be signed in to change notification settings - Fork 0
/
illustration.php
125 lines (104 loc) · 4.89 KB
/
illustration.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
<!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 | Art and Illustration</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>
<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">
<h1>Illustration</h1>
<ul class="thumbs">
<li><a href="#"><img src="img/thumbs/puremadlike01_s.jpg" alt="Description"></a><a href="#">Pure Mad Like</a></li>
<li><a href="#"><img src="img/thumbs/london01_s.jpg" alt="Description"></a><a href="#">London</a></li>
<li><a href="#"><img src="img/thumbs/becki01_s.jpg" alt="Description"></a><a href="#">Uncommon Commonlaw</a></li>
<li><a href="#"><img src="img/thumbs/dave01_s.jpg" alt="Description"></a><a href="#">Dave</a></li>
<li><a href="#"><img src="img/thumbs/hardboiled01_s.jpg" alt="Description"></a><a href="#">Hardboiled Web Design</a></li>
<li><a href="#"><img src="img/thumbs/hbcartoons01_s.jpg" alt="Description"></a><a href="#">Retro Cartoons</a></li>
<li><a href="#"><img src="img/thumbs/spiderman01_s.jpg" alt="Description"></a><a href="#">Spiderman</a></li>
<li><a href="#"><img src="img/thumbs/bikerberry01_s.jpg" alt="Description"></a><a href="#">takeCharge! Energy Savers</a></li>
<li><a href="#"><img src="img/thumbs/arkells01_s.jpg" alt="Description"></a><a href="#">Arkells</a></li>
</ul>
</main>
<section role="complementary">
<section class="skills">
<h2>What I Can Do</h2>
<p>I've been drawing and painting since I was old enough to hold a crayon. Fortunately, I like to think I've improved <a href="#">since then</a>. I love experimenting with all styles of illustration — from cartoons to realistic paintings, I can bring any idea to life.</p>
</section>
<section class="availability">
<a href="#">Available For Hire</a>
<p>Accepting work from July 2013</p>
</section>
</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/respond.min.js"></script>
<script src="scripts/picturefill.js"></script>
<script src="scripts/nav.js"></script>
</body>
</html>