forked from UncountedDeaths/UncountedDeaths
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
135 lines (116 loc) · 3.18 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
---
layout: default
---
<!doctype html>
<html>
<head>
<style>
.button {
border: none;
color: white;
padding: 8px 15px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 20px;
margin: 10px 10px;
cursor: pointer;
}
.button1 {background-color: #008CBA;} /* Blue */
img {
border-radius: 50%;
width:150px;
}
.container {
display: flex;
align-items: center;
justify-content: left;
align-content: flex-start;
margin: 5% auto;
}
.image {
flex-basis: 40%
}
.text {
font-size: 20px;
padding-left: 10px;
}
</style>
</head>
<body>
<a href="https://mortality-surv-and-reporting-proj.github.io/home" class="button button1">Home</a>
<a href="https://mortality-surv-and-reporting-proj.github.io/publications" class="button button1">Publications</a>
<a href="https://mortality-surv-and-reporting-proj.github.io/team" class="button button1">Team</a>
</body>
<body>
<h2>Our Team</h2>
<p>If you are interested in joining the team, please contact Professor Stokes at [email protected] </p>
<div class="container">
<div class="image">
<img src="Photos/Elif.jpeg">
</div>
<div class="text">
<h3>Elif Coskun</h3>
<p>Master's in Public Health Student </p>
</div>
</div>
<div class="container">
<div class="image">
<img src="Photos/Mikas.jpg">
</div>
<div class="text">
<h3>Mikas Hansen, PhD</h3>
<p>MS/MPH Student in Medical Sciences and Global Health </p>
</div>
</div>
<div class="container">
<div class="image">
<img src="Photos/Syl.jpeg">
</div>
<div class="text">
<h3>Sylvia Lutze</h3>
<p>Applied Biostatistics Master's Student </p>
</div>
</div>
<div class="container">
<div class="image">
<img src="Photos/Steele.jpeg" >
</div>
<div class="text">
<h3>Steele Myrick</h3>
<p>Biostatistics Master's Student </p>
</div>
</div>
<div class="container">
<div class="image">
<img src="Photos/Rafeya.jpeg">
</div>
<div class="text">
<h3>Rafeya Raquib</h3>
<p>Applied Biostatistics Master's Student </p>
</div>
</div>
<div class="container">
<div class="image">
<img src="Photos/Stokes.jpg">
</div>
<div class="text">
<h3>Andrew Stokes, PhD</h3>
<p>Assistant Professor in Global Health at BU </p>
</div>
</div>
<div class="container">
<div class="image">
<img src="Photos/Wubin.jpg">
</div>
<div class="text">
<h3>Wubin Xie</h3>
<p>Postdoctoral Associate </p>
</div>
</div>
<h2>This work was completed in collaboration with partner institutions: </h2>
<img src="Photos/CEID.png">
<img src="Photos/RWJF.jpg">
<img src="Photos/Penn.png">
</body>
</html>