forked from melvinchng/business-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
100 lines (96 loc) · 2.47 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
---
layout: default_style
permalink: /team
---
<!-- Main Container -->
<style>
h1 {
color: rgb(9, 214, 132);
text-align: center;
}
h2 {
color: rgb(9, 214, 132);
font-family: arial black;
}
</style>
<div id="banners"></div>
<br>
<br>
<br>
<div class="container">
<h2>Miembros</h2>
<br>
<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>
Humberto Payano
</h4>
<p>
Web Developer , tecnico
</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>
Sebastian Goyzueta
</h4>
<p>
Software Developer , tecnico
</p>
</div>
<div class="blockquote-box blockquote-success animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/img/team/member4.png" alt="Feature-img" height="80" width="100">
</div>
<h4>
Naheli Naupari
</h4>
<p>
App Developer , tecnico
</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>
Joseph Gutierrez
</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 -->