forked from LibrarySimplified/library-simplified-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio-masonry.html
executable file
·464 lines (429 loc) · 18.3 KB
/
portfolio-masonry.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
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!DOCTYPE html>
<html language="english">
<head>
<meta charset="utf-8">
<title>Olin · Portfolio Masonry</title>
<link rel="icon" href="favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Fonts (more: http://www.google.com/fonts) -->
<!-- Main Font -->
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<!-- Headings -->
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<!-- Handwritten -->
<link href="http://fonts.googleapis.com/css?family=Marck+Script" rel="stylesheet">
<!-- Countdown, Pricing Table Price Tag -->
<link href="http://fonts.googleapis.com/css?family=Oswald:300,400,700" rel="stylesheet">
<!-- Logo -->
<link href="http://fonts.googleapis.com/css?family=Cantora+One" rel="stylesheet" type="text/css">
<!-- CDN Bootstrap & FontAwesome -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
<link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<!-- CSS Libraries -->
<link href="assets/css/animate.min.css" rel="stylesheet">
<link href="assets/css/bxslider.css" rel="stylesheet">
<link href="assets/css/magnific-popup.css" rel="stylesheet">
<!-- Theme Specific CSS -->
<link href="assets/css/styles.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
<!-- Predefined Color Scheme -->
<link href="assets/css/colors/default.css" rel="stylesheet" id="colors">
<!-- LESS - Development Only
<link href="assets/less/styles.less" rel="stylesheet/less" />
<script>less = { env: 'development' };</script>
<script src="assets/js/less.js"></script>
-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="assets/js/html5shiv.js"></script>
<script src="assets/js/respond.min.js"></script>
<link href="assets/css/ie8.css" rel="stylesheet"></link>
<![endif]-->
</head>
<body>
<header id="header" class="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Skip navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="/">Logo</a>
</div>
<nav class="collapse navbar-collapse" role="navigation">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#">Pages</a>
<ul class="dropdown-menu">
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact - Full Width</a></li>
<li><a href="#contact" data-toggle="modal">Contact - Popup (Modal)</a></li>
<li><a href="coming-soon.html">Coming Soon</a></li>
<li><a href="coming-soon-bg-image.html">Coming Soon (Background)</a></li>
<li><a href="pricing-tables.html">Pricing Tables</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="404.html">404 - Page not found</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#">Features</a>
<ul class="dropdown-menu">
<li><a href="elements.html">Elements</a></li>
<li><a href="grid-system.html">Grid System</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="typography.html">Typography</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#">Portfolio</a>
<ul class="dropdown-menu">
<li><a href="portfolio-four-columns.html">Four Columns</a></li>
<li><a href="portfolio-three-columns.html">Three Columns</a></li>
<li><a href="portfolio-two-columns.html">Two Columns</a></li>
<li><a href="portfolio-one-column.html">One Column</a></li>
<li><a href="portfolio-masonry.html">Masonry Layout</a></li>
<li><a href="single-project-gallery.html">Single Project - Gallery</a></li>
<li><a href="single-project-slider.html">Single Project - Slider</a></li>
<li><a href="single-project-slider-full-width.html">Single Project - Slider Full Width</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#">Blog</a>
<ul class="dropdown-menu">
<li><a href="blog.html">Blog Home</a></li>
<li><a href="blog-post-slider.html">Blog Post - Slider</a></li>
<li><a href="blog-post-gallery.html">Blog Post - Gallery</a></li>
<li><a href="blog-post-video.html">Blog Post - Video</a></li>
</ul>
</li>
<li class="dropdown header-search-form">
<a><i class="icon-search"></i></a>
<ul class="dropdown-menu">
<li>
<form action="404.html" method="post">
<input type="text" placeholder="Search for.." />
</form>
</li>
</ul>
</li>
</ul>
</nav>
</div>
</header><!-- .navbar-fixed-top -->
<div class="page-top">
<div class="container">
<h1 class="page-top-header">Portfolio - Masonry</h1>
<ol class="breadcrumb">
<li><a href="/">Home</a></li>
<li class="active">Portfolio - Masonry</li>
</ol>
</div>
</div>
<div class="container" id="main">
<h4>Use Images with different Heights to your Advantage</h4>
<p class="lead">
Masonry, which is running in the background of every portfolio by default, will stack/float your images vertically, filling the ugly gaps properly that you usually get when floating elements with varying heights. You don't have to touch a single line of code, simply insert your portfolio.
</p>
<ul class="portfolio-filter list-inline">
<li class="active"><a href="#" data-filter="*">All</a></li>
<li><a href="#" data-filter=".consulting">Consulting</a></li>
<li><a href="#" data-filter=".social-media">Social Media</a></li>
<li><a href="#" data-filter=".mobile">Mobile</a></li>
</ul>
<div class="row">
<ul class="portfolio columns3">
<li class="consulting">
<a href="single-project-gallery.html">
<img src="http://placehold.it/400x600&text=Project+1" alt="" />
<span class="type">Consulting</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Gallery</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="social-media">
<a href="single-project-slider.html">
<img src="http://placehold.it/600x400&text=Project+2" alt="" />
<span class="type">Social Media</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="mobile">
<a href="single-project-slider-full-width.html">
<img src="http://placehold.it/600x400&text=Project+3" alt="" />
<span class="type">Mobile</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider Full Width</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="consulting">
<a href="single-project-gallery.html">
<img src="http://placehold.it/600x400&text=Project+4" alt="" />
<span class="type">Consulting</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Gallery</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="social-media">
<a href="single-project-slider.html">
<img src="http://placehold.it/400x600&text=Project+5" alt="" />
<span class="type">Social Media</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="mobile">
<a href="single-project-slider-full-width.html">
<img src="http://placehold.it/600x400&text=Project+6" alt="" />
<span class="type">Mobile</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider Full Width</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="consulting">
<a href="single-project-gallery.html">
<img src="http://placehold.it/600x400&text=Project+7" alt="" />
<span class="type">Consulting</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Gallery</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="social-media">
<a href="single-project-slider.html">
<img src="http://placehold.it/600x400&text=Project+8" alt="" />
<span class="type">Social Media</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="mobile">
<a href="single-project-slider-full-width.html">
<img src="http://placehold.it/400x600&text=Project+9" alt="" />
<span class="type">Mobile</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider Full Width</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="consulting">
<a href="single-project-gallery.html">
<img src="http://placehold.it/400x600&text=Project+10" alt="" />
<span class="type">Consulting</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Gallery</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="social-media">
<a href="single-project-slider.html">
<img src="http://placehold.it/600x400&text=Project+11" alt="" />
<span class="type">Social Media</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="mobile">
<a href="single-project-slider-full-width.html">
<img src="http://placehold.it/600x400&text=Project+12" alt="" />
<span class="type">Mobile</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider Full Width</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="consulting">
<a href="single-project-gallery.html">
<img src="http://placehold.it/600x400&text=Project+13" alt="" />
<span class="type">Consulting</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Gallery</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="social-media">
<a href="single-project-slider.html">
<img src="http://placehold.it/600x400&text=Project+14" alt="" />
<span class="type">Social Media</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
<li class="mobile">
<a href="single-project-slider-full-width.html">
<img src="http://placehold.it/600x400&text=Project+15" alt="" />
<span class="type">Mobile</span>
<span class="portfolio-item-content">
<span class="header">Single Project - Slider Full Width</span>
<p class="body">Add a short description about this project or just leave it empty.</p>
</span>
</a>
</li>
</ul>
</div>
</div><!-- .container -->
<footer id="footer">
<div class="newsletter">
<div class="container">
<div class="row">
<div class="col-md-8">
<h3 class="title"><i class="icon-envelope-alt"></i> Newsletter</h3>
<span class="lead">We will only send you good stuff. Promise!</span>
</div>
<div class="col-md-4">
<form class="input-group small" method="post" action="">
<input type="text" class="form-control" placeholder="Your Email Address" />
<div class="input-group-btn">
<button class="btn btn-default" type="button">Sign Up <i class="icon-angle-right"></i></button>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="social-networks">
<a href=""><i class="icon-facebook"></i></a>
<a href=""><i class="icon-twitter"></i></a>
<a href=""><i class="icon-google-plus"></i></a>
<a href=""><i class="icon-linkedin"></i></a>
<a href=""><i class="icon-tumblr"></i></a>
<a href=""><i class="icon-dribbble"></i></a>
<a href=""><i class="icon-instagram"></i></a>
<a href=""><i class="icon-pinterest"></i></a>
<a href=""><i class="icon-youtube-play"></i></a>
<a href=""><i class="icon-rss"></i></a>
</div>
</div>
<div class="col-md-4">
<h6 class="title">About</h6>
<p>
We are a small team of remarkable people doing great things. The people who worked with us, leave always happy. Get to know a little bit more <a href="about">about us</a>.
</p>
</div>
<div class="col-md-4">
<h6 class="title">Get in Touch</h6>
<address>
<i class="icon-map-marker"></i> <a class="lightbox-iframe" href="https://maps.google.com/maps?q=Main+Street,+New+York+City,+New+York&hl=en&t=v&hnear=Main+Street,+New+York+City,+New+York" data-toggle="tooltip" title="Show on Google Maps">Main Street, New York City, United States</a><br />
<i class="icon-envelope"></i> <a href="mailto:[email protected]" data-toggle="tooltip" title="Email Us">[email protected]</a><br />
<i class="icon-phone"></i> +1 555 1234 4556<br />
</address>
</div>
</div>
</div>
</div>
<div class="container footer-bottom">
<div class="footer-copyright">
<p>© 2013 by Olin. All Rights Reserved.</p>
</div>
</div>
</footer>
<a href="#" id="scrollToTop">
<i class="icon-angle-up icon-2x"></i>
</a>
<!-- Contact Popup (Modal) -->
<div class="modal fade" id="contact" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">We would love to hear from you</h4>
</div>
<div class="modal-body">
<p class="lead">
Our qualified support is waiting for you, literally. Ask us anything you want. We will get back to you within 24h, seven days a week.</strong>
</p>
<form name="contactform" id="contactform" class="margin-bottom-large" method="post" action="contactform.php">
<div class="row">
<div class="form-group col-md-6">
<label for="name">Name</label>
<input type="text" name="name" id="name" placeholder="" class="form-control" />
</div>
<div class="form-group col-md-6">
<label for="email">Email <span class="text-warning">*</span></label>
<input type="text" name="email" id="email" placeholder="" class="form-control" />
<div id="email_error_empty" class="error">Please enter your email address.</div>
<div id="email_error_invalid" class="error">Please enter a valid email address.</div>
</div>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" name="subject" id="subject" class="form-control" placeholder="" />
</div>
<div class="form-group">
<label for="message">Message <span class="text-warning">*</span></label>
<textarea name="message" id="message" cols="30" rows="10" class="form-control" placeholder=""></textarea>
<div id="message_error_empty" class="error">Please enter a message.</div>
<div id="message_error_invalid" class="error">Please check your message for any errors.</div>
</div>
<div id="mailsuccess" class="success">Your message has been sent successfully.</div>
<div id="mailfail" class="error">Sorry, error occured this time sending your message.</div>
<div class="margin-top-base">
<input type="submit" id="submit_contact_form" class="btn btn-primary" value="Send">
<small class="pull-right text-muted">* required</small>
</div>
<script src="assets/js/validation.js"></script>
</form>
<div class="row">
<div class="col-sm-6">
<h4 class="invert">Great Company Inc.</h4>
<address>
<i class="icon-map-marker"></i> Main Street, New York City, United States<br />
<i class="icon-envelope"></i> [email protected]<br />
<i class="icon-phone"></i> +1 555 1234 4556<br />
</address>
</div>
<div class="col-sm-6">
<h5 class="hr2 margin-bottom-base text-muted"><i class="icon-time"></i> Business Hours</h5>
<p class="lead">
<span class="color">Mon - Fri:</span> <span class="text-muted">9am to 5pm <em>(EST)</em></span><br />
<span class="color">Sat:</span> <span class="text-muted">9am to 2pm <em>(EST)</em></span><br />
<span class="color">Sun:</span> <span class="text-muted">closed</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- JavaScript Libraries & jQuery Plugins -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.bxslider.min.js"></script>
<script src="assets/js/jquery.isotope.min.js"></script>
<script src="assets/js/jquery.fittext.js"></script>
<script src="assets/js/jquery.fitvids.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery.hoverdir.js"></script>
<script src="assets/js/validation.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>