-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
316 lines (297 loc) · 16.5 KB
/
index.html
File metadata and controls
316 lines (297 loc) · 16.5 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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gharbin Bernard - Software Developer & Data Analyst</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<!-- Minimal Navigation -->
<nav class="nav">
<div class="nav-brand">
<img src="images/profile.jpeg" alt="Gharbin Bernard" class="brand-image">
<div class="brand-info">
<span class="brand-text">Gharbin Bernard</span>
<span class="brand-subtitle">Software Developer & Data Analyst</span>
</div>
</div>
<div class="nav-links">
<a href="#about">About</a>
<a href="#experience">Experience</a>
<a href="#skills">Skills</a>
<a href="#work">Work</a>
<a href="#contact">Contact</a>
</div>
</nav>
<main>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="hero-content">
<div class="hero-text">
<h1 class="hero-title">
I'm <span class="highlight">Gharbin</span>, a developer building
<span class="typewriter" data-words="data-driven applications,full-stack applications, analytics platforms"></span>
</h1>
<div class="hero-arrow">
<svg width="24" height="40" viewBox="0 0 24 40">
<path d="M12 0L12 35M5 28L12 35L19 28" stroke="currentColor" stroke-width="2" fill="none"/>
</svg>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="section" id="about">
<div class="container">
<div class="section-content">
<div class="section-text">
<p class="intro-text">
I'm a Computer Science student at New York University Abu Dhabi with a minor in Economics,
graduating in 2027. I specialize in building full-stack applications and transforming complex data into actionable insights.
</p>
<p class="intro-text">
Most recently, I worked as a Research and Data Analytics Intern at ImpactTulsa, where I processed
large-scale public sector datasets to support city leadership on public safety and education policy.
I reduced data processing time by 30% and integrated crime data across 70+ census tracts to enable
targeted intervention strategies.
</p>
<p class="intro-text">
My work bridges software engineering and data science—from Formula 1 analytics dashboards and
car rental management systems to immersive VR museums. I'm driven by the challenge of turning
technical complexity into elegant, scalable solutions.
</p>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section class="section" id="experience">
<div class="container">
<h2 class="section-title">Experience</h2>
<div class="experience-item">
<div class="exp-header">
<h3><a href="https://impacttulsa.org/" target="_blank" class="company-link">ImpactTulsa <i class="fas fa-external-link-alt"></i></a> - Research and Data Analytics Intern</h3>
<span class="exp-period">Sep 2025 - Dec 2025</span>
</div>
<p class="exp-description">
Engineered data pipelines using Python to process large-scale public sector datasets, reducing data processing time
and enabling policy-driven analysis for public safety and K-12 education outcomes. Integrated crime datasets
(homicide, aggravated assault, 911 calls) across 70+ census tracts to support targeted
intervention strategies. Analyzed arrest patterns using statistical summaries and visualizations, delivering actionable
insights to city leadership and nonprofit partners.
</p>
</div>
<div class="experience-item">
<div class="exp-header">
<h3><a href="https://www.nyuad-artgallery.org/" target="_blank" class="company-link">NYUAD Art Gallery <i class="fas fa-external-link-alt"></i></a> - Student Assistant</h3>
<span class="exp-period">Mar 2024 - Dec 2024</span>
</div>
<p class="exp-description">
Managed inventory and logistics for two major exhibitions, ensuring 100% material availability for 300+ visitors.
Maintained and optimized communication systems for 110+ artists and collaborators, improving coordination efficiency.
Supported curators and artists through event logistics and personalized welcome materials to enhance visitor experience.
</p>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="section" id="skills">
<div class="container">
<h2 class="section-title">Technical Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<h3 class="skill-category-title">Languages</h3>
<div class="skill-tags">
<span class="skill-tag primary">Python</span>
<span class="skill-tag primary">JavaScript</span>
<span class="skill-tag primary">SQL</span>
<span class="skill-tag primary">C++</span>
</div>
</div>
<div class="skill-category">
<h3 class="skill-category-title">Development & Frameworks</h3>
<div class="skill-tags">
<span class="skill-tag primary">React.js</span>
<span class="skill-tag primary">FastAPI</span>
<span class="skill-tag primary">Node.js</span>
<span class="skill-tag primary">MySQL</span>
<span class="skill-tag primary">SQLite</span>
<span class="skill-tag primary">MongoDB</span>
<span class="skill-tag secondary">Express.js</span>
<span class="skill-tag secondary">TailwindCSS</span>
<span class="skill-tag secondary">Git</span>
</div>
</div>
<div class="skill-category">
<h3 class="skill-category-title">Data & Analytics</h3>
<div class="skill-tags">
<span class="skill-tag primary">Pandas</span>
<span class="skill-tag primary">NumPy</span>
<span class="skill-tag primary">SQLAlchemy</span>
<span class="skill-tag secondary">FastF1</span>
<span class="skill-tag secondary">ETL Pipelines</span>
</div>
</div>
</div>
</div>
</section>
<!-- Work Section -->
<section class="section" id="work">
<div class="container">
<h2 class="section-title">Featured Projects</h2>
<div class="work-grid">
<!-- F1 Analytics Dashboard (NEW) -->
<div class="work-item">
<div class="work-image">
<div class="project-preview">
<img src="images/f1_analytics.png" alt="F1 Analytics Dashboard Screenshot" class="project-screenshot f1-screenshot">
</div>
</div>
<div class="work-content">
<div class="work-header">
<h3>F1 ANALYTICS</h3>
<div class="work-links">
<a href="#" class="work-link">
<!-- <i class="fas fa-external-link-alt"></i> -->
</a>
<a href="https://github.com/GharbinBern/F1-Analytics" class="work-link">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<span class="work-context">Fall 2026</span>
<p class="work-description">
Built a Formula 1 analytics platform for tracking race weekends, comparing driver performance,
and analyzing team statistics. Implemented automated ETL pipeline using FastF1 to fetch, transform, and load
session data into SQLite. Features include season calendar tracking, driver comparison metrics (points, wins,
podiums, average finishes), race results with grid positions, and pit stop analytics across all teams.
</p>
<div class="work-stack">
<span class="stack-title">Stack:</span>
<div class="stack-tags">
<span class="stack-tag">React 19</span>
<span class="stack-tag">Vite</span>
<span class="stack-tag">FastAPI</span>
<span class="stack-tag">SQLite</span>
<span class="stack-tag">FastF1</span>
<span class="stack-tag">Pandas</span>
<span class="stack-tag">SQLAlchemy</span>
</div>
</div>
</div>
</div>
<!-- Car Rental Management System -->
<div class="work-item">
<div class="work-image">
<div class="project-preview">
<img src="images/car_rental.png" alt="Car Rental Management System Screenshot" class="project-screenshot">
</div>
</div>
<div class="work-content">
<div class="work-header">
<h3>CAR RENTAL MANAGEMENT SYSTEM</h3>
<div class="work-links">
<a href="https://car-rental-management-system-teal.vercel.app/" class="work-link">
<i class="fas fa-external-link-alt"></i>
</a>
<a href="https://github.com/GharbinBern/Car-Rental-Management-System" class="work-link">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<span class="work-context">Spring 2025 </span>
<p class="work-description">
Built a full-stack car rental platform with MySQL, featuring secure JWT authentication
and role-based access. Designed optimized relational schema (3NF+) with constraints, views, and stored procedures.
Created interactive admin dashboards for monitoring rentals, maintenance, and revenue.
</p>
<div class="work-stack">
<span class="stack-title">Stack:</span>
<div class="stack-tags">
<span class="stack-tag">React.js</span>
<span class="stack-tag">FastAPI</span>
<span class="stack-tag">Python</span>
<span class="stack-tag">MySQL</span>
<span class="stack-tag">TailwindCSS</span>
</div>
</div>
</div>
</div>
<!-- VR Museum -->
<div class="work-item">
<div class="work-image">
<div class="project-preview">
<img src="images/virtual.png" alt="VR" class="project-screenshot">
</div>
</div>
<div class="work-content">
<div class="work-header">
<h3>IMMERSIVE VR MUSEUM</h3>
<div class="work-links">
<a href="#" class="work-link">
<!-- <i class="fas fa-external-link-alt"></i> -->
</a>
<a href="https://github.com/GharbinBern/Virtual-Museum" class="work-link">
<i class="fab fa-github"></i>
</a>
</div>
</div>
<span class="work-context">Fall 2023 / Virtual Reality Project</span>
<p class="work-description">
Developed an immersive VR museum with 20 interactive exhibits featuring 4 famous artworks and 20 historical
inventions to enhance children's engagement in learning history. Integrated advanced XR interactions using
Meta Quest 2, including hand tracking and gesture controls for optimal user experience.
</p>
<div class="work-stack">
<span class="stack-title">Stack:</span>
<div class="stack-tags">
<span class="stack-tag">C#</span>
<span class="stack-tag">Unity Hub</span>
<span class="stack-tag">Meta Quest 2</span>
<span class="stack-tag">XR Toolkit</span>
<span class="stack-tag">3D Modeling</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="section" id="contact">
<div class="container">
<div class="contact-content">
<h2 class="contact-title">Have an idea? Get in touch!</h2>
<div class="contact-links">
<a href="mailto:bg2696@nyu.edu" class="contact-link">
<i class="fas fa-envelope"></i>
<span>bg2696@nyu.edu</span>
</a>
<a href="https://linkedin.com/in/bernard-gharbin" class="contact-link" target="_blank">
<i class="fab fa-linkedin"></i>
<span>linkedin.com/in/bernard</span>
</a>
<a href="https://github.com/GharbinBern" class="contact-link" target="_blank">
<i class="fab fa-github"></i>
<span>github-page</span>
</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<p>Made with ❤️ by Gharbin Bernard</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>