-
Notifications
You must be signed in to change notification settings - Fork 1
/
team.html
579 lines (533 loc) · 22.8 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>BizCraft - Responsive Html5 Template</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Favicons
================================================== -->
<link rel="icon" href="img/favicon/favicon-32x32.png" type="image/x-icon" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/favicon/favicon-144x144.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/favicon/favicon-72x72.png">
<link rel="apple-touch-icon-precomposed" href="img/favicon/favicon-54x54.png">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Template styles-->
<link rel="stylesheet" href="css/style.css">
<!-- Responsive styles-->
<link rel="stylesheet" href="css/responsive.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Animation -->
<link rel="stylesheet" href="css/animate.css">
<!-- Prettyphoto -->
<link rel="stylesheet" href="css/prettyPhoto.css">
<!-- Owl Carousel -->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/cd-hero.css">
<!-- Style Swicther -->
<link id="style-switch" href="css/presets/preset3.css" media="screen" rel="stylesheet" type="text/css">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="body-inner">
<!-- Header start -->
<header id="header" class="navbar-fixed-top header" role="banner">
<div class="container">
<div class="row">
<!-- Logo start -->
<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>
<div class="navbar-brand navbar-bg">
<a href="index.html">
<img class="img-responsive" src="images/logo.png" alt="logo">
</a>
</div>
</div><!--/ Logo end -->
<nav class="collapse navbar-collapse clearfix" role="navigation">
<ul class="nav navbar-nav navbar-right">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home <i class="fa fa-angle-down"></i></a>
<div class="dropdown-menu">
<ul>
<li><a href="index.html">Home 1</a></li>
<li><a href="index-2.html">Home 2</a></li>
<li><a href="index-3.html">Home 3</a></li>
<li><a href="index-4.html">Home 4</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Company <i class="fa fa-angle-down"></i></a>
<div class="dropdown-menu">
<ul>
<li><a href="about.html">About Us</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="career.html">Career</a></li>
<li><a href="testimonial.html">Testimonials</a></li>
<li><a href="faq.html">Faq</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Portfolio <i class="fa fa-angle-down"></i></a>
<div class="dropdown-menu">
<ul>
<li><a href="portfolio-classic.html">Portfolio Classic</a></li>
<li><a href="portfolio-static.html">Portfolio Static</a></li>
<li><a href="portfolio-item.html">Portfolio Single</a></li>
</ul>
</div>
</li>
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Pages <i class="fa fa-angle-down"></i></a>
<div class="dropdown-menu">
<ul>
<li class="active"><a href="team.html">Our Team</a></li>
<li><a href="about2.html">About Us - 2</a></li>
<li><a href="service2.html">Services - 2</a></li>
<li><a href="service-single.html">Services Single</a></li>
<li><a href="pricing.html">Pricing Table</a></li>
<li><a href="404.html">404 Page</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Blog <i class="fa fa-angle-down"></i></a>
<div class="dropdown-menu">
<ul>
<li><a href="blog-rightside.html">Blog with Sidebar</a></li>
<li><a href="blog-item.html">Blog Single</a></li>
</ul>
</div>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Features <i class="fa fa-angle-down"></i></a>
<div class="dropdown-menu">
<ul>
<li><a href="typography.html">Typography</a></li>
<li><a href="elements.html">Elements</a></li>
</ul>
</div>
</li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav><!--/ Navigation end -->
</div><!--/ Row end -->
</div><!--/ Container end -->
</header><!--/ Header end -->
<div id="banner-area">
<img src="images/banner/banner2.jpg" alt ="" />
<div class="parallax-overlay"></div>
<!-- Subpage title start -->
<div class="banner-title-content">
<div class="text-center">
<h2>Our Team</h2>
<ul class="breadcrumb">
<li>Home</li>
<li>Pages</li>
<li><a href="#"> Our Team</a></li>
</ul>
</div>
</div><!-- Subpage title end -->
</div><!-- Banner area end -->
<!-- Main container start -->
<section id="main-container">
<div class="container">
<div class="row">
<div class="col-md-12 heading">
<span class="title-icon classic pull-left"><i class="fa fa-users"></i></span>
<h2 class="title classic">Team Style 1</h2>
</div>
</div>
<div class="row text-center">
<div class="col-md-3 col-sm-6">
<div class="team wow slideInLeft">
<div class="img-hexagon">
<img src="images/team/team1.jpg" alt="">
<span class="img-top"></span>
<span class="img-bottom"></span>
</div>
<div class="team-content">
<h3>Vosgi Varduhi</h3>
<p>Web Designer</p>
<div class="team-social">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="twt" href="#"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
<a class="dribble" href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div><!--/ Team 1 end -->
<div class="col-md-3 col-sm-6">
<div class="team wow slideInLeft">
<div class="img-hexagon">
<img src="images/team/team2.jpg" alt="">
<span class="img-top"></span>
<span class="img-bottom"></span>
</div>
<div class="team-content">
<h3>Robert Aleska</h3>
<p>Web Designer</p>
<div class="team-social">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="twt" href="#"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
<a class="dribble" href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div><!--/ Team 2 end -->
<div class="col-md-3 col-sm-6">
<div class="team wow slideInRight">
<div class="img-hexagon">
<img src="images/team/team3.jpg" alt="">
<span class="img-top"></span>
<span class="img-bottom"></span>
</div>
<div class="team-content">
<h3>Taline Voski</h3>
<p>Web Designer</p>
<div class="team-social">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="twt" href="#"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
<a class="dribble" href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div><!--/ Team 3 end -->
<div class="col-md-3 col-sm-6">
<div class="team animate wow slideInRight">
<div class="img-hexagon">
<img src="images/team/team4.jpg" alt="">
<span class="img-top"></span>
<span class="img-bottom"></span>
</div>
<div class="team-content">
<h3>Alban Spencer</h3>
<p>Web Designer</p>
<div class="team-social">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="twt" href="#"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
<a class="dribble" href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div><!--/ Team 4 end -->
</div><!--/ Content row end -->
<div class="gap-60"></div>
<div class="row">
<div class="col-md-12 heading">
<span class="title-icon classic pull-left"><i class="fa fa-users"></i></span>
<h2 class="title classic">Team Style 2</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="team team-list wow slideInLeft">
<div class="img-hexagon">
<img src="images/team/team1.jpg" alt="">
<span class="img-top"></span>
<span class="img-bottom"></span>
</div>
<div class="team-content">
<h3>Vosgi Varduhi</h3>
<p>Web Designer</p>
<p class="desc">Eradicate invest honesty human rights accessibility theory of social change. Diversity experience in the field compassion, inspire breakthroughs planned giving.</p>
<div class="team-social">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="twt" href="#"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
<a class="dribble" href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div><!--/ Team 1 end -->
<div class="col-md-6 col-sm-6">
<div class="team team-list wow slideInRight">
<div class="img-hexagon">
<img src="images/team/team2.jpg" alt="">
<span class="img-top"></span>
<span class="img-bottom"></span>
</div>
<div class="team-content">
<h3>Robert Aleska</h3>
<p>Web Designer</p>
<p class="desc">Carbon emissions reductions giving, legitimize amplify non-partisan Aga Khan. Policy dialogue assessment expert free-speech cornerstone disruptor freedom. Cesar Chavez empower.</p>
<div class="team-social">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="twt" href="#"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
<a class="dribble" href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div><!--/ Team 2 end -->
</div><!--/ Content row end -->
<div class="gap-60"></div>
<div class="row">
<div class="col-md-12 heading">
<span class="title-icon classic pull-left"><i class="fa fa-users"></i></span>
<h2 class="title classic">Team Style 3</h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="team team-list-square wow slideInLeft">
<div class="img-square">
<img src="images/team/team3.jpg" alt="">
</div>
<div class="team-content">
<h3>Vosgi Varduhi</h3>
<p>Web Designer</p>
<p class="desc">Eradicate invest honesty human rights accessibility theory of social change. Diversity experience in the field compassion, inspire breakthroughs planned giving.</p>
<div class="team-social">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="twt" href="#"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
<a class="dribble" href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div><!--/ Team 1 end -->
<div class="col-md-6 col-sm-6">
<div class="team team-list-square wow slideInRight">
<div class="img-square">
<img src="images/team/team4.jpg" alt="">
</div>
<div class="team-content">
<h3>Robert Aleska</h3>
<p>Web Designer</p>
<p class="desc">Carbon emissions reductions giving, legitimize amplify non-partisan Aga Khan. Policy dialogue assessment expert free-speech cornerstone disruptor freedom. Cesar Chavez empower.</p>
<div class="team-social">
<a class="fb" href="#"><i class="fa fa-facebook"></i></a>
<a class="twt" href="#"><i class="fa fa-twitter"></i></a>
<a class="gplus" href="#"><i class="fa fa-google-plus"></i></a>
<a class="linkdin" href="#"><i class="fa fa-linkedin"></i></a>
<a class="dribble" href="#"><i class="fa fa-dribbble"></i></a>
</div>
</div>
</div>
</div><!--/ Team 2 end -->
</div><!--/ Content row end -->
</div><!--/ container end -->
</section><!--/ Main container end -->
<section class="call-to-action">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3>Join with BizCraft and Give Your Website a Brand New Look</h3>
<a href="#" class="pull-right btn btn-primary white">Purchase Now</a>
</div>
</div>
</div>
</section>
<!-- Footer start -->
<footer id="footer" class="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 footer-widget">
<h3 class="widget-title">Recent Posts</h3>
<div class="latest-post-items media">
<div class="latest-post-content media-body">
<h4><a href="#">Bulgaria claims to find Europe's 'oldest town'</a></h4>
<p class="post-meta">
<span class="author">Posted by John Doe</span>
<span class="post-meta-cat">in<a href="#"> Blog</a></span>
</p>
</div>
</div><!-- 1st Latest Post end -->
<div class="latest-post-items media">
<div class="latest-post-content media-body">
<h4><a href="#">Few Answers in Case of Murdered Law Professor</a></h4>
<p class="post-meta">
<span class="date"><i class="icon icon-calendar"></i> Mar 15, 2015</span>
<span class="post-meta-comments"><i class="icon icon-bubbles4"></i> <a href="#">03</a></span>
</p>
</div>
</div><!-- 2nd Latest Post end -->
<div class="latest-post-items media">
<div class="latest-post-content media-body">
<h4><a href="#">Over the year we have lots of experience in our field</a></h4>
<p class="post-meta">
<span class="date"><i class="icon icon-calendar"></i> Apr 17, 2015</span>
<span class="post-meta-comments"><i class="icon icon-bubbles4"></i> <a href="#">14</a></span>
</p>
</div>
</div><!-- 3rd Latest Post end -->
</div><!--/ End Recent Posts-->
<div class="col-md-4 col-sm-12 footer-widget">
<h3 class="widget-title">Flickr Photos</h3>
<div class="img-gallery">
<div class="img-container">
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/1.jpg">
<img src="images/gallery/1.jpg" alt="">
</a>
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/2.jpg">
<img src="images/gallery/2.jpg" alt="">
</a>
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/3.jpg">
<img src="images/gallery/3.jpg" alt="">
</a>
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/4.jpg">
<img src="images/gallery/4.jpg" alt="">
</a>
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/5.jpg">
<img src="images/gallery/5.jpg" alt="">
</a>
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/6.jpg">
<img src="images/gallery/6.jpg" alt="">
</a>
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/6.jpg">
<img src="images/gallery/7.jpg" alt="">
</a>
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/6.jpg">
<img src="images/gallery/8.jpg" alt="">
</a>
<a class="thumb-holder" data-rel="prettyPhoto" href="images/gallery/6.jpg">
<img src="images/gallery/9.jpg" alt="">
</a>
</div>
</div>
</div><!--/ end flickr -->
<div class="col-md-3 col-sm-12 footer-widget footer-about-us">
<h3 class="widget-title">About Craft</h3>
<p>We are a awward winning multinational company. We believe in quality and standard worldwide.</p>
<h4>Address</h4>
<p>1102 Saint Marys, Junction City, KS</p>
<div class="row">
<div class="col-md-6">
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="col-md-6">
<h4>Phone No.</h4>
<p>+(785) 238-4131</p>
</div>
</div>
<form action="#" role="form">
<div class="input-group subscribe">
<input type="email" class="form-control" placeholder="Email Address" required="">
<span class="input-group-addon">
<button class="btn" type="submit"><i class="fa fa-envelope-o"> </i></button>
</span>
</div>
</form>
</div><!--/ end about us -->
</div><!-- Row end -->
</div><!-- Container end -->
</footer><!-- Footer end -->
<!-- Footer start -->
<section id="copyright" class="copyright angle">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<ul class="footer-social unstyled">
<li>
<a title="Twitter" href="#">
<span class="icon-pentagon wow bounceIn"><i class="fa fa-twitter"></i></span>
</a>
<a title="Facebook" href="#">
<span class="icon-pentagon wow bounceIn"><i class="fa fa-facebook"></i></span>
</a>
<a title="Google+" href="#">
<span class="icon-pentagon wow bounceIn"><i class="fa fa-google-plus"></i></span>
</a>
<a title="linkedin" href="#">
<span class="icon-pentagon wow bounceIn"><i class="fa fa-linkedin"></i></span>
</a>
<a title="Pinterest" href="#">
<span class="icon-pentagon wow bounceIn"><i class="fa fa-pinterest"></i></span>
</a>
<a title="Skype" href="#">
<span class="icon-pentagon wow bounceIn"><i class="fa fa-skype"></i></span>
</a>
<a title="Dribble" href="#">
<span class="icon-pentagon wow bounceIn"><i class="fa fa-dribbble"></i></span>
</a>
</li>
</ul>
</div>
</div><!--/ Row end -->
<div class="row">
<div class="col-md-12 text-center">
<div class="copyright-info">
© Copyright 2015 Craft. <span>All Rights Reserved</span>
</div>
</div>
</div><!--/ Row end -->
<div id="back-to-top" data-spy="affix" data-offset-top="10" class="back-to-top affix">
<button class="btn btn-primary" title="Back to Top"><i class="fa fa-angle-double-up"></i></button>
</div>
</div><!--/ Container end -->
</section><!--/ Footer end -->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script type="text/javascript" src="js/jquery.js"></script>
<!-- Bootstrap jQuery -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Style Switcher -->
<script type="text/javascript" src="js/style-switcher.js"></script>
<!-- Owl Carousel -->
<script type="text/javascript" src="js/owl.carousel.js"></script>
<!-- PrettyPhoto -->
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<!-- Bxslider -->
<script type="text/javascript" src="js/jquery.flexslider.js"></script>
<!-- CD Hero slider -->
<script type="text/javascript" src="js/cd-hero.js"></script>
<!-- Isotope -->
<script type="text/javascript" src="js/isotope.js"></script>
<script type="text/javascript" src="js/ini.isotope.js"></script>
<!-- Wow Animation -->
<script type="text/javascript" src="js/wow.min.js"></script>
<!-- SmoothScroll -->
<script type="text/javascript" src="js/smoothscroll.js"></script>
<!-- Eeasing -->
<script type="text/javascript" src="js/jquery.easing.1.3.js"></script>
<!-- Counter -->
<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
<!-- Waypoints -->
<script type="text/javascript" src="js/waypoints.min.js"></script>
<!-- Google Map API Key Source -->
<script src="http://maps.google.com/maps/api/js?sensor=false"></script>
<!-- For Google Map -->
<script type="text/javascript" src="js/gmap3.js"></script>
<!-- Doc http://www.mkyong.com/google-maps/google-maps-api-hello-world-example/ -->
<!-- Template custom -->
<script type="text/javascript" src="js/custom.js"></script>
</div><!-- Body inner end -->
</body>
</html>