-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-alt3.html
693 lines (686 loc) · 31.5 KB
/
index-alt3.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
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
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Flattern - Flat and trendy bootstrap site template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" />
<meta name="author" content="" />
<!-- css -->
<link href="https://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700" rel="stylesheet">
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/bootstrap-responsive.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="css/cslider.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<!-- Theme skin -->
<link id="t-colors" href="skins/default.css" rel="stylesheet" />
<!-- boxed bg -->
<link id="bodybg" href="bodybg/bg1.css" rel="stylesheet" type="text/css" />
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png" />
<link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png" />
<link rel="shortcut icon" href="ico/favicon.png" />
<!-- =======================================================
Theme Name: Flattern
Theme URL: https://bootstrapmade.com/flattern-multipurpose-bootstrap-template/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
</head>
<body>
<div id="wrapper">
<!-- toggle top area -->
<div class="hidden-top">
<div class="hidden-top-inner container">
<div class="row">
<div class="span12">
<ul>
<li><strong>We are available for any custom works this month</strong></li>
<li>Main office: Springville center X264, Park Ave S.01</li>
<li>Call us <i class="icon-phone"></i> (123) 456-7890 - (123) 555-7891</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end toggle top area -->
<!-- start header -->
<header>
<div class="container">
<!-- hidden top area toggle link -->
<div id="header-hidden-link">
<a href="#" class="toggle-link" title="Click me you'll get a surprise" data-target=".hidden-top"><i></i>Open</a>
</div>
<!-- end toggle link -->
<div class="row nomargin">
<div class="span12">
<div class="headnav">
<ul>
<li><a href="#mySignup" data-toggle="modal"><i class="icon-user"></i> Sign up</a></li>
<li><a href="#mySignin" data-toggle="modal">Sign in</a></li>
</ul>
</div>
<!-- Signup Modal -->
<div id="mySignup" class="modal styled hide fade" tabindex="-1" role="dialog" aria-labelledby="mySignupModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="mySignupModalLabel">Create an <strong>account</strong></h4>
</div>
<div class="modal-body">
<form class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputEmail">Email</label>
<div class="controls">
<input type="text" id="inputEmail" placeholder="Email">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputSignupPassword">Password</label>
<div class="controls">
<input type="password" id="inputSignupPassword" placeholder="Password">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputSignupPassword2">Confirm Password</label>
<div class="controls">
<input type="password" id="inputSignupPassword2" placeholder="Password">
</div>
</div>
<div class="control-group">
<div class="controls">
<button type="submit" class="btn">Sign up</button>
</div>
<p class="aligncenter margintop20">
Already have an account? <a href="#mySignin" data-dismiss="modal" aria-hidden="true" data-toggle="modal">Sign in</a>
</p>
</div>
</form>
</div>
</div>
<!-- end signup modal -->
<!-- Sign in Modal -->
<div id="mySignin" class="modal styled hide fade" tabindex="-1" role="dialog" aria-labelledby="mySigninModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="mySigninModalLabel">Login to your <strong>account</strong></h4>
</div>
<div class="modal-body">
<form class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputText">Username</label>
<div class="controls">
<input type="text" id="inputText" placeholder="Username">
</div>
</div>
<div class="control-group">
<label class="control-label" for="inputSigninPassword">Password</label>
<div class="controls">
<input type="password" id="inputSigninPassword" placeholder="Password">
</div>
</div>
<div class="control-group">
<div class="controls">
<button type="submit" class="btn">Sign in</button>
</div>
<p class="aligncenter margintop20">
Forgot password? <a href="#myReset" data-dismiss="modal" aria-hidden="true" data-toggle="modal">Reset</a>
</p>
</div>
</form>
</div>
</div>
<!-- end signin modal -->
<!-- Reset Modal -->
<div id="myReset" class="modal styled hide fade" tabindex="-1" role="dialog" aria-labelledby="myResetModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 id="myResetModalLabel">Reset your <strong>password</strong></h4>
</div>
<div class="modal-body">
<form class="form-horizontal">
<div class="control-group">
<label class="control-label" for="inputResetEmail">Email</label>
<div class="controls">
<input type="text" id="inputResetEmail" placeholder="Email">
</div>
</div>
<div class="control-group">
<div class="controls">
<button type="submit" class="btn">Reset password</button>
</div>
<p class="aligncenter margintop20">
We will send instructions on how to reset your password to your inbox
</p>
</div>
</form>
</div>
</div>
<!-- end reset modal -->
</div>
</div>
<div class="row">
<div class="span4">
<div class="logo">
<a href="index.html"><img src="img/logo.png" alt="" class="logo" /></a>
<h1>Flat and trendy bootstrap template</h1>
</div>
</div>
<div class="span8">
<div class="navbar navbar-static-top">
<div class="navigation">
<nav>
<ul class="nav topnav">
<li class="dropdown active">
<a href="index.html">Home <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="index-alt2.html">Homepage 2</a></li>
<li><a href="index-alt3.html">Homepage 3</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#">Features <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="typography.html">Typography</a></li>
<li><a href="table.html">Table</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="animations.html">56 Animations</a></li>
<li><a href="icons.html">Icons</a></li>
<li><a href="icon-variations.html">Icon variations</a></li>
<li class="dropdown"><a href="#">3 Sliders <i class="icon-angle-right"></i></a>
<ul class="dropdown-menu sub-menu-level1">
<li><a href="index.html">Nivo slider</a></li>
<li><a href="index-alt2.html">Slit slider</a></li>
<li><a href="index-alt3.html">Parallax slider</a></li>
</ul>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#">Pages <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="about.html">About us</a></li>
<li><a href="pricingbox.html">Pricing boxes</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#">Portfolio <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="portfolio-2cols.html">Portfolio 2 columns</a></li>
<li><a href="portfolio-3cols.html">Portfolio 3 columns</a></li>
<li><a href="portfolio-4cols.html">Portfolio 4 columns</a></li>
<li><a href="portfolio-detail.html">Portfolio detail</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#">Blog <i class="icon-angle-down"></i></a>
<ul class="dropdown-menu">
<li><a href="blog-left-sidebar.html">Blog left sidebar</a></li>
<li><a href="blog-right-sidebar.html">Blog right sidebar</a></li>
<li><a href="post-left-sidebar.html">Post left sidebar</a></li>
<li><a href="post-right-sidebar.html">Post right sidebar</a></li>
</ul>
</li>
<li>
<a href="contact.html">Contact </a>
</li>
</ul>
</nav>
</div>
<!-- end navigation -->
</div>
</div>
</div>
</div>
</header>
<!-- end header -->
<section id="featured">
<!-- start slider -->
<div id="da-slider" class="da-slider">
<div class="da-slide">
<h2>Easy management</h2>
<p>
Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean.
</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img">
<img src="img/slides/parallax/1.png" alt="image01" />
</div>
</div>
<div class="da-slide">
<h2>Revolution</h2>
<p>
A small river named Duden flows by their place and supplies it with the necessary regelialia. It is a paradisematic country, in which roasted parts of sentences fly into your mouth.
</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img">
<div class="video-container">
<iframe src="http://player.vimeo.com/video/30585464?title=0&byline=0">
</iframe>
</div>
</div>
</div>
<div class="da-slide">
<h2>Warm welcome</h2>
<p>
When she reached the first hills of the Italic Mountains, she had a last view back on the skyline of her hometown Bookmarksgrove, the headline of Alphabet Village and the subline of her own road, the Line Lane.
</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img">
<img src="img/slides/parallax/2.png" alt="image01" />
</div>
</div>
<div class="da-slide">
<h2>Quality Control</h2>
<p>
Even the all-powerful Pointing has no control about the blind texts it is an almost unorthographic life One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar.
</p>
<a href="#" class="da-link">Read more</a>
<div class="da-img">
<img src="img/slides/parallax/4.png" alt="image01" />
</div>
</div>
<nav class="da-arrows">
<span class="da-arrows-prev"></span>
<span class="da-arrows-next"></span>
</nav>
</div>
<!-- end slider -->
</section>
<section class="callaction">
<div class="container">
<div class="row">
<div class="span12">
<div class="big-cta">
<div class="cta-text">
<h3>We've created more than <span class="highlight"><strong>5000 websites</strong></span> this year!</h3>
</div>
<div class="cta floatright">
<a class="btn btn-large btn-theme btn-rounded" href="#">Request a quote</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="content">
<div class="container">
<div class="row">
<div class="span12">
<div class="row">
<div class="span3">
<div class="box aligncenter">
<div class="aligncenter icon">
<i class="icon-briefcase icon-circled icon-64 active"></i>
</div>
<div class="text">
<h6>Corporate business</h6>
<p>
Lorem ipsum dolor sit amet, has ei ipsum scaevola deseruisse am sea facilisis.
</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
<div class="span3">
<div class="box aligncenter">
<div class="aligncenter icon">
<i class="icon-desktop icon-circled icon-64 active"></i>
</div>
<div class="text">
<h6>Responsive theme</h6>
<p>
Lorem ipsum dolor sit amet, has ei ipsum scaevola deseruisse am sea facilisis.
</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
<div class="span3">
<div class="box aligncenter">
<div class="aligncenter icon">
<i class="icon-beaker icon-circled icon-64 active"></i>
</div>
<div class="text">
<h6>Coded carefully</h6>
<p>
Lorem ipsum dolor sit amet, has ei ipsum scaevola deseruisse am sea facilisis.
</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
<div class="span3">
<div class="box aligncenter">
<div class="aligncenter icon">
<i class="icon-coffee icon-circled icon-64 active"></i>
</div>
<div class="text">
<h6>Sit and enjoy</h6>
<p>
Lorem ipsum dolor sit amet, has ei ipsum scaevola deseruisse am sea facilisis.
</p>
<a href="#">Learn more</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- divider -->
<div class="row">
<div class="span12">
<div class="solidline">
</div>
</div>
</div>
<!-- end divider -->
<!-- Portfolio Projects -->
<div class="row">
<div class="span12">
<h4 class="heading">Some of recent <strong>works</strong></h4>
<div class="row">
<section id="projects">
<ul id="thumbs" class="portfolio">
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 design" data-id="id-0" data-type="web">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The City" href="img/works/full/image-01-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/thumbs/image-01.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 design" data-id="id-1" data-type="icon">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Office" href="img/works/full/image-02-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/thumbs/image-02.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 photography" data-id="id-2" data-type="illustrator">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Mountains" href="img/works/full/image-03-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/thumbs/image-03.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 photography" data-id="id-2" data-type="illustrator">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Mountains" href="img/works/full/image-04-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/thumbs/image-04.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 photography" data-id="id-4" data-type="web">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Sea" href="img/works/full/image-05-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/thumbs/image-05.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 photography" data-id="id-5" data-type="icon">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Clouds" href="img/works/full/image-06-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/thumbs/image-06.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 photography" data-id="id-2" data-type="illustrator">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Mountains" href="img/works/full/image-07-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/thumbs/image-07.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs span3 design" data-id="id-0" data-type="web">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="The Dark" href="img/works/full/image-08-full.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/thumbs/image-08.jpg" alt="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis elementum odio. Curabitur pellentesque, dolor vel pharetra mollis.">
</li>
<!-- End Item Project -->
</ul>
</section>
</div>
</div>
</div>
<!-- End Portfolio Projects -->
<!-- divider -->
<div class="row">
<div class="span12">
<div class="solidline">
</div>
</div>
</div>
<!-- end divider -->
<div class="row">
<div class="span12">
<h4>Very satisfied <strong>clients</strong></h4>
<ul id="mycarousel" class="jcarousel-skin-tango recent-jcarousel clients">
<li>
<a href="#">
<img src="img/dummies/clients/client1.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client2.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client3.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client4.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client5.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client6.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client1.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client2.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client3.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client4.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client5.png" class="client-logo" alt="" />
</a>
</li>
<li>
<a href="#">
<img src="img/dummies/clients/client6.png" class="client-logo" alt="" />
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="bottom">
<div class="container">
<div class="row">
<div class="span12">
<div class="aligncenter">
<div id="twitter-wrapper">
<div id="twitter">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="span3">
<div class="widget">
<h5 class="widgetheading">Browse pages</h5>
<ul class="link-list">
<li><a href="#">About our company</a></li>
<li><a href="#">Our services</a></li>
<li><a href="#">Meet our team</a></li>
<li><a href="#">Explore our portfolio</a></li>
<li><a href="#">Get in touch with us</a></li>
</ul>
</div>
</div>
<div class="span3">
<div class="widget">
<h5 class="widgetheading">Important stuff</h5>
<ul class="link-list">
<li><a href="#">Press release</a></li>
<li><a href="#">Terms and conditions</a></li>
<li><a href="#">Privacy policy</a></li>
<li><a href="#">Career center</a></li>
<li><a href="#">Flattern forum</a></li>
</ul>
</div>
</div>
<div class="span3">
<div class="widget">
<h5 class="widgetheading">Flickr photostream</h5>
<div class="flickr_badge">
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=8&display=random&size=s&layout=x&source=user&user=34178660@N03"></script>
</div>
<div class="clear">
</div>
</div>
</div>
<div class="span3">
<div class="widget">
<h5 class="widgetheading">Get in touch with us</h5>
<address>
<strong>Flattern studio, Pte Ltd</strong><br>
Springville center X264, Park Ave S.01<br>
Semarang 16425 Indonesia
</address>
<p>
<i class="icon-phone"></i> (123) 456-7890 - (123) 555-7891 <br>
<i class="icon-envelope-alt"></i> email@domainname.com
</p>
</div>
</div>
</div>
</div>
<div id="sub-footer">
<div class="container">
<div class="row">
<div class="span6">
<div class="copyright">
<p>
<span>© Flattern - All right reserved.</span>
</p>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=Flattern
-->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</div>
<div class="span6">
<ul class="social-network">
<li><a href="#" data-placement="bottom" title="Facebook"><i class="icon-facebook icon-square"></i></a></li>
<li><a href="#" data-placement="bottom" title="Twitter"><i class="icon-twitter icon-square"></i></a></li>
<li><a href="#" data-placement="bottom" title="Linkedin"><i class="icon-linkedin icon-square"></i></a></li>
<li><a href="#" data-placement="bottom" title="Pinterest"><i class="icon-pinterest icon-square"></i></a></li>
<li><a href="#" data-placement="bottom" title="Google plus"><i class="icon-google-plus icon-square"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>
<a href="#" class="scrollup"><i class="icon-chevron-up icon-square icon-32 active"></i></a>
<!-- javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/jcarousel/jquery.jcarousel.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/google-code-prettify/prettify.js"></script>
<script src="js/portfolio/jquery.quicksand.js"></script>
<script src="js/portfolio/setting.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/jquery.nivo.slider.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.ba-cond.min.js"></script>
<script src="js/jquery.slitslider.js"></script>
<script src="js/modernizr.custom.28468.js"></script>
<script src="js/jquery.cslider.js"></script>
<script src="js/animate.js"></script>
<!-- Template Custom JavaScript File -->
<script src="js/custom.js"></script>
</body>
</html>