-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
299 lines (176 loc) · 9.98 KB
/
portfolio.html
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Best Web Design</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
<link rel="stylesheet" href="stylesheets/screen.css">
<link rel="stylesheet" href="stylesheets/screen-ie6.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/bestapple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/bestapple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/bestapple-touch-icon-114x114.png">
</head>
<body>
<div class="page">
<div class="band warning">
<header class="container main">
<div class="sixteen columns">
<h1 style = "width: 748px; height: 49px;background: url(../images/Constructionbanner.png) no-repeat 0 0;" class="logo"></h1>
</div>
</header><!--end container-->
</div><!--end band-->
<div class="band header">
<header class="container main">
<div class="sixteen columns">
<h1 style = "background: url(../images/sprite2.png) no-repeat 0 0;" class="logo"><a href="index.html"></a></h1>
</div>
</header><!--end container-->
</div><!--end band-->
<div class="band navigation">
<nav class="container primary">
<div class="sixteen columns">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About & FAQ</a></li>
<li><a href="portfolio.html">Portfolio</a>
<ul>
<li><a href="#"><span>- </span>Website 1</a></li>
<li><a href="#"><span>- </span>Website 2</a></li>
<li><a href="#"><span>- </span>Website 3</a></li>
<li><a href="#"><span>- </span>Website 4</a></li>
</ul>
</li>
</li>
</ul>
</div>
</nav><!--end container-->
</div><!--end band-->
<div class="band chief">
<div class="container">
<div style="margin-top: 21px;"class="sixteen columns">
<article>
<div class="sixteen columns">
<div id="portfoliocontainer">
<ul id="filter">
<li class="current"><a href="#">All</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">Development</a></li>
<li><a href="#">CMS</a></li>
<li><a href="#">Integration</a></li>
<li><a href="#">Information Architecture</a></li>
</ul>
<ul id="portfolio">
<li class="cms integration"><a href="#"><img src="images/a-list-apart.png" alt="" height="115" width="200" />A List Apart</a></li>
<li class="integration design"><a href="#"><img src="images/apple.png" alt="" height="115" width="200" />Apple</a></li>
<li class="design development"><a href="#"><img src="images/cnn.png" alt="" height="115" width="200" />CNN</a></li>
<li class="cms"><a href="#"><img src="images/digg.png" alt="" height="115" width="200" />Digg</a></li>
<li class="design cms integration"><a href="#"><img src="images/espn.png" alt="" height="115" width="200" />ESPN</a></li>
<li class="design integration"><a href="#"><img src="images/facebook.png" alt="" height="115" width="200" />Facebook</a></li>
<li class="cms information-architecture"><a href="#"><img src="images/google.png" alt="" height="115" width="200" />Google</a></li>
<li class="integration development"><a href="#"><img src="images/netflix.png" alt="" height="115" width="200" />Netflix</a></li>
<li class="information-architecture"><a href="#"><img src="images/nettuts.png" alt="" height="115" width="200" />NETTUTS</a></li>
<li class="design information-architecture cms"><a href="#"><img src="images/twitter.png" alt="" height="115" width="200" />Twitter</a></li>
<li class="development"><a href="#"><img src="images/white-house.png" alt="" height="115" width="200" />White House</a></li>
<li class="cms design"><a href="#"><img src="images/youtube.png" alt="" height="115" width="200" />YouTube</a></li>
</ul>
</div>
</div><!--sixteen-->
<hr/>
</article><!--blog post-->
</div><!--end ten-->
<!--<div class="sixteen columns">
<article>
<div class="sixteen columns omega">
<h3></h3>
<ul>
<li>
</li>
<li>
</li>
<li>
</li>
<li>
</li>
</ul>-->
</div><!--thirteen-->
</article><!--blog post-->
</div><!--end ten-->
</div><!--end container-->
</div><!--end band-->
<div class="band footer">
<footer class="container main">
<div style = "width:100%;" class="reviews">
<header>
<h4>Reviews</h4>
</header>
<ul>
<li>"Super ducking awesome" - Someone</li>
<li>"My website is the sexiest thing since Elizabeth Taylor" - Someone you would really like</li>
<li>"Give this man your money" - yet another friendly stranger</li>
<li>"Brilliant" - The Doctor</li>
</ul>
</div><!--end two-->
<div style = "width:100%; margin: 21px 0;" class="socialmedia">
<header>
<h4>Social Media</h4>
</header>
<ul style = "margin-left: -14px;">
<li style = "display:inline; padding: 7px; background: none;"><span class="icon twitter"></span><a href = "#"><img style = "padding: 7px;" src="images/twitterlogo2.png" alt="" /></a></li>
<li style = "display:inline; padding: 7px; background: none;"><span class="icon rss"></span><a href = "#"><img style = "padding: 7px;" src="images/rsslogo.png" alt="" /></a></li>
<li style = "display:inline; padding: 7px; background: none;"><span class="icon rss"></span><a href = "#"><img style = "padding: 7px;" src="images/googlepluslogo.png" alt="" /></a></li>
</ul>
</div><!--end two-->
</footer><!-- container -->
</div><!--end band-->
<div class="band bottom">
<footer class="container">
<div class="four columns first-credit">
<p>Copyright © 2013 <a href="#">Oliver Herman</a> All Rights Reserved.</p>
</div><!--end four-->
<div class ="four columns second-credit">
<p>Background pattern courtesy of <a href = "http://subtlepatterns.com">subtlepatterns.com</a></p>
</div><!--end four-->
<div class ="four columns second-credit">
<p>Engineered using the <a href = "http://www.getskeleton.com/">Skeleton boilerplate</a> under the MIT License</p>
</div><!--end four-->
<div class="four columns last-credit">
<p>Designed & Developed By <a href="#">Oliver Herman</a>.</p>
</div><!--end four-->
</footer><!-- container -->
</div><!--end band-->
</div><!--end page-->
<!-- Javascript
================================================== -->
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="javascripts/tabs.js"></script>
<script src="javascripts/framework.js"></script>
<script src="javascripts/portfoliojquery.js"></script>
<!--plugins-->
<script src="javascripts/jquery.flexslider.js"></script>
<!--instantiate JS plugins-->
<script src="javascripts/whatever.js"></script>
<!-- End Document
================================================== -->
</body>
</html>