-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
510 lines (478 loc) · 27.6 KB
/
Copy pathindex.html
File metadata and controls
510 lines (478 loc) · 27.6 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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reena Bharath - Full Stack Developer & Project Administrator | Portfolio</title>
<meta name="description" content="Reena Bharath is a Full Stack Developer and Project Administrator based in Prague, specializing in web development, project management, and photography.">
<meta name="keywords" content="Reena Bharath, Full Stack Developer, Project Administrator, Web Development, Photography, Prague">
<meta name="author" content="Reena Bharath">
<!-- Open Graph / Social Media Meta Tags -->
<meta property="og:title" content="Reena Bharath - Full Stack Developer & Project Administrator">
<meta property="og:description" content="Full Stack Developer and Project Administrator based in Prague, specializing in web development and project management.">
<meta property="og:image" content="images/profile.jpeg">
<meta property="og:url" content="https://reenabharath.com">
<meta property="og:type" content="website">
<!-- Twitter Card data -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Reena Bharath - Full Stack Developer & Project Administrator">
<meta name="twitter:description" content="Full Stack Developer and Project Administrator based in Prague, specializing in web development and project management.">
<meta name="twitter:image" content="images/profile.jpeg">
<!-- Canonical URL -->
<link rel="canonical" href="https://reenabharath.com">
<!-- Favicon -->
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- CSS -->
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Reena Bharath",
"url": "https://reenabharath.com",
"image": "images/profile.jpeg",
"jobTitle": "Full Stack Developer & Project Administrator",
"worksFor": {
"@type": "Organization",
"name": "Freelance"
},
"sameAs": [
"https://github.com/ReenaBharath",
"https://linkedin.com",
"https://www.flickr.com/photos/201096688@N04",
"https://www.buymeacoffee.com/reenabharath"
]
}
</script>
</head>
<body>
<header>
<div class="container">
<nav class="navbar">
<div class="logo">Portfolio</div>
<ul class="nav-links">
<li><a href="#home" class="active">Home</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#technologies">Technologies</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="photography.html">Photography</a></li>
</ul>
<div class="social-icons">
<a href="https://github.com/ReenaBharath" target="_blank" rel="noopener noreferrer" title="GitHub Profile"><i class="fab fa-github"></i><span class="sr-only">GitHub</span></a>
<a href="https://linkedin.com" target="_blank" rel="noopener noreferrer" title="LinkedIn Profile"><i class="fab fa-linkedin"></i><span class="sr-only">LinkedIn</span></a>
<a href="https://www.flickr.com/photos/201096688@N04" target="_blank" rel="noopener noreferrer" title="Flickr Profile"><i class="fab fa-flickr"></i><span class="sr-only">Flickr</span></a>
<a href="https://www.buymeacoffee.com/reenabharath" target="_blank" rel="noopener noreferrer" title="Buy Me a Coffee"><i class="fas fa-mug-hot"></i><span class="sr-only">Buy Me a Coffee</span></a>
</div>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</div>
</header>
<main>
<!-- Hero Section -->
<section id="home" class="hero-section">
<div class="container">
<div class="hero-content">
<div class="hero-text">
<h1 class="title">Full Stack Developer &<br>Project Administrator</h1>
<p class="description">
Hey 👋🏽 I'm Reena Bharath, a tech enthusiast based in Prague. I combine
development expertise with project management skills to create
efficient digital solutions.
</p>
<button class="cta-button" onclick="scrollToSection('projects')">View Projects</button>
<button class="cta-button secondary" onclick="scrollToSection('contact')">Contact Me</button>
<a href="Reena Resume - V1.0 2025.pdf" class="cta-button download" download><i class="fas fa-download"></i> Download CV</a>
</div>
<div class="hero-image">
<img src="images/profile.jpg" alt="Reena Bharath">
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects-section">
<div class="container">
<h2 class="section-title">Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-image">
<img src="images/projects/SAP_HANA.png" alt="SAP HANA Project">
</div>
<div class="project-content">
<h3>SAP HANA Database Management</h3>
<p>Implemented a comprehensive database solution using SAP HANA for a large enterprise client, optimizing data retrieval and storage processes.</p>
<div class="tags">
<span class="tag">SAP HANA</span>
<span class="tag">SQL</span>
<span class="tag">Database</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/projects/quiz.png" alt="Quiz Game App">
</div>
<div class="project-content">
<h3>Quiz Game</h3>
<p>An interactive quiz application with multiple categories and difficulty levels, featuring a responsive design and real-time scoring.</p>
<div class="tags">
<span class="tag">JavaScript</span>
<span class="tag">HTML/CSS</span>
<span class="tag">API</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/projects/math_practicer.png" alt="Math Practicer App">
</div>
<div class="project-content">
<h3>Math Practicer</h3>
<p>Educational app designed to help students practice various math concepts through interactive exercises and challenges.</p>
<div class="tags">
<span class="tag">React</span>
<span class="tag">Node.js</span>
<span class="tag">MongoDB</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/projects/ML.png" alt="ML Data Cleaning Project">
</div>
<div class="project-content">
<h3>Machine Learning using ML</h3>
<p>Developed a machine learning model for predictive analytics, incorporating data cleaning and preprocessing techniques for improved accuracy.</p>
<div class="tags">
<span class="tag">Python</span>
<span class="tag">TensorFlow</span>
<span class="tag">Data Science</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/projects/daskalos.png" alt="Daskalos Learning Platform">
</div>
<div class="project-content">
<h3>Daskalos</h3>
<p>A comprehensive e-learning platform with course management, student progress tracking, and interactive learning materials.</p>
<div class="tags">
<span class="tag">Vue.js</span>
<span class="tag">Express</span>
<span class="tag">PostgreSQL</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/projects/cryptography.png" alt="Cryptography Project">
</div>
<div class="project-content">
<h3>Cryptography</h3>
<p>Implemented various cryptographic algorithms for secure data transmission and storage, with a focus on performance and security.</p>
<div class="tags">
<span class="tag">C++</span>
<span class="tag">Cryptography</span>
<span class="tag">Security</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/projects/sudoko.png" alt="Sudoku Solver">
</div>
<div class="project-content">
<h3>Sudoku Solver</h3>
<p>An algorithm that solves Sudoku puzzles of varying difficulty levels using backtracking and constraint satisfaction techniques.</p>
<div class="tags">
<span class="tag">Python</span>
<span class="tag">Algorithms</span>
<span class="tag">Problem Solving</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/projects/finance.png" alt="Finance Accounting Project">
</div>
<div class="project-content">
<h3>Finance Accounting</h3>
<p>A financial management system for tracking expenses, generating reports, and providing insights into spending patterns.</p>
<div class="tags">
<span class="tag">PHP</span>
<span class="tag">MySQL</span>
<span class="tag">Chart.js</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/projects/database.jpg" alt="Database Project">
</div>
<div class="project-content">
<h3>Database Project Oracle SQL</h3>
<p>Designed and implemented a complex database schema for a retail management system using Oracle SQL, including stored procedures and triggers.</p>
<div class="tags">
<span class="tag">Oracle SQL</span>
<span class="tag">Database Design</span>
<span class="tag">PL/SQL</span>
</div>
<div class="project-links">
<a href="#" class="project-link">View Project</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Technologies Section -->
<section id="technologies" class="technologies-section">
<div class="container">
<h2 class="section-title">Technologies</h2>
<div class="tech-grid">
<div class="tech-card">
<div class="tech-icon"><i class="fab fa-html5"></i></div>
<h3 class="tech-name">HTML5</h3>
<div class="tech-level">
<div class="tech-level-bar" data-level="95"></div>
</div>
</div>
<div class="tech-card">
<div class="tech-icon"><i class="fab fa-css3-alt"></i></div>
<h3 class="tech-name">CSS3</h3>
<div class="tech-level">
<div class="tech-level-bar" data-level="90"></div>
</div>
</div>
<div class="tech-card">
<div class="tech-icon"><i class="fab fa-js"></i></div>
<h3 class="tech-name">JavaScript</h3>
<div class="tech-level">
<div class="tech-level-bar" data-level="85"></div>
</div>
</div>
<div class="tech-card">
<div class="tech-icon"><i class="fab fa-react"></i></div>
<h3 class="tech-name">React</h3>
<div class="tech-level">
<div class="tech-level-bar" data-level="80"></div>
</div>
</div>
<div class="tech-card">
<div class="tech-icon"><i class="fab fa-node-js"></i></div>
<h3 class="tech-name">Node.js</h3>
<div class="tech-level">
<div class="tech-level-bar" data-level="75"></div>
</div>
</div>
<div class="tech-card">
<div class="tech-icon"><i class="fab fa-python"></i></div>
<h3 class="tech-name">Python</h3>
<div class="tech-level">
<div class="tech-level-bar" data-level="85"></div>
</div>
</div>
<div class="tech-card">
<div class="tech-icon"><i class="fas fa-database"></i></div>
<h3 class="tech-name">SQL</h3>
<div class="tech-level">
<div class="tech-level-bar" data-level="90"></div>
</div>
</div>
<div class="tech-card">
<div class="tech-icon"><i class="fab fa-aws"></i></div>
<h3 class="tech-name">AWS</h3>
<div class="tech-level">
<div class="tech-level-bar" data-level="70"></div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="services-section">
<div class="container">
<h2 class="section-title">Services</h2>
<div class="services-grid">
<div class="service-card">
<div class="service-icon">
<i class="fas fa-laptop-code"></i>
</div>
<h3 class="service-title">Website Creation</h3>
<p class="service-description">
Custom website development tailored to your specific needs, from simple landing pages to complex web applications.
</p>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-chart-line"></i>
</div>
<h3 class="service-title">Data Science Projects</h3>
<p class="service-description">
Data analysis, visualization, and machine learning solutions to help you extract valuable insights from your data.
</p>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-database"></i>
</div>
<h3 class="service-title">Database Projects</h3>
<p class="service-description">
Database design, optimization, and management services to ensure efficient data storage and retrieval.
</p>
</div>
<div class="service-card">
<div class="service-icon">
<i class="fas fa-camera"></i>
</div>
<h3 class="service-title">Event Photography</h3>
<p class="service-description">
Professional photography services for events in Prague, capturing your special moments with creativity and attention to detail.
</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about-section">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-image">
<img src="images/profile1.jpeg" alt="Reena Bharath">
</div>
<div class="about-text">
<p>I'm a passionate Full Stack Developer and Project Administrator with experience in building responsive and performant web applications. My journey in tech started with a fascination for solving problems and creating user-friendly experiences.</p>
<p>With a background in computer science and project management, I bring a unique perspective to every project I work on. I'm constantly learning and exploring new technologies to stay at the forefront of the industry.</p>
<p>When I'm not coding, you can find me exploring Prague with my camera, capturing the city's beautiful architecture and vibrant scenes.</p>
<div class="about-links">
<a href="#contact" class="about-link">Contact Me</a>
<a href="photography.html" class="about-link">View Photography</a>
<a href="Reena Resume_2024.pdf" class="about-link download-cv" download><i class="fas fa-download"></i> Download CV</a>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact-section">
<div class="container">
<h2 class="section-title">Contact Me</h2>
<div class="contact-content">
<div class="contact-info">
<div class="contact-item">
<i class="fas fa-envelope"></i>
<p>reenabharath1581@gmail.com</p>
</div>
<div class="contact-item">
<i class="fas fa-map-marker-alt"></i>
<p>Prague, Czech Republic</p>
</div>
<div class="contact-social">
<a href="https://github.com/ReenaBharath" target="_blank" rel="noopener noreferrer" title="GitHub Profile"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/reena-bharath-1b59481b8" target="_blank" rel="noopener noreferrer" title="LinkedIn Profile"><i class="fab fa-linkedin"></i></a>
<a href="https://instagram.com/15_reena_81" target="_blank" rel="noopener noreferrer" title="Instagram Profile"><i class="fab fa-instagram"></i></a>
<a href="https://www.flickr.com/photos/201096688@N04" target="_blank" rel="noopener noreferrer" title="Flickr Profile"><i class="fab fa-flickr"></i></a>
<a href="https://www.buymeacoffee.com/reenabharath" target="_blank" rel="noopener noreferrer" title="Buy Me a Coffee"><i class="fas fa-mug-hot"></i></a>
</div>
</div>
<div class="contact-form">
<form id="contactForm" action="https://formspree.io/f/mqaplpng" method="POST">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="_replyto" required>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" id="subject" name="subject" required>
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<input type="hidden" name="_subject" value="New contact from your website">
<input type="text" name="_gotcha" style="display:none">
<button type="submit" class="submit-button">Send Message</button>
<div id="form-status"></div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-about">
<div class="footer-logo">Portfolio</div>
<p class="footer-description">Full Stack Developer & Project Administrator based in Prague, specializing in creating efficient digital solutions.</p>
</div>
<div class="footer-links">
<h4>Quick Links</h4>
<div class="horizontal-links">
<a href="#home">Home</a>
<a href="#projects">Projects</a>
<a href="#technologies">Technologies</a>
<a href="#services">Services</a>
<a href="#about">About</a>
<a href="#contact">Contact</a>
<a href="photography.html">Photography</a>
</div>
</div>
<div class="footer-social">
<h4>Connect With Me</h4>
<div class="social-icons">
<a href="https://github.com/ReenaBharath" target="_blank" rel="noopener noreferrer" title="GitHub Profile"><i class="fab fa-github"></i></a>
<a href="https://linkedin.com/in/reena-bharath-1b59481b8" target="_blank" rel="noopener noreferrer" title="LinkedIn Profile"><i class="fab fa-linkedin"></i></a>
<a href="https://instagram.com/15_reena_81" target="_blank" rel="noopener noreferrer" title="Instagram Profile"><i class="fab fa-instagram"></i></a>
<a href="https://www.flickr.com/photos/201096688@N04" target="_blank" rel="noopener noreferrer" title="Flickr Profile"><i class="fab fa-flickr"></i></a>
<a href="https://www.buymeacoffee.com/reenabharath" target="_blank" rel="noopener noreferrer" title="Buy Me a Coffee"><i class="fas fa-mug-hot"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Reena Bharath. All Rights Reserved.</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>