-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
394 lines (367 loc) · 15.7 KB
/
index.html
File metadata and controls
394 lines (367 loc) · 15.7 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
<!doctype html>
<!--
Copyright (c) 2025 Dhanesh B.B. All Rights Reserved.
Portfolio Website - Home Page
Unauthorized copying or distribution is prohibited.
https://dhaneshbb.github.io
-->
<html lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="media/favicon.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=1024" />
<title>Dhanesh B B - Certified Data Scientist</title>
<meta
name="description"
content="Certified Data Scientist with expertise in Python, Machine Learning, Statistical Modeling, and Data Visualization. Building predictive models and data-driven solutions."
/>
<meta name="author" content="Dhanesh B B" />
<meta name="copyright" content="Copyright 2025 Dhanesh B B. All rights reserved." />
<meta name="robots" content="index, follow" />
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Dhanesh B B - Certified Data Scientist" />
<meta property="og:description" content="Data Scientist with expertise in Python, Machine Learning, Statistical Modeling, and Data Visualization" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dhaneshbb.github.io" />
<!-- Resource Hints for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="preconnect" href="https://cdnjs.cloudflare.com" />
<link rel="dns-prefetch" href="https://www.googletagmanager.com" />
<!-- Preload Critical Image -->
<link
rel="preload"
as="image"
href="media/images/dhanesh_profile_circle.webp"
type="image/webp"
fetchpriority="high"
/>
<!-- Bootstrap CSS -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/main.css" />
<!-- Theme initialization - must run before page render to prevent flash -->
<script src="scripts/core/theme-init.js"></script>
</head>
<body>
<!-- Loading Screen -->
<div class="loading" id="loading">
<div class="progress-container">
<div class="progress-bar"></div>
</div>
</div>
<!-- Navigation -->
<div id="nav-placeholder"></div>
<!-- Hero Section -->
<section id="home" class="hero-section">
<div class="hero-background"></div>
<div class="container">
<div class="row align-items-center min-vh-100">
<div class="col-lg-8 order-2 order-lg-1">
<div class="hero-content">
<h1 class="hero-title fade-in">
Certified Data Scientist
<span class="typing-text" id="typingText"></span>
</h1>
<p class="hero-subtitle-typing fade-in fade-in-delay-1">
<span class="typing-text-line" id="subtitleTypingText"></span>
<span class="typing-cursor"></span>
</p>
<p class="hero-description-typing fade-in fade-in-delay-2">
<span class="typing-text-line" id="descriptionTypingText"></span>
<span class="typing-cursor"></span>
</p>
<div class="d-flex flex-wrap gap-3 mb-4 fade-in fade-in-delay-3">
<a href="resume-viewer.html" target="_blank" class="btn btn-outline-primary btn-lg">
<i class="fas fa-eye me-2"></i>View Resume
</a>
<a href="contact.html" class="btn btn-outline-primary btn-lg btn-open-to-work">
<i class="fas fa-envelope me-2"></i>Open to Work
</a>
<a href="contact.html" class="btn btn-primary btn-lg">
<i class="fas fa-briefcase me-2"></i>Book a Service
</a>
</div>
<!-- Social Links -->
<div class="social-links fade-in fade-in-delay-3">
<a
href="https://www.linkedin.com/in/dhaneshbb/"
target="_blank"
title="LinkedIn"
class="social-link"
>
<i class="fab fa-linkedin social-icon"></i>
</a>
<a
href="https://github.com/dhaneshbb"
target="_blank"
title="GitHub"
class="social-link"
>
<i class="fab fa-github social-icon"></i>
</a>
<a
href="https://pypi.org/user/dhaneshbb"
target="_blank"
title="PyPI"
class="social-link"
>
<i class="fab fa-python social-icon"></i>
</a>
<a
href="https://www.kaggle.com/dhaneshbb"
target="_blank"
title="Kaggle"
class="social-link"
>
<i class="fab fa-kaggle social-icon"></i>
</a>
<a href="mailto:dhaneshbb5@gmail.com" title="Email" class="social-link">
<i class="fas fa-envelope social-icon"></i>
</a>
<a
href="https://nbviewer.org/github/dhaneshbb"
target="_blank"
title="Jupyter Notebooks"
class="social-link"
>
<i class="fas fa-book-open social-icon"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-4 order-1 order-lg-2">
<div class="profile-container fade-in fade-in-delay-1">
<div class="profile-wrapper">
<div class="profile-background"></div>
<div class="profile-ring"></div>
<img
src="media/images/dhanesh_profile_circle.webp"
alt="Dhanesh B B - Certified Data Scientist profile photo"
class="profile-image"
width="1080"
height="1080"
fetchpriority="high"
/>
</div>
</div>
</div>
</div>
</div>
<!-- Scroll Indicator -->
<div class="scroll-indicator">
<div class="scroll-text">Scroll to explore</div>
<div class="scroll-arrow">
<i class="fas fa-chevron-down"></i>
</div>
</div>
</section>
<!-- Professional Journey Timeline -->
<section class="timeline-section">
<div class="container">
<h2 class="section-title fade-in">Professional Journey</h2>
<p class="section-subtitle fade-in fade-in-delay-1">
Career milestones and educational achievements
</p>
<div class="journey-timeline-container">
<div class="timeline-line-journey"></div>
<div class="journey-timeline-scroll">
<!-- Rubixe Internship -->
<div class="journey-item">
<div class="journey-marker"></div>
<div class="journey-content">
<div class="journey-logo-top">
<img
src="media/logos/companies/rubixe-logo.png"
alt="Rubixe Logo"
loading="lazy"
/>
</div>
<span class="journey-date">Sep 2024 - Mar 2025</span>
<h3 class="journey-title">Data Science Consultant (Internship)</h3>
<p class="journey-company">Rubixe (Think Ahead Innovations Private Limited)</p>
<p class="journey-description">
Demonstrated dedication and enthusiasm in Data Science concepts, balancing
theoretical understanding with practical application. Worked on various POC
projects and handled client assignments, garnering appreciation from project
teams and clients.
</p>
<div class="journey-highlights">
<span class="journey-highlight">POC Projects</span>
<span class="journey-highlight">Client Assignments</span>
<span class="journey-highlight">Data Science</span>
</div>
</div>
</div>
<!-- Master's Degree -->
<div class="journey-item">
<div class="journey-marker education"></div>
<div class="journey-content education-item">
<div class="journey-logo-top journey-logo-right">
<img
src="media/logos/education/bangalore-university.png"
alt="Bangalore University Logo"
loading="lazy"
/>
</div>
<span class="journey-badge education-badge">Education</span>
<span class="journey-date">2021 - 2023</span>
<h3 class="journey-title">Master of Arts in Economics (CGPA 7.15, Grade A)</h3>
<p class="journey-company">Bangalore University</p>
<p class="journey-description">
Specialized in Econometrics, Statistical Analysis, Research Methodology,
Mathematical Economics, and Computer Applications (SPSS, Excel).
</p>
</div>
</div>
<!-- ABFRL Role -->
<div class="journey-item">
<div class="journey-marker"></div>
<div class="journey-content">
<div class="journey-logo-top">
<img
src="media/logos/companies/abfrl-logo.png"
alt="Aditya Birla Fashion & Retail Logo"
loading="lazy"
/>
</div>
<span class="journey-date">Apr 2022 - Mar 2023</span>
<h3 class="journey-title">Coordinator</h3>
<p class="journey-company">Aditya Birla Fashion and Retail Limited (Pantaloons)</p>
<p class="journey-description">
Managed cashier department operations including POS systems, cash handling,
and transaction processing. Recognized for hardworking, dedicated and sincere
conduct.
</p>
<div class="journey-highlights">
<span class="journey-highlight">Retail Operations</span>
<span class="journey-highlight">Cash Handling</span>
<span class="journey-highlight">Inventory Management</span>
</div>
</div>
</div>
<!-- Bachelor's Degree -->
<div class="journey-item">
<div class="journey-marker education"></div>
<div class="journey-content education-item">
<div class="journey-logo-top journey-logo-right">
<img
src="media/logos/education/bangalore-university.png"
alt="Bangalore University Logo"
loading="lazy"
/>
</div>
<span class="journey-badge education-badge">Education</span>
<span class="journey-date">2018 - 2021</span>
<h3 class="journey-title">
Bachelor of Arts: History, Economics, Political Science (CGPA 7.36, First Class Distinction)
</h3>
<p class="journey-company">Bangalore University</p>
<p class="journey-description">
Strong foundation in economic theory, political analysis, historical research,
banking and finance, and data interpretation.
</p>
</div>
</div>
</div>
</div>
<div class="text-center mt-5 fade-in">
<a href="experience.html" class="btn btn-primary btn-lg me-3">
<i class="fas fa-briefcase me-2"></i>View Full Experience
</a>
<a href="about.html#education" class="btn btn-outline-primary btn-lg">
<i class="fas fa-graduation-cap me-2"></i>View Education Details
</a>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills-section">
<div class="container">
<h2 class="section-title fade-in">Skillset Highlights</h2>
<p class="section-subtitle fade-in fade-in-delay-1">
Comprehensive skill set covering the entire data science pipeline from data collection to
model deployment
</p>
<div class="skills-scroll-container">
<!-- First Row - Scrolls Left to Right -->
<div class="skills-logo-grid">
<!-- Skills loaded dynamically from about.html -->
</div>
<!-- Second Row - Scrolls Right to Left (Reverse) -->
<div class="skills-logo-grid">
<!-- Skills loaded dynamically from about.html -->
</div>
</div>
<div class="text-center mt-5 fade-in">
<a href="about.html#skillset" class="btn btn-primary btn-lg">
<i class="fas fa-list-check me-2"></i>View Complete Skillset
</a>
</div>
</div>
</section>
<!-- Certifications Section -->
<section class="certifications-section">
<div class="container">
<h2 class="section-title fade-in">Certifications & Continuous Learning</h2>
<p class="section-subtitle fade-in fade-in-delay-1">
Industry-recognized credentials demonstrating commitment to professional development
</p>
<div class="certifications-scroll-container">
<div class="certifications-scroll-grid">
<!-- Certifications loaded dynamically from about.html -->
</div>
</div>
<div class="text-center mt-5 fade-in">
<a href="about.html#certifications" class="btn btn-primary btn-lg">
<i class="fas fa-certificate me-2"></i>View All Certifications
</a>
</div>
</div>
</section>
<!-- Featured Projects -->
<section class="projects-section projects-section-featured">
<div class="container">
<h2 class="section-title fade-in">Featured Projects</h2>
<p class="section-subtitle fade-in fade-in-delay-1">
Showcasing innovative solutions that demonstrate expertise in machine learning and data
analytics
</p>
<div class="projects-scroll-container-horizontal">
<div id="projects-scroll-wrapper" class="projects-scroll-grid-horizontal">
<div class="loading-projects">
<i class="fas fa-spinner fa-spin fa-3x loading-spinner"></i>
<p class="loading-text">Loading projects...</p>
</div>
</div>
</div>
<div class="text-center mt-5">
<a href="projects.html" class="btn btn-primary btn-lg">
<i class="fas fa-arrow-right me-2"></i>View All Projects
</a>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer-placeholder"></div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-5ZYLYR0091"></script>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom JavaScript -->
<script type="module" src="scripts/main.js"></script>
</body>
</html>