-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.htm
552 lines (485 loc) · 31.5 KB
/
index.htm
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
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Piccolo Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS
================================================== -->
<link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-responsive.css">
<link rel="stylesheet" href="css/prettyPhoto.css" />
<link rel="stylesheet" href="css/flexslider.css" />
<link rel="stylesheet" href="css/custom-styles.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" href="css/style-ie.css"/>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- JS
================================================== -->
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/jquery.custom.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#btn-blog-next").click(function () {
$('#blogCarousel').carousel('next')
});
$("#btn-blog-prev").click(function () {
$('#blogCarousel').carousel('prev')
});
$("#btn-client-next").click(function () {
$('#clientCarousel').carousel('next')
});
$("#btn-client-prev").click(function () {
$('#clientCarousel').carousel('prev')
});
});
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
slideshow: true,
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
</head>
<body class="home">
<!-- Color Bars (above header)-->
<div class="color-bar-1"></div>
<div class="color-bar-2 color-bg"></div>
<div class="container">
<div class="row header"><!-- Begin Header -->
<!-- Logo
================================================== -->
<div class="span5 logo">
<a href="index.htm"><img src="img/piccolo-logo.png" alt="" /></a>
<h5>Big Things... Small Packages</h5>
</div>
<!-- Main Navigation
================================================== -->
<div class="span7 navigation">
<div class="navbar hidden-phone">
<ul class="nav">
<li class="dropdown active">
<a class="dropdown-toggle" data-toggle="dropdown" href="index.htm">Home <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.htm">Full Page</a></li>
<li><a href="index-gallery.htm">Gallery Only</a></li>
<li><a href="index-slider.htm">Slider Only</a></li>
</ul>
</li>
<li><a href="features.htm">Features</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="page-full-width.htm">Pages <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="page-full-width.htm">Full Width</a></li>
<li><a href="page-right-sidebar.htm">Right Sidebar</a></li>
<li><a href="page-left-sidebar.htm">Left Sidebar</a></li>
<li><a href="page-double-sidebar.htm">Double Sidebar</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="gallery-4col.htm">Gallery <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="gallery-3col.htm">Gallery 3 Column</a></li>
<li><a href="gallery-4col.htm">Gallery 4 Column</a></li>
<li><a href="gallery-6col.htm">Gallery 6 Column</a></li>
<li><a href="gallery-4col-circle.htm">Gallery 4 Round</a></li>
<li><a href="gallery-single.htm">Gallery Single</a></li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="blog-style1.htm">Blog <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="blog-style1.htm">Blog Style 1</a></li>
<li><a href="blog-style2.htm">Blog Style 2</a></li>
<li><a href="blog-style3.htm">Blog Style 3</a></li>
<li><a href="blog-style4.htm">Blog Style 4</a></li>
<li><a href="blog-single.htm">Blog Single</a></li>
</ul>
</li>
<li><a href="page-contact.htm">Contact</a></li>
</ul>
</div>
<!-- Mobile Nav
================================================== -->
<form action="#" id="mobile-nav" class="visible-phone">
<div class="mobile-nav-select">
<select onchange="window.open(this.options[this.selectedIndex].value,'_top')">
<option value="">Navigate...</option>
<option value="index.htm">Home</option>
<option value="index.htm">- Full Page</option>
<option value="index-gallery.htm">- Gallery Only</option>
<option value="index-slider.htm">- Slider Only</option>
<option value="features.htm">Features</option>
<option value="page-full-width.htm">Pages</option>
<option value="page-full-width.htm">- Full Width</option>
<option value="page-right-sidebar.htm">- Right Sidebar</option>
<option value="page-left-sidebar.htm">- Left Sidebar</option>
<option value="page-double-sidebar.htm">- Double Sidebar</option>
<option value="gallery-4col.htm">Gallery</option>
<option value="gallery-3col.htm">- 3 Column</option>
<option value="gallery-4col.htm">- 4 Column</option>
<option value="gallery-6col.htm">- 6 Column</option>
<option value="gallery-4col-circle.htm">- Gallery 4 Col Round</option>
<option value="gallery-single.htm">- Gallery Single</option>
<option value="blog-style1.htm">Blog</option>
<option value="blog-style1.htm">- Blog Style 1</option>
<option value="blog-style2.htm">- Blog Style 2</option>
<option value="blog-style3.htm">- Blog Style 3</option>
<option value="blog-style4.htm">- Blog Style 4</option>
<option value="blog-single.htm">- Blog Single</option>
<option value="page-contact.htm">Contact</option>
</select>
</div>
</form>
</div>
</div><!-- End Header -->
<div class="row headline"><!-- Begin Headline -->
<!-- Slider Carousel
================================================== -->
<div class="span8">
<div class="flexslider">
<ul class="slides">
<li><a href="gallery-single.htm"><img src="img/gallery/slider-img-1.jpg" alt="slider" /></a></li>
<li><a href="gallery-single.htm"><img src="img/gallery/slider-img-1.jpg" alt="slider" /></a></li>
<li><a href="gallery-single.htm"><img src="img/gallery/slider-img-1.jpg" alt="slider" /></a></li>
<li><a href="gallery-single.htm"><img src="img/gallery/slider-img-1.jpg" alt="slider" /></a></li>
<li><a href="gallery-single.htm"><img src="img/gallery/slider-img-1.jpg" alt="slider" /></a></li>
</ul>
</div>
</div>
<!-- Headline Text
================================================== -->
<div class="span4">
<h3>Welcome to Piccolo. <br />
A Big Theme in a Small Package.</h3>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium vulputate magna sit amet blandit.</p>
<p>Cras rutrum, massa non blandit convallis, est lacus gravida enim, eu fermentum ligula orci et tortor. In sit amet nisl ac leo pulvinar molestie. Morbi blandit ultricies ultrices.</p>
<a href="#"><i class="icon-plus-sign"></i>Read More</a>
</div>
</div><!-- End Headline -->
<div class="row gallery-row"><!-- Begin Gallery Row -->
<div class="span12">
<h5 class="title-bg">Recent Work
<small>That we are most proud of</small>
<button class="btn btn-mini btn-inverse hidden-phone" type="button">View Portfolio</button>
</h5>
<!-- Gallery Thumbnails
================================================== -->
<div class="row clearfix no-margin">
<ul class="gallery-post-grid holder">
<!-- Gallery Item 1 -->
<li class="span3 gallery-item" data-id="id-1" data-type="illustration">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Custom Illustration</a>For an international ad campaign.</span>
</li>
<!-- Gallery Item 2 -->
<li class="span3 gallery-item" data-id="id-2" data-type="illustration">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">3 Color Poster Design</a>For a regional festival event.</span>
</li>
<!-- Gallery Item 3 -->
<li class="span3 gallery-item" data-id="id-3" data-type="web">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="#" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Ink Pen Illustration</a>Created for a best selling children's book.</span>
</li>
<!-- Gallery Item 4 -->
<li class="span3 gallery-item" data-id="id-4" data-type="video">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Custom Illustration</a>For an international add campaign.</span>
</li>
<!-- Gallery Item 5 -->
<li class="span3 gallery-item" data-id="id-5" data-type="web illustration">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Icon Design</a>Classic retro style illustration.</span>
</li>
<!-- Gallery Item 6 -->
<li class="span3 gallery-item" data-id="id-6" data-type="illustration design">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Animation Cell</a>Creative storyboard illustration</span>
</li>
<!-- Gallery Item 7 -->
<li class="span3 gallery-item" data-id="id-7" data-type="design">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Poster Ad Campaign</a>Regional ad for a local company.</span>
</li>
<!-- Gallery Item 8 -->
<li class="span3 gallery-item" data-id="id-8" data-type="web video">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Magazine Ad</a>For an international add campaign.</span>
</li>
<!-- Gallery Item 9 -->
<li class="span3 gallery-item" data-id="id-9" data-type="design">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Character Designs</a>For a feature film.</span>
</li>
<!-- Gallery Item 10 -->
<li class="span3 gallery-item" data-id="id-10" data-type="web design">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Poster and Ad Design</a>For an international add campaign.</span>
</li>
<!-- Gallery Item 11 -->
<li class="span3 gallery-item" data-id="id-11" data-type="illustration">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Website and Animation</a>For a local business.</span>
</li>
<!-- Gallery Item 12 -->
<li class="span3 gallery-item" data-id="id-12" data-type="illustration video">
<span class="gallery-hover-4col hidden-phone hidden-tablet">
<span class="gallery-icons">
<a href="img/gallery/gallery-img-1-full.jpg" class="item-zoom-link lightbox" title="Custom Illustration" data-rel="prettyPhoto"></a>
<a href="gallery-single.htm" class="item-details-link"></a>
</span>
</span>
<a href="gallery-single.htm"><img src="img/gallery/gallery-img-1-4col.jpg" alt="Gallery"></a>
<span class="project-details"><a href="gallery-single.htm">Branding Design</a>For an international add campaign.</span>
</li>
</ul>
</div>
</div>
</div><!-- End Gallery Row -->
<div class="row"><!-- Begin Bottom Section -->
<!-- Blog Preview
================================================== -->
<div class="span6">
<h5 class="title-bg">From the Blog
<small>All the latest news</small>
<button id="btn-blog-next" class="btn btn-inverse btn-mini" type="button">»</button>
<button id="btn-blog-prev" class="btn btn-inverse btn-mini" type="button">«</button>
</h5>
<div id="blogCarousel" class="carousel slide ">
<!-- Carousel items -->
<div class="carousel-inner">
<!-- Blog Item 1 -->
<div class="active item">
<a href="blog-single.htm"><img src="img/gallery/blog-med-img-1.jpg" alt="" class="align-left blog-thumb-preview" /></a>
<div class="post-info clearfix">
<h4><a href="blog-single.htm">A subject that is beautiful in itself</a></h4>
<ul class="blog-details-preview">
<li><i class="icon-calendar"></i><strong>Posted on:</strong> Sept 4, 2015<li>
<li><i class="icon-user"></i><strong>Posted by:</strong> <a href="#" title="Link">Admin</a><li>
<li><i class="icon-comment"></i><strong>Comments:</strong> <a href="#" title="Link">12</a><li>
<li><i class="icon-tags"></i> <a href="#">photoshop</a>, <a href="#">tutorials</a>, <a href="#">illustration</a>
</ul>
</div>
<p class="blog-summary">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In interdum felis fermentum ipsum molestie sed porttitor ligula rutrum. Vestibulum lectus tellus, aliquet et iaculis sed, volutpat vel erat. <a href="#">Read more</a><p>
</div>
<!-- Blog Item 2 -->
<div class="item">
<a href="blog-single.htm"><img src="img/gallery/blog-med-img-1.jpg" alt="" class="align-left blog-thumb-preview" /></a>
<div class="post-info clearfix">
<h4><a href="blog-single.htm">A great artist is always before his time</a></h4>
<ul class="blog-details-preview">
<li><i class="icon-calendar"></i><strong>Posted on:</strong> Sept 4, 2015<li>
<li><i class="icon-user"></i><strong>Posted by:</strong> <a href="#" title="Link">Admin</a><li>
<li><i class="icon-comment"></i><strong>Comments:</strong> <a href="#" title="Link">12</a><li>
<li><i class="icon-tags"></i> <a href="#">photoshop</a>, <a href="#">tutorials</a>, <a href="#">illustration</a>
</ul>
</div>
<p class="blog-summary">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In interdum felis fermentum ipsum molestie sed porttitor ligula rutrum. Vestibulum lectus tellus, aliquet et iaculis sed, volutpat vel erat. <a href="#">Read more</a><p>
</div>
<!-- Blog Item 3 -->
<div class="item">
<a href="blog-single.htm"><img src="img/gallery/blog-med-img-1.jpg" alt="" class="align-left blog-thumb-preview" /></a>
<div class="post-info clearfix">
<h4><a href="blog-single.htm">Is art everything to anybody?</a></h4>
<ul class="blog-details-preview">
<li><i class="icon-calendar"></i><strong>Posted on:</strong> Sept 4, 2015<li>
<li><i class="icon-user"></i><strong>Posted by:</strong> <a href="#" title="Link">Admin</a><li>
<li><i class="icon-comment"></i><strong>Comments:</strong> <a href="#" title="Link">12</a><li>
<li><i class="icon-tags"></i> <a href="#">photoshop</a>, <a href="#">tutorials</a>, <a href="#">illustration</a>
</ul>
</div>
<p class="blog-summary">Lorem ipsum dolor sit amet, consectetur adipiscing elit. In interdum felis fermentum ipsum molestie sed porttitor ligula rutrum. Vestibulum lectus tellus, aliquet et iaculis sed, volutpat vel erat. <a href="#">Read more</a><p>
</div>
</div>
</div>
</div>
<!-- Client Area
================================================== -->
<div class="span6">
<h5 class="title-bg">Recent Clients
<small>That love us</small>
<button id="btn-client-next" class="btn btn-inverse btn-mini" type="button">»</button>
<button id="btn-client-prev" class="btn btn-inverse btn-mini" type="button">«</button>
</h5>
<!-- Client Testimonial Slider-->
<div id="clientCarousel" class="carousel slide no-margin">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="active item">
<p class="quote-text">"Lorem ipsum dolor sit amet, consectetur adipiscing elit. In interdum felis fermentum ipsum molestie sed porttitor ligula rutrum. Morbi blandit ultricies ultrices. Vivamus nec lectus sed orci molestie molestie."<cite>- Client Name, Big Company</cite></p>
</div>
<div class="item">
<p class="quote-text">"Adipiscing elit. In interdum felis fermentum ipsum molestie sed porttitor ligula rutrum. Morbi blandit ultricies ultrices. Vivamus nec lectus sed orci molestie molestie."<cite>- Another Client Name, Company Name</cite></p>
</div>
<div class="item">
<p class="quote-text">"Mauris eget tellus sem. Cras sollicitudin sem eu elit aliquam quis condimentum nulla suscipit. Nam sed magna ante. Ut eget suscipit mauris."<cite>- On More Client, The Company</cite></p>
</div>
</div>
</div>
<!-- Client Logo Thumbs-->
<ul class="client-logos">
<li><a href="#" class="client-link"><img src="img/gallery/client-img-1.png" alt="Client"></a></li>
<li><a href="#" class="client-link"><img src="img/gallery/client-img-2.png" alt="Client"></a></li>
<li><a href="#" class="client-link"><img src="img/gallery/client-img-3.png" alt="Client"></a></li>
<li><a href="#" class="client-link"><img src="img/gallery/client-img-4.png" alt="Client"></a></li>
<li><a href="#" class="client-link"><img src="img/gallery/client-img-5.png" alt="Client"></a></li>
</ul>
</div>
</div><!-- End Bottom Section -->
</div> <!-- End Container -->
<!-- Footer Area
================================================== -->
<div class="footer-container"><!-- Begin Footer -->
<div class="container">
<div class="row footer-row">
<div class="span3 footer-col">
<h5>About Us</h5>
<img src="img/piccolo-footer-logo.png" alt="Piccolo" /><br /><br />
<address>
<strong>Design Team</strong><br />
123 Main St, Suite 500<br />
New York, NY 12345<br />
</address>
<ul class="social-icons">
<li><a href="#" class="social-icon facebook"></a></li>
<li><a href="#" class="social-icon twitter"></a></li>
<li><a href="#" class="social-icon dribble"></a></li>
<li><a href="#" class="social-icon rss"></a></li>
<li><a href="#" class="social-icon forrst"></a></li>
</ul>
</div>
<div class="span3 footer-col">
<h5>Latest Tweets</h5>
<ul>
<li><a href="#">@room122</a> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
<li><a href="#">@room122</a> In interdum felis fermentum ipsum molestie sed porttitor ligula rutrum. Morbi blandit ultricies ultrices.</li>
<li><a href="#">@room122</a> Vivamus nec lectus sed orci molestie molestie. Etiam mattis neque eu orci rutrum aliquam.</li>
</ul>
</div>
<div class="span3 footer-col">
<h5>Latest Posts</h5>
<ul class="post-list">
<li><a href="#">Lorem ipsum dolor sit amet</a></li>
<li><a href="#">Consectetur adipiscing elit est lacus gravida</a></li>
<li><a href="#">Lectus sed orci molestie molestie etiam</a></li>
<li><a href="#">Mattis consectetur adipiscing elit est lacus</a></li>
<li><a href="#">Cras rutrum, massa non blandit convallis est</a></li>
</ul>
</div>
<div class="span3 footer-col">
<h5>Flickr Photos</h5>
<ul class="img-feed">
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
<li><a href="#"><img src="img/gallery/flickr-img-1.jpg" alt="Image Feed"></a></li>
</ul>
</div>
</div>
<div class="row"><!-- Begin Sub Footer -->
<div class="span12 footer-col footer-sub">
<div class="row no-margin">
<div class="span6"><span class="left">Copyright 2012 Piccolo Theme. All rights reserved.</span></div>
<div class="span6">
<span class="right">
<a href="#">Home</a> | <a href="#">Features</a> | <a href="#">Gallery</a> | <a href="#">Blog</a> | <a href="#">Contact</a>
</span>
</div>
</div>
</div>
</div><!-- End Sub Footer -->
</div>
</div><!-- End Footer -->
<!-- Scroll to Top -->
<div id="toTop" class="hidden-phone hidden-tablet">Back to Top</div>
</body>
</html>