-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
238 lines (217 loc) · 10.9 KB
/
Copy pathabout.html
File metadata and controls
238 lines (217 loc) · 10.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Dr. Saiedeh Razavi</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
.nav-bar {
position: fixed;
top: 0;
z-index: 1000;
}
.hero {
background: linear-gradient(135deg, #7A003C 0%, #7A003C 100%);
height: 20vh;
display: flex;
align-items: center;
justify-content: center;
margin-top: 96px;
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
opacity: 0.3;
}
.hero-content {
position: relative;
z-index: 2;
text-align: center;
color: white;
}
.hero-title {
font-size: 3.5rem;
font-weight: bold;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.headshot-section {
background: white;
padding: 4rem 0;
margin-top: -40px;
position: relative;
z-index: 10;
}
.headshot-container {
max-width: 100%;
margin: 0 auto;
text-align: center;
}
.headshot-image {
width: 100%;
max-width: 600px;
height: 600px;
object-fit: cover;
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0,0,0,0.15);
margin: 0 auto 2rem;
display: block;
}
.headshot-info {
max-width: 500px;
margin: 0 auto;
}
.two-column-section {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 3rem;
align-items: center;
margin-bottom: 4rem;
}
.section-image {
width: 100%;
height: 400px;
object-fit: cover;
border-radius: 15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
.two-column-section {
grid-template-columns: 1fr;
gap: 2rem;
}
}
.content-section {
max-width-4xl: 896px;
}
</style>
</head>
<body class="bg-gray-50">
<!-- Top Navigation Bar -->
<nav class="nav-bar bg-black text-white w-full h-24 flex items-center justify-between px-12" style="letter-spacing: 0.08em;">
<a href="index.html" class="text-2xl font-semibold leading-6 tracking-widest">HOME</a>
<div class="flex items-center space-x-10 text-lg">
<a href="publications.html" class="hover:text-gray-300 tracking-widest">PUBLICATIONS</a>
<a href="projects.html" class="hover:text-gray-300 tracking-widest">PROJECTS</a>
<a href="team.html" class="hover:text-gray-300 tracking-widest">TEAM</a>
<a href="events.html" class="hover:text-gray-300 tracking-widest">EVENTS</a>
<a href="about.html" class="ml-6 px-6 py-2 border border-white rounded hover:bg-white hover:text-black transition-colors tracking-widest">ABOUT</a>
</div>
</nav>
<!-- Hero Section -->
<header class="hero">
<div class="hero-content">
<h1 class="hero-title">Dr. Saiedeh Razavi</h1>
</div>
</header>
<!-- Headshot Section -->
<section class="headshot-section">
<div class="headshot-container">
<img src="/images/Razavi,%20Saiedeh_16.jpg" alt="Dr. Saiedeh Razavi" class="headshot-image">
<div class="headshot-info">
<h2 class="text-3xl font-bold text-gray-800 mb-3">Dr. Saiedeh Razavi</h2>
<p class="text-xl text-gray-600 mb-2">Professor, Department of Civil Engineering</p>
<p class="text-lg text-gray-500">McMaster University</p>
</div>
</div>
</section>
<!-- About Content -->
<section class="w-full px-8 py-12">
<div class="bg-white rounded-lg shadow-lg p-12">
<div class="prose prose-xl max-w-none">
<!-- First Two-Column Section: Current Positions + Image -->
<div class="two-column-section">
<div>
<div class="bg-red-50 p-8 rounded-lg border-l-4" style="border-color: #7A003C;">
<h3 class="text-2xl font-semibold text-red-900 mb-6">Current Positions</h3>
<ul class="text-red-800 space-y-3 text-lg">
<li>• Professor, Department of Civil Engineering</li>
<li>• Inaugural Chair in Heavy Construction</li>
<li>• Co-Director of McMaster's AI-enhanced Mobility Lab</li>
<li>• Co-Founder of Fluid Intelligence</li>
<li>• Affiliated with McMaster Institute for Transportation and Logistics (MITL)</li>
<li>• Affiliated with School of Earth, Environment, and Society</li>
</ul>
</div>
<p class="text-xl text-gray-700 leading-relaxed mt-6">
Dr. Razavi has a multidisciplinary background and considerable experience in collaborating and leading multidisciplinary team-based projects for discovering new knowledge and developing innovative solutions to shape the future of our infrastructure, transportation, and supply chains. She combines several years of industrial experience with academic teaching and research.
</p>
</div>
<div>
<img src="/images/Vitsiting the Peel Ports 2024.jpg" alt="Visiting Peel Ports 2024" class="section-image">
</div>
</div>
<!-- Second Two-Column Section: Image + Education -->
<div class="two-column-section">
<div>
<img src="/images/Meetup with the first co-Chairs of McMaster's Heavy Construction Student Chapter 2016.JPG" alt="McMaster Heavy Construction Student Chapter 2016" class="section-image">
</div>
<div>
<div class="bg-red-50 p-8 rounded-lg border-l-4" style="border-color: #7A003C;">
<h3 class="text-2xl font-semibold text-red-900 mb-6">Education</h3>
<ul class="text-red-800 space-y-3 text-lg">
<li>• Ph.D. in Civil Engineering</li>
<li>• M.Sc. in Artificial Intelligence</li>
<li>• B.Sc. in Computer Engineering</li>
</ul>
</div>
<div class="space-y-6 mt-6">
<p class="text-xl text-gray-700 leading-relaxed">
Her research focuses on AI-enhanced and data-informed knowledge and solutions for smarter construction, intelligent transportation systems, infrastructure management, supply chains and logistics.
</p>
<p class="text-xl text-gray-700 leading-relaxed">
Dr. Razavi brings together ideas, methods, people, and organizations from different backgrounds and sectors for interdisciplinary and cross-sectoral research to address emerging challenges.
</p>
</div>
</div>
</div>
<!-- Artwork Section -->
<div class="mt-12 pt-8 border-t border-gray-200">
<div class="text-center">
<h3 class="text-2xl font-semibold text-gray-800 mb-4">Artwork</h3>
<p class="text-lg text-gray-600 mb-6 max-w-2xl mx-auto">
Beyond her research and academic work, Dr. Razavi also explores creative expression through art.
</p>
<a href="https://saiedeh-razavi-bryee.pyxl.ai/" target="_blank" rel="noopener noreferrer"
class="inline-flex items-center px-6 py-3 bg-red-50 text-red-800 border-2 border-red-200 rounded-lg hover:bg-red-100 hover:border-red-300 transition-colors font-medium">
<span>View Artwork Portfolio</span>
<i class="fas fa-external-link-alt ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Footer -->
<footer class="bg-black text-white py-8 mt-16">
<div class="max-w-6xl mx-auto px-4">
<div class="flex flex-col md:flex-row items-center justify-between">
<div class="text-center md:text-left mb-4 md:mb-0">
<h3 class="text-xl font-semibold mb-2 tracking-widest">CONTACT US</h3>
<p class="text-gray-300 mt-1">
<i class="fas fa-map-marker-alt mr-2"></i>
1280 Main Street West, Hamilton, Ontario, Canada, L8S 4L8
</p>
<p class="text-gray-300 mt-1">
<i class="fas fa-phone mr-2"></i>
(905) 525-9140
</p>
</div>
<div class="flex space-x-6">
<a href="https://www.linkedin.com/in/saiedeh-razavi-b899b9141/" class="text-gray-300 hover:text-blue-400 transition-colors" aria-label="LinkedIn" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin-in text-2xl"></i>
</a>
</div>
</div>
</div>
</footer>
</body>
</html>