-
Notifications
You must be signed in to change notification settings - Fork 1
/
teammemberscode.txt
74 lines (69 loc) · 3.39 KB
/
teammemberscode.txt
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
<div class="container mtb">
<div class="row centered">
<h3 class="mb">MEET OUR TEAM</h3>
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="he-wrap tpl6">
<img src="assets/img/team/team01.jpg" alt="">
<div class="he-view">
<div class="bg a0" data-animate="fadeIn">
<h3 class="a1" data-animate="fadeInDown">Contact Me:</h3>
<a href="#" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-envelope"></i></a>
<a href="#" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-twitter"></i></a>
</div><!-- he bg -->
</div><!-- he view -->
</div><!-- he wrap -->
<h4>Mark Webber</h4>
<h5 class="ctitle">CEO</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<div class="hline"></div>
</div><! --/col-lg-3 -->
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="he-wrap tpl6">
<img src="assets/img/team/team02.jpg" alt="">
<div class="he-view">
<div class="bg a0" data-animate="fadeIn">
<h3 class="a1" data-animate="fadeInDown">Contact Me:</h3>
<a href="#" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-envelope"></i></a>
<a href="#" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-twitter"></i></a>
</div><!-- he bg -->
</div><!-- he view -->
</div><!-- he wrap -->
<h4>Paul Jameson</h4>
<h5 class="ctitle">LEAD DESIGNER</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<div class="hline"></div>
</div><! --/col-lg-3 -->
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="he-wrap tpl6">
<img src="assets/img/team/team03.jpg" alt="">
<div class="he-view">
<div class="bg a0" data-animate="fadeIn">
<h3 class="a1" data-animate="fadeInDown">Contact Me:</h3>
<a href="#" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-envelope"></i></a>
<a href="#" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-twitter"></i></a>
</div><!-- he bg -->
</div><!-- he view -->
</div><!-- he wrap -->
<h4>Laura Sommers</h4>
<h5 class="ctitle">LEAD DEVELOPER</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<div class="hline"></div>
</div><! --/col-lg-3 -->
<div class="col-lg-3 col-md-3 col-sm-3">
<div class="he-wrap tpl6">
<img src="assets/img/team/team04.jpg" alt="">
<div class="he-view">
<div class="bg a0" data-animate="fadeIn">
<h3 class="a1" data-animate="fadeInDown">Contact Me:</h3>
<a href="#" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-envelope"></i></a>
<a href="#" class="dmbutton a2" data-animate="fadeInUp"><i class="fa fa-twitter"></i></a>
</div><!-- he bg -->
</div><!-- he view -->
</div><!-- he wrap -->
<h4>Martin Blunt</h4>
<h5 class="ctitle">MARKETING</h5>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<div class="hline"></div>
</div><!--/col-lg-3 -->
</div><!--/row -->
</div><!--/container -->