forked from srizon/Drifolio-Bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
433 lines (369 loc) · 19.2 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ===========================
THEME INFO
=========================== -->
<meta name="description" content="A free Bootstrap powerd HTML template exclusively crafted for the super lazy designers like me who designed thousand of websites till today but never got a chance to build one himself.">
<meta name="keywords" content="Free Portfolio Template, Free Template, Free Bootstrap Template, Dribbble Portfolio Template, Free HTML5 Template">
<meta name="author" content="EvenFly Team">
<!-- DEVEOPER'S NOTE:
This is a free Bootstrap powered HTML template from EvenFly. Feel free to download, modify and use it for yourself or your clients as long there is no money involved.
Please don't try to sale it from anywhere; because I want it to be free, forever. If you sale it, That's me who deserves the money, not you :)
-->
<!-- ===========================
SITE TITLE
=========================== -->
<title>Drifolio Bootstrap</title>
<!-- This is what you see on your browser tab-->
<!-- ===========================
FAVICONS
=========================== -->
<link rel="icon" href="img/favicon.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/apple-touch-icon-ipad-retina.png" />
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="57x57" href="img/apple-touch-icon-iphone.png" />
<!-- ===========================
STYLESHEETS
=========================== -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/preloader.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animate.css">
<!-- ===========================
ICONS:
=========================== -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- ===========================
GOOGLE FONTS
=========================== -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Antic|Raleway:300">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- ===========================
GOOGLE ANALYTICS (Optional)
=========================== -->
<!--Replace this line with your analytics code-->
<!-- Analytics end-->
</head>
<body data-spy="scroll">
<header>
<!-- ===========================
HERO AREA
=========================== -->
<div id="hero">
<div class="container herocontent">
<h2 class="wow fadeInUp" data-wow-duration="2s">Drifolio the Awesome</h2>
<h4 class="wow fadeInDown" data-wow-duration="3s">Exclusively crafted for the super lazy designers like me who designed thousand of websites till today but never got a chance to build one himself.</h4>
</div>
<!-- Featured image on the Hero area -->
<img class="heroshot wow bounceInUp" data-wow-duration="4s" src="img/hero-img.png" alt="Featured Work">
</div>
<!--HERO AREA END-->
<!-- ===========================
NAVBAR START
=========================== -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#hero">
<!-- Replace Drifolio Bootstrap with your Site Name and remove icon-grid to remove the placeholder icon -->
<span class="brandicon icon-grid"></span>
<span class="brandname">Drifolio Bootstrap</span>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<!--YOUR NAVIGATION ITEMS STRAT BELOW-->
<li><a href="#about"><span class="btnicon icon-user"></span>About</a></li>
<li><a href="#services"><span class="btnicon icon-cup"></span>Services</a></li>
<li><a href="#portfolio"><span class="btnicon icon-rocket"></span>Portfolio</a></li>
<li><a href="#testimonials"><span class="btnicon icon-bubble"></span>Testimonials</a></li>
<!--don't forget to replace the email address below with yours-->
<li><a href="mailto:you@yourmail.com"><span class="btnicon icon-envelope-open"></span>Contact</a></li>
<li class="active"><a href=""><span class="btnicon icon-cloud-download"></span>Download CV</a></li>
</ul>
</div>
<!--.nav-collapse -->
</div>
</nav>
<!--navbar end-->
</header>
<!--header end-->
<!-- ===========================
FEATURED CLIENTS SECTION START
=========================== -->
<div id="clients">
<div class="container">
<div class="col-md-3">
<h4>Proudly worked with:</h4>
</div>
<div class="col-md-9">
<ul>
<!--CLIENTS LOGO-->
<li><img src="img/payoneer.png" alt="Payoneer"></li>
<li><img src="img/amazon.png" alt="Amazon"></li>
<li><img src="img/elance-odesk.png" alt="Elance-oDesk"></li>
<li><img src="img/curb.png" alt="Curb Envy"></li>
</ul>
<!--CLIENTS LOGO END-->
</div>
</div>
<hr>
<!-- SECTION SEPARETOR LINE -->
</div>
<!--FEATURED CLIENTS SECTION END-->
<!-- ===========================
ABOUT SECTION START
=========================== -->
<div id="about" class="container">
<!-- LEFT PART OF THE ABOUT SECTION -->
<div class="col-md-6">
<div class="row">
<h2 class="wow fadeInDown" data-wow-duration="2s">I'm Mamun Srizon from Bangladesh</h2>
<h4 class="wow fadeInUp" data-wow-duration="3s">A freelance UI/UX wizard as well as a Daydreamer who workes on the Graveyard Shift and sleeps all the day!</h4>
<p class="wow fadeInDown" data-wow-duration="3s">I'm gonna build me an airport, put my name on it. Why, Michael? So you can fly away from your feelings? I don't care if it takes from now till the end of Shrimpfest.</p>
<p class="wow fadeInDown" data-wow-duration="3s">Bugger bag egg's old boy willy jolly scrote munta skive pillock, bloody shambles nose rag blummin' scrote narky ever so, Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<a class="dribbble-follow-button wow bounce" href="http://dribbble.com/srizon">Follow</a>
</div>
<!-- ABOUT INFO END -->
<div class="myapps row">
<h5>Tools and apps I use everyday:</h5>
<ul>
<!-- FAVORITE APP ICONS START -->
<li><img class="wow animated bounceInUp" data-wow-duration="1s" src="img/photoshop.svg" alt="Photoshop"></li>
<li><img class="wow bounceInUp" data-wow-duration="2s" src="img/illustrator.svg" alt="Illustrator"></li>
<li><img class="wow bounceInUp" data-wow-duration="3s" src="img/flash.svg" alt="Adobe Flash"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="4s" src="img/after_effects.svg" alt="After Effects"></li>
<li><img class="wow bounceInUp" data-wow-duration="5s" src="img/indesign.svg" alt="InDesign"></li>
</ul>
<!-- FAVORITE APP ICONS END -->
</div>
</div>
<!-- LEFT PART OF THE ABOUT SECTION END -->
<!--Left part end-->
<!-- RIGHT PART OF THE ABOUT SECTION -->
<div class="col-md-6 wow fadeInUp myphoto" data-wow-duration="4s">
<img src="img/user.png" alt="Mamun Srizon">
</div>
<!-- RIGHT PART OF THE ABOUT SECTION END -->
</div>
<!-- ABOUT SECTION END -->
<hr>
<!-- SECTION SEPARETOR LINE -->
<!-- ===========================
SERVICE SECTION START
=========================== -->
<div id="services" class="container">
<!-- SERVICE SECTION HEADING START -->
<div class="sectionhead row wow fadeInUp">
<span class="bigicon icon-cup "></span>
<h3>This is what I can do for you</h3>
<hr class="separetor">
</div>
<!--SERVICE SECTION HEADING END-->
<!-- SERVICE ITEMS START -->
<div class="row">
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="img/s1.png" alt="">
<h4>Responsive Web Design</h4>
<p>Grinder affogato, dark, sweet carajillo, flavour seasonal aroma single origin cream. Percolator. Eligendi impedit dolores nulla.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="img/s2.png" alt="">
<h4>Android App Design</h4>
<p>Grinder affogato, dark, sweet carajillo, flavour seasonal aroma single origin cream. Percolator. Eligendi impedit dolores nulla.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="img/s3.png" alt="">
<h4>iOS App Design</h4>
<p>Grinder affogato, dark, sweet carajillo, flavour seasonal aroma single origin cream. Percolator. Eligendi impedit dolores nulla.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="img/s4.png" alt="">
<h4>Windows App Design</h4>
<p>Grinder affogato, dark, sweet carajillo, flavour seasonal aroma single origin cream. Percolator. Eligendi impedit dolores nulla.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="img/s5.png" alt="">
<h4>Brand Identity Design</h4>
<p>Grinder affogato, dark, sweet carajillo, flavour seasonal aroma single origin cream. Percolator. Eligendi impedit dolores nulla.</p>
</div>
<!-- ITEM END -->
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<img src="img/s6.png" alt="">
<h4>CMYK Print Design</h4>
<p>Grinder affogato, dark, sweet carajillo, flavour seasonal aroma single origin cream. Percolator. Eligendi impedit dolores nulla.</p>
</div>
<!-- ITEM END -->
</div>
<!-- SERVICE ITEMS END-->
</div>
<!-- SERVICE SECTION END -->
<!-- ===========================
PORTFOLIO SECTION START
=========================== -->
<div id="portfolio">
<div class="sectionhead wow bounceInUp" data-wow-duration="2s">
<span class="bigicon icon-rocket"></span>
<h3>A few recent works</h3>
<hr class="separetor">
</div>
<!-- PORTFOLIO SECTION HEAD END -->
<!-- PORTFOLIO ITEMS START -->
<div class="portfolioitems container">
<div class="row">
<ul class="shots"></ul><!--CONFIGURE PORTFOLIO ON js/drifolio.js-->
</div>
</div>
<!-- PORTFOLIO ITEMS END -->
<!--Replace the URL below with your dribbble profile URL-->
<a class="btn btn-default wow fadeInUp" href="http://dribbble.com/srizon" role="button">
<span class="btnicon icon-social-dribbble"></span>
<span class="button_text">View all items</span>
</a>
</div>
<!-- PORTFOLIO SECTION END -->
<!-- ===========================
TESTIMONIAL SECTION START
=========================== -->
<div id="testimonials" class="container">
<div class="sectionhead wow bounceInUp" data-wow-duration="2s">
<span class="bigicon icon-bubbles"></span>
<h3>This is what I love to listen</h3>
<h4>Expedita nobis natus doloribus blanditiis quos, atque voluptatem, veritatis soluta eveniet ea!</h4>
<hr class="separetor">
</div>
<!-- TESTIMONIAL SECTIONHEAD END -->
<!-- TESTIMONIAL ITEMS START -->
<div class="row">
<!-- 1ST TESTIMONIAL ITEM -->
<div class="col-md-6 wow bounceIn" data-wow-duration="2s">
<div class="clientsphoto">
<img src="img/dan.jpg" alt="Dan">
</div>
<div class="quote">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p>
</blockquote>
<h5>Dan Cederholm</h5>
<p>Co-Founder, Dribbble</p>
</div>
</div>
<!-- 1ST TESTIMONIAL ITEM END -->
<!-- 2ND TESTIMONIAL ITEM -->
<div class="col-md-6 wow bounceIn" data-wow-duration="3s">
<div class="clientsphoto">
<img src="img/bill.jpg" alt="Bill">
</div>
<div class="quote">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et. lorem</p>
</blockquote>
<h5>Bill S Kenney</h5>
<p>Art Director at Focus Lab LLC.</p>
</div>
</div>
<!-- 2ND TESTIMONIAL ITEM END -->
<!-- 3RD TESTIMONIAL ITEM -->
<div class="col-md-6 wow bounceIn" data-wow-duration="3s">
<div class="clientsphoto">
<img src="img/eric.png" alt="Eric">
</div>
<div class="quote">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p>
</blockquote>
<h5>Eric Hoffman</h5>
<p>Principal Designer, JellyJar</p>
</div>
</div>
<!-- 3RD TESTIMONIAL ITEM END -->
<!-- 4TH TESTIMONIAL ITEM -->
<div class="col-md-6 wow bounceIn" data-wow-duration="2s">
<div class="clientsphoto">
<img src="img/ramil.jpg" alt="Ramil">
</div>
<div class="quote">
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p>
</blockquote>
<h5>Ramil Derogongun</h5>
<p>Visual Designer, Bluroon</p>
</div>
</div>
<!-- 4TH TESTIMONIAL ITEM END -->
</div>
</div>
<!-- TESTIMONIAL SECTION END -->
<!-- ===========================
FOOTER START
=========================== -->
<footer>
<div class="container">
<span class="bigicon icon-speedometer "></span>
<div class="footerlinks">
<!-- FOOTER LINKS START -->
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#testimonials">Testimonials</a></li>
<!--replace the email address below with your email address-->
<li><a href="mailto:you@yourmail.com">Contact</a></li>
</ul>
</div>
<!-- FOOTER LINKS END -->
<div class="copyright">
<!-- FOOTER COPYRIGHT START -->
<p><a href="#">Drifolio</a> stands for Dribbble-Portolio. This is a free HTML template designed and coded by <a href="http://creativealiens.com">Creative Aliens</a>. All logo and images in this template used for preview purpose only. You are free to use the template but make sure to use your own images.</p>
</div>
<!-- FOOTER COPYRIGHT END -->
<div class="footersocial wow fadeInUp" data-wow-duration="3s">
<!-- FOOTER SOCIAL ICONS START -->
<ul>
<li><a href="http://facebook.com/MamunSrizon"><span class="icon-social-facebook"></span></a></li>
<li><a href="http://twitter.com/MamunSrizon"><span class="icon-social-twitter"></span></a></li>
<li><a href="#"><span class="icon-social-youtube"></span></a></li>
<li><a href="http://dribbble.com/srizon"><span class="icon-social-dribbble"></span></a></li>
<li><a href="#"><span class="icon-social-tumblr"></span></a></li>
</ul>
</div>
<!-- FOOTER SOCIAL ICONS END -->
</div>
</footer>
<!-- FOOTER END -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<!--Other necessary scripts-->
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/jribbble.min.js"></script>
<script src="js/drifolio.js"></script>
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
</body>
</html>