-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
82 lines (81 loc) · 2.26 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
---
layout: default_style
permalink: /team
---
<!-- Main Container -->
<div id="banners"></div>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="blockquote-box blockquote-info animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/img/team/member2.png" alt="Feature-img" height="80" width="100">
</div>
<h4>
John Doe
</h4>
<p>
Web Developer , Technext
</p>
</div>
<div class="blockquote-box blockquote-primary animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/img/team/member1.png" alt="Feature-img" height="80" width="100">
</div>
<h4>
Jane Ley
</h4>
<p>
Software Developer , Technext
</p>
</div>
<div class="blockquote-box blockquote-success animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/img/team/member2.png" alt="Feature-img" height="80" width="100">
</div>
<h4>
Jany Doe
</h4>
<p>
App Developer , Technext
</p>
</div>
</div>
<div class="col-md-6">
<div class="blockquote-box blockquote-danger animated wow fadeInRight clearfix">
<div class="square pull-left">
<img src="../assets/img/team/member3.png" alt="Feature-img" height="80" width="100">
</div>
<h4>
John Doe
</h4>
<p>
Android Developer , Technext
</p>
</div>
<div class="blockquote-box blockquote-warning animated wow fadeInRight clearfix">
<div class="square pull-left">
<img src="../assets/img/team/member2.png" alt="Feature-img" height="80" width="100">
</div>
<h4>
Chris Way
</h4>
<p>
iOS Developer , Technext
</p>
</div>
<div class="blockquote-box animated wow fadeInRight clearfix">
<div class="square pull-left">
<img src="../assets/img/team/member1.png" alt="Feature-img" height="80" width="100">
</div>
<h4>
Christopher
</h4>
<p>
Web Developer , Technext
</p>
</div>
</div>
</div>
</div>
<!--End Main Container -->