-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
279 lines (249 loc) · 8.64 KB
/
about.html
File metadata and controls
279 lines (249 loc) · 8.64 KB
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Us - Empathera Healthcare Systems</title>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:wght@500&family=Playfair+Display:wght@700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Lato', sans-serif;
margin: 0;
padding: 0;
background-color: #faf8fa; /* Light beige */
color: #333;
}
html {
scroll-behavior: smooth;
}
/* Navbar Styling */
.navbar {
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
position: sticky;
top: 0;
z-index: 1000;
height: 50px; /* Fixed height for the navbar */
}
.navbar .logo img {
max-height: 125px; /* Controls the maximum height of the logo */
margin-top: 10px;
}
.navbar .nav-links {
list-style-type: none;
display: flex;
margin: 0;
padding: 0;
}
.navbar .nav-links li {
margin-left: 25px;
}
.navbar .nav-links a {
font-family: 'Montserrat', sans-serif;
color: #433b69; /* Dark purple */
text-decoration: none;
font-size: 1.2em;
}
.navbar .nav-links a:hover {
text-decoration: underline;
}
header {
background-color: #433b69; /* Dark purple */
color: white;
padding: 50px 0; /* Reduced padding to make the header shorter */
text-align: center;
}
header h1 {
font-family: 'Playfair Display', serif; /* Elegant heading */
font-size: 3.5em;
margin: 0;
}
/* Section Styling */
section {
padding: 30px 20px;
max-width: 1000px;
margin: 40px auto;
background-color: white;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: center;
}
h2 {
font-family: 'Playfair Display', serif;
color: #433b69; /* Dark purple */
font-size: 2.5em;
margin-bottom: 30px;
}
p {
font-family: 'Lato', sans-serif;
font-size: 1.1em;
color: #333;
margin-bottom: 20px;
}
.image-section img {
width: 100%;
max-height: 800px;
object-fit: cover;
border-radius: 10px;
}
/* Circular Image Styling */
.person img {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
margin-bottom: 10px;
}
.person-description {
font-size: 0.9em;
color: #666;
max-width: 80%;
margin: 0 auto;
}
/* Team and Advisor Sections */
.team-section, .advisor-section {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 50px;
}
.team-section .person, .advisor-section .person {
width: 30%; /* 3 people per row for team */
margin-bottom: 40px;
text-align: center;
}
.advisor-section .person {
width: 23%; /* 4 people per row for advisors */
}
@media (max-width: 768px) {
.team-section .person, .advisor-section .person {
width: 100%; /* Stack people on smaller screens */
}
}
/* Footer Styling */
footer {
background-color: #433b69;
color: white;
padding: 30px 0;
text-align: center;
}
footer p {
margin: 0;
color: white;
}
</style>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<a href="index.html" class="logo">
<img src="images/empathera-logo.png" alt="Empathera Logo" style="height: 200px;">
</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</div>
<!-- Header -->
<header>
<h1>Meet The Team</h1>
</header>
<!-- Team Image Section -->
<section class="image-section">
<img src="images/article2.jpg" alt="Our Team">
</section>
<!-- About Us Section -->
<section>
<h2>About Us</h2>
<p>Empathera Healthcare Systems is dedicated to improving patient safety through innovative solutions.
Our interdisciplinary team combines engineering expertise with a passion for improving patient care.
We are supported by a diverse group of advisors who provide valuable insights into technical, clinical,
and business aspects of our work.
</p>
</section>
<!-- Team Section -->
<section>
<h2>Team</h2>
<div class="team-section">
<!-- Row 1 -->
<div class="person">
<img src="images/ant.jpeg" alt="Team Member 1">
<h3>Antranig Baghdassarian</h3>
<p class="person-description">Biomedical Engineering w/ Electrical & Computer Engineering minor, Cornell University
</p>
</div>
<div class="person">
<img src="images/bri.jpeg" alt="Team Member 2">
<h3>Brianna Leung</h3>
<p class="person-description">Bioengineering & Healthcare Management, University of Pennsylvania</p>
</div>
<div class="person">
<img src="images/john.jpeg" alt="Team Member 3">
<h3>Johnson Liu</h3>
<p class="person-description">Electrical & Computer Engineering and Operations Research & Information Engineering, Cornell University</p>
</div>
<!-- Row 2 -->
<div class="person">
<img src="images/andy.jpeg" alt="Team Member 4">
<h3>Andrew Lee</h3>
<p class="person-description">4th year Medical Student, Weill Cornell Medicine
4th year Medical Student, Weill Cornell Medicine
</p>
</div>
<div class="person">
<img src="images/leah.jpg" alt="Team Member 5">
<h3>Leah Lackey</h3>
<p class="person-description">Electrical & Computer
Engineering, Cornell University</p>
</div>
<div class="person">
<img src="images/justin.jpg" alt="Team Member 6">
<h3>Justin Liu</h3>
<p class="person-description">Computer Science & Business Administration, Northeastern University
</p>
</div>
</div>
</section>
<!-- Advisors Section -->
<section>
<h2>Advisors</h2>
<div class="advisor-section">
<div class="person">
<img src="images/viz.jpeg" alt="Advisor 1">
<h3>Dr. Vasudevan</h3>
<p class="person-description">Postdoctoral Associate in Biomedical and Electrical Engineering, Cornell University
</p>
</div>
<div class="person">
<img src="images/brad.jpeg" alt="Advisor 2">
<h3>Bradley Treat, MBA
</h3>
<p class="person-description">Entrepreneur in Residence, Lecturer, Cornell University
</p>
</div>
<div class="person">
<img src="images/faria.jpg" alt="Advisor 3">
<h3>Dr. De Faria
</h3>
<p class="person-description">Professor of Practice, Director of the Masters of Engineering Program, Cornell University
</p>
</div>
<div class="person">
<img src="images/karen.jpeg" alt="Advisor 4">
<h3>Karen Santos, MSN
</h3>
<p class="person-description">Clinical Advisor, Perioperative Senior Quality Management Specialist, Northwell Health
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<p>© 2024 Empathera. All Rights Reserved.</p>
</footer>
</body>
</html>