-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
503 lines (503 loc) · 35.7 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IT Worker | responsive portfolio template</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">
<!-- Bootstrap CSS-->
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
<!-- Font Awesome CSS-->
<link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
<!-- Google fonts - Roboto + Roboto Slab-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700%7CRoboto:400,700,300">
<!-- owl carousel-->
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.css">
<link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.css">
<!-- animate.css-->
<link rel="stylesheet" href="vendor/animate.css/animate.css">
<!-- theme stylesheet-->
<link rel="stylesheet" href="css/style.default.css" id="theme-stylesheet">
<!-- Custom stylesheet - for your changes-->
<link rel="stylesheet" href="css/custom.css">
<!-- Leaflet CSS - For the map-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.4.0/leaflet.css">
<!-- Favicon-->
<link rel="shortcut icon" href="img/favicon.png">
<!-- Tweaks for older IEs--><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script><![endif]-->
</head>
<body>
<!-- Reference item-->
<!-- navbar-->
<header class="header">
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container"><a href="#intro" class="navbar-brand scrollTo">IT Worker</a>
<button type="button" data-toggle="collapse" data-target="#navbarcollapse" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler navbar-toggler-right"><span class="fa fa-bars"></span></button>
<div id="navbarcollapse" class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a href="#intro" class="nav-link link-scroll">Intro</a></li>
<li class="nav-item"><a href="#about" class="nav-link link-scroll">About</a></li>
<li class="nav-item"><a href="#services" class="nav-link link-scroll">Services</a></li>
<li class="nav-item"><a href="#testimonials" class="nav-link link-scroll">Testimonials</a></li>
<li class="nav-item"><a href="#references" class="nav-link link-scroll">My work</a></li>
<li class="nav-item"><a href="#customers" class="nav-link link-scroll">Clients</a></li>
<li class="nav-item"><a href="#contact" class="nav-link link-scroll">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Intro Image-->
<section id="intro" style="background: url(img/home.jpg) center center no-repeat; background-size: cover;" class="intro-section pb-2">
<div class="container text-center">
<div data-animate="fadeInDown" class="logo"><img src="img/logo-big.png" alt="logo" width="130"></div>
<h1 data-animate="fadeInDown" class="text-shadow mb-5">Hello, hola, नमस्ते !</h1>
<p data-animate="slideInUp" class="h3 text-shadow text-400">I grind HTML and CSS and then weld them with PHP into beautiful and efficient websites.</p>
</div>
</section>
<!-- About-->
<section id="about" class="about-section">
<div class="container">
<header class="text-center">
<h2 data-animate="fadeInDown" class="title">About me</h2>
</header>
<div class="row">
<div data-animate="fadeInUp" class="col-lg-6">
<p>An sincerity so extremity he additions. Her yet <strong>there truth merit</strong>. Mrs all projecting favourable now unpleasing. Son law garden chatty temper. Oh children provided to mr elegance marriage strongly. Off can admiration prosperous now devonshire diminution law.</p>
<p>Received overcame oh sensible so at an. Formed do change merely to county it. <strong>Am separate contempt</strong> domestic to to oh. On relation my so addition branched. Put hearing cottage she norland letters equally prepare too. Replied exposed savings he no viewing as up. Soon body add him hill. No father living really people estate if. Mistake do produce beloved demesne if am pursuit.</p>
<p>An sincerity so extremity he additions. Her yet <strong>there truth merit</strong>. Mrs all projecting favourable now unpleasing. Son law garden chatty temper. Oh children provided to mr elegance marriage strongly. Off can admiration prosperous now devonshire diminution law.</p>
</div>
<div data-animate="fadeInUp" class="col-lg-6">
<div class="skill-item">
<div class="progress-title">PHP</div>
<div class="progress">
<div role="progressbar" style="width: 60%" aria-valuenow="0" aria-valuemin="60" aria-valuemax="100" class="progress-bar progress-bar-skill1"></div>
</div>
</div>
<div class="skill-item">
<div class="progress-title">Javascript</div>
<div class="progress">
<div role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="60" aria-valuemax="100" class="progress-bar progress-bar-skill2"></div>
</div>
</div>
<div class="skill-item">
<div class="progress-title">HTML coding</div>
<div class="progress">
<div role="progressbar" style="width: 80%" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" class="progress-bar progress-bar-skill3"></div>
</div>
</div>
<div class="skill-item">
<div class="progress-title">SEO</div>
<div class="progress">
<div role="progressbar" style="width: 90%" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" class="progress-bar progress-bar-skill4"></div>
</div>
</div>
<div class="skill-item">
<div class="progress-title">SEM</div>
<div class="progress">
<div role="progressbar" style="width: 70%" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" class="progress-bar progress-bar-skill5"></div>
</div>
</div>
</div>
<div data-animate="fadeInUp" class="col-sm-6 mx-auto mt-5"><img src="img/about.jpg" alt="This is me - IT worker" class="image rounded-circle img-fluid"></div>
</div>
</div>
</section>
<!-- Service-->
<section id="services" class="bg-gradient services-section">
<div class="container">
<header class="text-center">
<h2 data-animate="fadeInDown" class="title">Services</h2>
</header>
<div class="row services text-center">
<div data-animate="fadeInUp" class="col-lg-4">
<div class="icon"><i class="fa fa-search"></i></div>
<h3 class="heading mb-3 text-400">Consulting</h3>
<p class="text-left description">On on produce colonel pointed. Just four sold need over how any. In to september suspicion determine he prevailed admitting. On adapted an as affixed limited on. Giving cousin warmly things no spring mr be abroad. Relation breeding be as repeated strictly followed margaret. One gravity son brought shyness waiting regular led ham.</p>
</div>
<div data-animate="fadeInUp" class="col-lg-4">
<div class="icon"><i class="fa fa-html5"></i></div>
<h3 class="heading mb-3 text-400">HTML coding</h3>
<p class="text-left description">Manor we shall merit by chief wound no or would. Oh towards between subject passage sending mention or it. Sight happy do burst fruit to woody begin at. Assurance perpetual he in oh determine as.</p>
</div>
<div data-animate="fadeInUp" class="col-lg-4">
<div class="icon"><i class="fa fa-tachometer"></i></div>
<h3 class="heading mb-3 text-400">PHP webdelopment</h3>
<p class="text-left description">Rooms oh fully taken by worse do. Points afraid but may end law lasted. Was out laughter raptures returned outweigh. Luckily cheered colonel me do we attacks on highest enabled. Tried law yet style child. Bore of true of no be deal.</p>
</div>
</div>
<hr data-animate="fadeInUp">
<div data-animate="fadeInUp" class="text-center">
<p class="lead">Would you like to know more or just discuss something?</p>
<p><a href="#contact" class="btn btn-outline-light link-scroll">Contact me</a></p>
</div>
</div>
</section>
<!-- Testimonials-->
<section id="testimonials" class="testimonials-section bg-gray">
<div class="container">
<header class="text-center mb-2">
<h2 data-animate="fadeInUp" class="title">My customers said<br><span>about me</span></h2>
<p data-animate="fadeInUp" class="lead">I am always glad to hear that my customers leave satisfied. Some of them shared with you their insights on our cooperation.</p>
</header>
<ul data-animate="fadeInUp" class="owl-carousel owl-theme testimonials equalize-height">
<li class="item">
<div class="testimonial full-height">
<div class="text">
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections.</p>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-quote-left"></i></div>
<div class="name-picture"><img alt="" src="img/person-1.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="testimonial full-height">
<div class="text">
<p>The bedding was hardly able to cover it and seemed ready to slide off any moment. His many legs, pitifully thin compared with the size of the rest of him, waved about helplessly as he looked. "What is happened to me? " he thought. It was not a dream.</p>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-quote-left"></i></div>
<div class="name-picture"><img alt="" src="img/person-2.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="testimonial full-height">
<div class="text">
<p>His room, a proper human room although a little too small, lay peacefully between its four familiar walls. A collection of textile samples lay spread out on the table - Samsa was a travelling salesman - and above it there hung a picture that he had recently cut out of an illustrated magazine and housed in a nice, gilded frame.</p>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-quote-left"></i></div>
<div class="name-picture"><img alt="" src="img/person-3.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="testimonial full-height">
<div class="text">
<p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-quote-left"></i></div>
<div class="name-picture"><img alt="" src="img/person-4.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
<li class="item">
<div class="testimonial full-height">
<div class="text">
<p>It showed a lady fitted out with a fur hat and fur boa who sat upright, raising a heavy fur muff that covered the whole of her lower arm towards the viewer. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad. Gregor then turned to look out the window at the dull weather. Drops of rain could be heard hitting the pane, which made him feel quite sad.</p>
</div>
<div class="bottom">
<div class="icon"><i class="fa fa-quote-left"></i></div>
<div class="name-picture"><img alt="" src="img/person-4.jpg">
<h5>John McIntyre</h5>
<p>CEO, TransTech</p>
</div>
</div>
</div>
</li>
</ul>
</div>
</section>
<!-- Statistics-->
<section id="statistics" data-dir="up" style="background: url("img/parallax.jpg");" class="statistics-section text-white parallax parallax">
<div class="container">
<div class="row showcase text-center">
<div data-animate="fadeInUp" class="col-lg-3 col-md-6">
<div class="item">
<div class="icon"><i class="fa fa-align-justify"></i></div>
<h5 class="text-400 mt-4 text-uppercase"><span class="counter">120</span><br>Websites</h5>
</div>
</div>
<div data-animate="fadeInUp" class="col-lg-3 col-md-6">
<div class="item">
<div class="icon"><i class="fa fa-users"></i></div>
<h5 class="text-400 mt-4 text-uppercase"><span class="counter">50</span><br>Satisfied Clients</h5>
</div>
</div>
<div data-animate="fadeInUp" class="col-lg-3 col-md-6">
<div class="item">
<div class="icon"><i class="fa fa-copy"></i></div>
<h5 class="text-400 mt-4 text-uppercase"><span class="counter">320</span><br>Projects</h5>
</div>
</div>
<div data-animate="fadeInUp" class="col-lg-3 col-md-6">
<div class="item">
<div class="icon"><i class="fa fa-font"></i></div>
<h5 class="text-400 mt-4 text-uppercase"><span class="counter">333</span><br>Magazines and Brochures</h5>
</div>
</div>
</div>
</div>
<div class="dark-mask"></div>
</section>
<!--
*** REFERENCES IMAGE ***
_________________________________________________________
-->
<section id="references">
<div class="container">
<div class="col-sm-12">
<div class="mb-5 text-center">
<h2 data-animate="fadeInUp" class="title">My work</h2>
<p data-animate="fadeInUp" class="lead">I have worked on dozens of projects so I have picked only the latest for you.</p>
</div>
<ul id="filter" data-animate="fadeInUp">
<li class="active"><a href="#" data-filter="all">All</a></li>
<li><a href="#" data-filter="webdesign">Webdesign</a></li>
<li><a href="#" data-filter="seo">SEO</a></li>
<li><a href="#" data-filter="marketing">Marketing</a></li>
<li><a href="#" data-filter="other">Other</a></li>
</ul>
<div id="detail">
<div class="row">
<div class="col-lg-10 mx-auto"><span class="close">×</span>
<div id="detail-slider" class="owl-carousel owl-theme"></div>
<div class="text-center">
<h1 id="detail-title" class="title"></h1>
</div>
<div id="detail-content"></div>
</div>
</div>
</div>
<!-- Reference detail-->
<div id="references-masonry" data-animate="fadeInUp">
<div class="row">
<div data-category="webdesign" class="reference-item col-lg-3 col-md-6">
<div class="reference"><a href="#"><img src="img/portfolio-1.jpg" alt="" class="img-fluid">
<div class="overlay">
<div class="inner">
<h3 class="h4 reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</div></a>
<div data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg" class="sr-only reference-description">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons text-center"><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-globe"></i> Visit website</a><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-download"></i> Download case study</a></p>
</div>
</div>
</div>
<div data-category="seo" class="reference-item col-lg-3 col-md-6">
<div class="reference"><a href="#"><img src="img/portfolio-2.jpg" alt="" class="img-fluid">
<div class="overlay">
<div class="inner">
<h3 class="h4 reference-title">Project name 2</h3>
<p>Short project description goes here...</p>
</div>
</div></a>
<div data-images="img/main-slider3.jpg,img/main-slider1.jpg" class="sr-only reference-description">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons text-center"><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-globe"></i> Visit website</a><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-download"></i> Download case study</a></p>
</div>
</div>
</div>
<div data-category="marketing" class="reference-item col-lg-3 col-md-6">
<div class="reference"><a href="#"><img src="img/portfolio-3.jpg" alt="" class="img-fluid">
<div class="overlay">
<div class="inner">
<h3 class="h4 reference-title">Project name 3</h3>
<p>Short project description goes here...</p>
</div>
</div></a>
<div data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg" class="sr-only reference-description">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons text-center"><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-globe"></i> Visit website</a><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-download"></i> Download case study</a></p>
</div>
</div>
</div>
<div data-category="marketing" class="reference-item col-lg-3 col-md-6">
<div class="reference"><a href="#"><img src="img/portfolio-4.jpg" alt="" class="img-fluid">
<div class="overlay">
<div class="inner">
<h3 class="h4 reference-title">Project name 4</h3>
<p>Short project description goes here...</p>
</div>
</div></a>
<div data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg" class="sr-only reference-description">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons text-center"><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-globe"></i> Visit website</a><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-download"></i> Download case study</a></p>
</div>
</div>
</div>
<div data-category="webdesign" class="reference-item col-lg-3 col-md-6">
<div class="reference"><a href="#"><img src="img/portfolio-5.jpg" alt="" class="img-fluid">
<div class="overlay">
<div class="inner">
<h3 class="h4 reference-title">Project name 5</h3>
<p>Short project description goes here...</p>
</div>
</div></a>
<div data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg" class="sr-only reference-description">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons text-center"><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-globe"></i> Visit website</a><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-download"></i> Download case study</a></p>
</div>
</div>
</div>
<div data-category="other" class="reference-item col-lg-3 col-md-6">
<div class="reference"><a href="#"><img src="img/portfolio-6.jpg" alt="" class="img-fluid">
<div class="overlay">
<div class="inner">
<h3 class="h4 reference-title">Project name 6</h3>
<p>Short project description goes here...</p>
</div>
</div></a>
<div data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg" class="sr-only reference-description">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons text-center"><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-globe"></i> Visit website</a><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-download"></i> Download case study</a></p>
</div>
</div>
</div>
<div data-category="seo" class="reference-item col-lg-3 col-md-6">
<div class="reference"><a href="#"><img src="img/portfolio-7.jpg" alt="" class="img-fluid">
<div class="overlay">
<div class="inner">
<h3 class="h4 reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</div></a>
<div data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg" class="sr-only reference-description">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons text-center"><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-globe"></i> Visit website</a><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-download"></i> Download case study</a></p>
</div>
</div>
</div>
<div data-category="webdesign" class="reference-item col-lg-3 col-md-6">
<div class="reference"><a href="#"><img src="img/portfolio-8.jpg" alt="" class="img-fluid">
<div class="overlay">
<div class="inner">
<h3 class="h4 reference-title">Project name</h3>
<p>Short project description goes here...</p>
</div>
</div></a>
<div data-images="img/main-slider1.jpg,img/main-slider2.jpg,img/main-slider3.jpg" class="sr-only reference-description">
<p>Projecting surrounded literature yet delightful alteration but bed men. Open are from long why cold. If must snug by upon sang loud left. As me do preference entreaties compliment motionless ye literature. Day behaviour explained law remainder. Produce can cousins account you pasture. Peculiar delicate an pleasant provided do perceive.</p>
<p>Sitting mistake towards his few country ask. You delighted two rapturous six depending objection happiness something the. Off nay impossible dispatched partiality unaffected. Norland adapted put ham cordial. Ladies talked may shy basket narrow see. Him she distrusts questions sportsmen. Tolerably pretended neglected on my earnestly by. Sex scale sir style truth ought.</p>
<p class="buttons text-center"><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-globe"></i> Visit website</a><a href="javascript:void(0);" class="btn btn-outline-primary"><i class="fa fa-download"></i> Download case study</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Customers-->
<section id="customers" class="customers-section bg-gray">
<div class="container">
<div class="col-md-12">
<div class="row align-items-center">
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="customer"><img src="img/customers/logo-1.svg" title="brand logo" data-placement="bottom" data-toggle="tooltip" alt="" class="img-fluid d-block mx-auto"></div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="customer"><img src="img/customers/logo-2.svg" title="brand logo" data-placement="bottom" data-toggle="tooltip" alt="" class="img-fluid d-block mx-auto"></div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="customer"><img src="img/customers/logo-3.svg" title="brand logo" data-placement="bottom" data-toggle="tooltip" alt="" class="img-fluid d-block mx-auto"></div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="customer"><img src="img/customers/logo-4.svg" title="brand logo" data-placement="bottom" data-toggle="tooltip" alt="" class="img-fluid d-block mx-auto"></div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="customer"><img src="img/customers/logo-5.svg" title="brand logo" data-placement="bottom" data-toggle="tooltip" alt="" class="img-fluid d-block mx-auto"></div>
</div>
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="customer"><img src="img/customers/logo-6.svg" title="brand logo" data-placement="bottom" data-toggle="tooltip" alt="" class="img-fluid d-block mx-auto"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact-->
<section id="contact" data-animate="bounceIn" class="contact-section contact">
<div class="container">
<header class="text-center">
<h2 class="title">Contact me</h2>
</header>
<div class="row">
<div class="col-lg-8 mx-auto">
<form id="contact-form" method="post" action="">
<div class="messages"></div>
<div class="controls">
<div class="row">
<div class="col-md-6">
<input type="text" name="name" placeholder="Your firstname *" required="required" class="form-control">
</div>
<div class="col-md-6">
<input type="text" name="surname" placeholder="Your lastname *" required="required" class="form-control">
</div>
<div class="col-md-6">
<input type="text" name="email" placeholder="Your email *" required="required" class="form-control">
</div>
<div class="col-md-6">
<input type="text" name="phone" placeholder="Your phone" class="form-control">
</div>
<div class="col-md-12">
<textarea name="message" placeholder="Message for me *" rows="4" required="required" class="form-control"></textarea>
</div>
<div class="col-md-12 text-center">
<button type="submit" class="btn btn-outline-primary">Send message</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Map-->
<div id="map"></div>
<footer class="main-footer">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-lg-left">
<p class="social"><a href="#" class="external facebook wow fadeInUp"><i class="fa fa-facebook"></i></a><a href="#" data-wow-delay="0.2s" class="external instagram wow fadeInUp"><i class="fa fa-instagram"></i></a><a href="#" data-wow-delay="0.4s" class="external gplus wow fadeInUp"><i class="fa fa-google-plus"></i></a><a href="#" data-wow-delay="0.6s" class="email wow fadeInUp"><i class="fa fa-envelope"></i></a></p>
</div>
<!-- /.6-->
<div class="col-md-6 text-center text-lg-right mt-4 mt-lg-0">
<p>© 2018 Your name goes here. All rights reserved.</p>
</div>
<div class="col-12 mt-4">
<p class="template-bootstrapious">Template by <a href='https://bootstrapious.com/p/bootstrap-carousel'>Bootstrapious</a> & <a href="https://fity.cz/ostrava">Fity</a></p>
<!-- Please do not remove the backlink to us unless you support further theme's development at https://bootstrapious.com/donate. It is part of the license conditions. Thank you for understanding :)-->
</div>
</div>
</div>
</footer>
<!-- JavaScript files-->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/jquery.cookie/jquery.cookie.js"> </script>
<script src="vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="vendor/waypoints/lib/jquery.waypoints.min.js"></script>
<script src="vendor/jquery.counterup/jquery.counterup.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.4.0/leaflet.js"> </script>
<script src="js/front.js"></script>
</body>
</html>