This repository has been archived by the owner on May 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
single-architecture-sidebar-right.html
267 lines (195 loc) · 7.65 KB
/
single-architecture-sidebar-right.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
<!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>Typefolio</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 Files
* cssreset-min.css - CSS reset
* typegrid.css - Responsive grid system
* style.css - Main CSS file
Original LESS Stylesheet
<link rel="stylesheet/less" type="text/css" href="css/style.less" />
================================================== -->
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.8.0/build/cssreset/cssreset-min.css">
<link rel="stylesheet" type="text/css" href="css/typegrid.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300' rel='stylesheet' type='text/css'>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
</head>
<body>
<!-- Header - Half Logo
================================================== -->
<section id="header">
<!-- * * * * * * * * * * * * * * * * * * * * * * *
Top Bar & Menu (#nav)
* * * * * * * * * * * * * * * * * * * * * * * * -->
<div class="topbar">
<div class="container">
<!--
A custom jQuery plugin called typeMenu handles the menu
Add .hide-on-mobile to <li> elements to hide a specific item on mobile viewports
-->
<ul id="nav" class="full">
<li>
<a href="about.html">
<span class="count hide-on-mobile">01.</span>
About
</a>
<ul>
<li><a href="index-with-iosslider.html">Home w/ Slider</a></li>
<li><a href="index-with-flexslider.html">Home w/ Slider 2</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</li>
<li>
<a href="works-stackgrid-with-title.html">
<span class="count hide-on-mobile">02.</span>
Works
</a>
<ul>
<li><a href="works-stackgrid-images.html">Images Only</a></li>
<li><a href="works-architecture-three-columns.html">Architecture</a></li>
<li class="hide-on-mobile"><a href="works-architecture-two-columns.html">Two Columns</a></li>
<li>
<a href="single-photography-sidebar-right.html">Single</a>
<ul>
<li><a href="single-photography-full-width.html">Full Width</a></li>
<li><a href="single-photography-sidebar-left.html">Left Sidebar</a></li>
</ul>
</li>
</ul>
</li>
<li>
<a href="shop.html">
<span class="count hide-on-mobile">03.</span>Shop
</a>
<ul>
<li><a href="shop-item.html">Single Item</a></li>
</ul>
</li>
<li>
<a href="archive-blog.html">
<span class="count hide-on-mobile">04.</span>
Blog
</a>
<ul>
<li><a href="single-blog.html">Single Page</a></li>
</ul>
</li>
</ul><!-- // #nav -->
</div><!-- // .container -->
</div><!-- // .topbar -->
<div class="logo-wrap">
<div class="container">
<div class="desktop-6 columns">
<h1><a href="index.html" title="Home"><img src="images/logo_text_half.png" alt="" /></a></h1>
</div><!-- // .desktop-6 -->
<div class="desktop-6 columns">
<p class="site-desc">
Emily Bernd & Associates<br />
<span class="font-color-primary">From product to all things digital</span>
</p><!-- // .site-desc -->
</div><!-- // .desktop-6 -->
<div class="clear"></div>
</div><!-- // .container -->
</div><!-- // .logo-wrap -->
</section><!-- // #header -->
<!-- Work - Single Page (Right Sidebar)
================================================== -->
<section id="works" class="page single">
<div class="container">
<div class="desktop-3 push-9 tablet-12 tablet-push-0 nested columns">
<div class="sidebar sticky">
<div class="desktop-3 tablet-12 columns">
<div class="box-info">
<h3 class="border-top">Urbana</h3>
<p class="project-desc">2012</p>
<p>The various forms of elements from different places expose the essence or identity of a subject through eliminating all non-essential forms, features, or concepts. </p>
</div><!-- // .box-info -->
</div><!-- // .desktop-3 -->
<div class="clear"></div>
<div class="desktop-3 tablet-6 mobile-half columns">
<div class="box-info">
<h4 class="border-top">Category</h4>
<p>
3D Visualization
</p>
</div><!-- // .box-info -->
</div><!-- // .desktop-3 -->
<div class="clear hide-under-tablet"></div>
<div class="desktop-3 tablet-6 mobile-half columns">
<div class="box-info">
<h4 class="border-top">Client</h4>
<p>West Village</p>
</div><!-- // .box-info -->
</div><!-- // .desktop-3 -->
<div class="clear"></div>
</div><!-- // .sticky -->
</div><!-- // .desktop-3 -->
<div class="clear show-under-tablet"></div>
<div class="desktop-9 pull-3 tablet-12 tablet-pull-0 columns">
<img src="images/works_architecture04.jpg" alt="" />
<img src="images/works_architecture03.jpg" alt="" />
<img src="images/works_architecture02.jpg" alt="" />
<img src="images/works_architecture01.jpg" alt="" />
<img src="images/works_architecture08.jpg" alt="" />
<img src="images/works_architecture07.jpg" alt="" />
<img src="images/works_architecture06.jpg" alt="" />
<img src="images/works_architecture05.jpg" alt="" />
</div><!-- // .desktop-0 -->
<div class="clear"></div>
</div><!-- // .container -->
</section><!-- // section -->
<!-- Footer
================================================== -->
<section id="footer">
<div class="container">
<div class="desktop-3 columns">
<p>Copyright © <a href="http://www.typebig.com" class="italic">Typebig</a></p>
</div><!-- // .desktop-3 -->
<div class="desktop-9 columns">
<ul id="social">
<li><a href="http://www.facebook.com" class="hoverMe">Facebook</a></li>
<li><a href="http://www.twitter.com" class="hoverMe">Twitter</a></li>
<li><a href="http://www.google.com" class="hoverMe">Google+</a></li>
</ul><!-- // #social -->
</div><!-- // .desktop-9 -->
<div class="clear"></div>
</div><!-- // .container -->
</section><!-- // section#footer -->
<!-- JS
================================================== -->
<!--
Flexslider 2.1 has known issues of manualControls setting with jQuery 1.9~
Use jQuery 1.8 until Flexslider 2.2 stable version is released
-->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
<script src="js/jQuery.BlackAndWhite.min.js"></script>
<script src="js/modernizr.js"></script>
<script src="js/less-1.4.0.min.js"></script>
<script src="js/jquery.typeMenu.js"></script>
<script src="js/jquery.typeSticky.js"></script>
<script src="js/jquery.custom.js"></script>
<!-- End Document
================================================== -->
</body>
</html>