forked from melvinchng/business-jekyll-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
51 lines (49 loc) · 1.3 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
---
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>
Richard Yan-Do, PhD
</h4>
<p>
CEO
Co-founder
</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>
Xianglin Ji, PhD
</h4>
<p>
President
Co-founder
</p>
</div>
<div class="blockquote-box blockquote-success animated wow fadeInLeft clearfix">
<div class="square pull-left">
<img src="../assets/img/team/member3.png" alt="Feature-img" height="80" width="100">
</div>
<h4>
Peng Shi, PhD
</h4>
<p>
Scientific advisor
Co-founder
</p>
</div>
</div>
</div>
</div>
<!--End Main Container -->