-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgrid.html
executable file
·358 lines (309 loc) · 23 KB
/
grid.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Your Name Here - Grid</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="scripts/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="scripts/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Icons -->
<link href="scripts/icons/general/stylesheets/general_foundicons.css" media="screen" rel="stylesheet" type="text/css" />
<link href="scripts/icons/social/stylesheets/social_foundicons.css" media="screen" rel="stylesheet" type="text/css" />
<!--[if lt IE 8]>
<link href="scripts/icons/general/stylesheets/general_foundicons_ie7.css" media="screen" rel="stylesheet" type="text/css" />
<link href="scripts/icons/social/stylesheets/social_foundicons_ie7.css" media="screen" rel="stylesheet" type="text/css" />
<![endif]-->
<link rel="stylesheet" href="scripts/fontawesome/css/font-awesome.min.css">
<!--[if IE 7]>
<link rel="stylesheet" href="scripts/fontawesome/css/font-awesome-ie7.min.css">
<![endif]-->
<link href="scripts/wookmark/css/style.css" rel="stylesheet" type="text/css" /><link href="scripts/prettyphoto/css/prettyPhoto.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Palatino+Linotype" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link href="styles/custom.css" rel="stylesheet" type="text/css" />
</head>
<body id="pageBody">
<div id="decorative2">
<div class="container">
<div class="divPanel topArea notop nobottom">
<div class="row-fluid">
<div class="span12">
<div id="divLogo" class="pull-left">
<a href="index.html" id="divSiteTitle">Your Name Here</a><br />
<a href="index.html" id="divTagLine">Your Tag Line Here</a>
</div>
<div id="divMenuRight" class="pull-right">
<div class="navbar">
<button type="button" class="btn btn-navbar-highlight btn-large btn-primary" data-toggle="collapse" data-target=".nav-collapse">
NAVIGATION <span class="icon-chevron-down icon-white"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav nav-pills ddmenu">
<li class="dropdown"><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="page.html" class="dropdown-toggle">Page <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown">
<a href="#" class="dropdown-toggle">Dropdown Item »</a>
<ul class="dropdown-menu sub-menu">
<li><a href="#">Dropdown Item</a></li>
<li><a href="#">Dropdown Item</a></li>
<li><a href="#">Dropdown Item</a></li>
</ul>
</li>
<li><a href="#">Dropdown Item</a></li>
<li><a href="#">Dropdown Item</a></li>
<li><a href="#">Dropdown Item</a></li>
</ul>
</li>
<li class="dropdown active"><a href="grid.html">Grid</a></li>
<li class="dropdown"><a href="simple.html">Simple</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="contentOuterSeparator"></div>
<div class="container">
<div class="divPanel page-content">
<div class="breadcrumbs">
<a href="index.html">Home</a> / <span>Blog</span>
</div>
<div class="row-fluid">
<div class="span12">
<h1>Grid</h1>
<div id="gridArea">
<ul id="tiles">
<li>
<a href="styles/thumbs/sticky_800.jpg" title="Sticky" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/sticky_350.jpg" alt="Sticky" title="Sticky"/></a>
<div class="meta"><span>7 minutes ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">New photo</a></h4>
<p>A sample photo with short description. Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
</li>
<li>
<a href="styles/thumbs/egg_800.jpg" title="Egg" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/egg_350.jpg" alt="Egg" title="Egg"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Sample photo with long description</a></h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<a href="styles/thumbs/earrings_800.jpg" title="Earrings" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/earrings_350.jpg" alt="Earrings" title="Earrings"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Earrings</a></h4>
<p>When an unknown printer took a galley of type and scrambled it to make a type specimen book.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<article class="flex-video">
<iframe width="560" height="315" src="http://player.vimeo.com/video/47911018" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
</article>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Vimeo video embed</a></h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</p>
</li>
<li>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Sample short text</a></h4>
<p>A sample short text post with no 'Read More' link.
</p></li>
<li>
<a href="styles/thumbs/butterfly_800.jpg" title="Butterfly" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/butterfly_350.jpg" alt="Butterfly" title="Butterfly"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Butterfly</a></h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<img src="styles/thumbs/orange_350.jpg" alt="Orange" title="Orange"/>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Sample photo with no lightbox</a></h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p></li>
<li>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Sample quote</a></h4>
<blockquote>
<p>"Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s."</p>
<small>by Author</small>
</blockquote>
</li>
<li>
<a href="styles/thumbs/painted-wood_800.jpg" title="Painted Wood" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/painted-wood_350.jpg" alt="Painted Wood" title="Painted Wood"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Painted Wood</a></h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<a href="styles/thumbs/spiral_800.jpg" title="Spiral" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/spiral_350.jpg" alt="Spiral" title="Spiral"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Sample photo with no description</a></h4>
</li>
<li>
<a href="styles/thumbs/puzzle_800.jpg" title="Puzzle" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/puzzle_350.jpg" alt="Puzzle" title="Puzzle"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Puzzle</a></h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<a href="styles/thumbs/candle_800.jpg" title="Candle" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/candle_350.jpg" alt="Candle" title="Candle"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Candle</a></h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
</li>
<li>
<a href="styles/thumbs/calendar_800.jpg" title="Calendar" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/calendar_350.jpg" alt="Calendar" title="Calendar"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Calendar</a></h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<a href="styles/thumbs/christmas_800.jpg" title="Christmas" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/christmas_350.jpg" alt="Christmas" title="Christmas"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Christmas</a></h4>
<p>When an unknown printer took a galley of type and scrambled it to make a type specimen book.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<a href="styles/thumbs/ships_800.jpg" title="Ships" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/ships_350.jpg" alt="Ships" title="Ships"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Ships</a></h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<a href="styles/thumbs/card_800.jpg" title="Card" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/card_350.jpg" alt="Card" title="Card"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Lorem Ipsum</a></h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<a href="styles/thumbs/fashion_800.jpg" title="Fashion" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/fashion_350.jpg" alt="Fashion" title="Fashion"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Duis mollis, est non commodo</a></h4>
<p>Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<a href="styles/thumbs/air_800.jpg" title="Air" rel="prettyPhoto[gallery1]"><img src="styles/thumbs/air_350.jpg" alt="Air" title="Air"/></a>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Lorem Ipsum</a></h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<br /><a href="#" class="more_link">Read More</a></p></li>
<li>
<article class="youtube video flex-video">
<iframe width="560" height="315" src="http://www.youtube.com/embed/e7OYeIXsW60"></iframe>
</article>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Youtube video embed</a></h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<br /><a href="#" class="more_link">Read More</a></p>
</li>
<li>
<div class="meta"><span>7 days ago</span><span class="pull-right">By Bob</span></div>
<h4><a href="#">Sample long text</a></h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Maecenas sed diam eget risus varius blandit sit amet non magna. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Lorem Ipsum is simply dummy text of the printing and typesetting industry.
<br /><a href="#" class="more_link">Read More</a></p></li>
</ul>
</div>
</div>
</div>
<div id="footerInnerSeparator"></div>
</div>
</div>
<div id="footerOuterSeparator"></div>
<div id="divFooter" class="footerArea">
<div class="container">
<div class="divPanel">
<div class="row-fluid">
<div class="span3" id="footerArea1">
<h3>About Company</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.</p>
<p>
<a href="#" title="Terms of Use">Terms of Use</a><br />
<a href="#" title="Privacy Policy">Privacy Policy</a><br />
<a href="#" title="FAQ">FAQ</a><br />
<a href="#" title="Sitemap">Sitemap</a>
</p>
</div>
<div class="span3" id="footerArea2">
<h3>Recent Blog Posts</h3>
<p>
<a href="#" title="">Lorem Ipsum is simply dummy text</a><br />
<span style="text-transform:none;">2 hours ago</span>
</p>
<p>
<a href="#" title="">Duis mollis, est non commodo luctus</a><br />
<span style="text-transform:none;">5 hours ago</span>
</p>
<p>
<a href="#" title="">Maecenas sed diam eget risus varius</a><br />
<span style="text-transform:none;">19 hours ago</span>
</p>
<p>
<a href="#" title="">VIEW ALL POSTS</a>
</p>
</div>
<div class="span3" id="footerArea3">
<h3>Sample Content</h3>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.
</p>
</div>
<div class="span3" id="footerArea4">
<h3>Get in Touch</h3>
<ul id="contact-info">
<li>
<i class="general foundicon-phone icon"></i>
<span class="field">Phone:</span>
<br />
(123) 456 7890 / 456 7891
</li>
<li>
<i class="general foundicon-mail icon"></i>
<span class="field">Email:</span>
<br />
<a href="mailto:[email protected]" title="Email">[email protected]</a>
</li>
<li>
<i class="general foundicon-home icon" style="margin-bottom:50px"></i>
<span class="field">Address:</span>
<br />
123 Street<br />
12345 City, State<br />
Country
</li>
</ul>
</div>
</div>
<br /><br />
<div class="row-fluid">
<div class="span12">
<p class="copyright">
Copyright © 2013 Your Company. All Rights Reserved.
</p>
<p class="social_bookmarks">
<a href="#"><i class="social foundicon-facebook"></i> Facebook</a>
<a href=""><i class="social foundicon-twitter"></i> Twitter</a>
<a href="#"><i class="social foundicon-pinterest"></i> Pinterest</a>
<a href="#"><i class="social foundicon-rss"></i> Rss</a>
</p>
</div>
</div>
<br />
</div>
</div>
</div>
<script src="scripts/jquery.min.js" type="text/javascript"></script>
<script src="scripts/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="scripts/default.js" type="text/javascript"></script>
<script src="scripts/wookmark/js/jquery.wookmark.js" type="text/javascript"></script>
<script type="text/javascript">$(window).load(function () {var options = {autoResize: true,container: $('#gridArea'),offset: 10};var handler = $('#tiles li');handler.wookmark(options);$('#tiles li').each(function () { var imgm = 0; if($(this).find('img').length>0)imgm=parseInt($(this).find('img').not('p img').css('margin-bottom')); var newHeight = $(this).find('img').height() + imgm + $(this).find('div').height() + $(this).find('h4').height() + $(this).find('p').not('blockquote p').height() + $(this).find('iframe').height() + $(this).find('blockquote').height() + 5;if($(this).find('iframe').height()) newHeight = newHeight+15;$(this).css('height', newHeight + 'px');});handler.wookmark(options);handler.wookmark(options);});</script><script src="scripts/prettyphoto/js/jquery.prettyPhoto.js" type="text/javascript"></script><script type="text/javascript">$("a[rel^='prettyPhoto']").prettyPhoto({social_tools: false});$("a[rel^='prettyPhoto'] img").hover(function(){$(this).animate({opacity:0.7},300)},function(){$(this).animate({opacity:1},300)});</script>
</body>
</html>