-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
327 lines (297 loc) · 12.6 KB
/
contact.html
File metadata and controls
327 lines (297 loc) · 12.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
<!doctype html>
<!--
Copyright (c) 2025 Dhanesh B.B. All Rights Reserved.
Portfolio Website - Contact 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>Contact - Dhanesh B.B. | Get In Touch</title>
<meta
name="description"
content="Contact Dhanesh B.B. for data science consulting, machine learning projects, and analytics solutions. Available for professional collaborations."
/>
<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" />
<!-- 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>
<!-- Navigation -->
<div id="nav-placeholder"></div>
<!-- Page Header -->
<section class="page-header">
<div class="container">
<h1 class="page-title fade-in">Get In Touch</h1>
<p class="page-subtitle fade-in fade-in-delay-1">
Open to data science opportunities, collaborations, and conversations
</p>
</div>
</section>
<!-- Contact Section -->
<section class="contact-section">
<div class="container">
<div class="row g-5">
<div class="col-lg-12">
<div class="contact-card fade-in fade-in-delay-2">
<div id="contact-content">
<div class="contact-intro-wrapper" id="contact-intro">
<div class="contact-profile-side">
<img
src="media/images/dhanesh_profile_circle.webp"
alt="Dhanesh B.B. - Data Scientist"
class="contact-profile-image"
/>
</div>
<div class="contact-text-side">
<h2>Work With Me</h2>
<p>
I'm open to data science roles, project collaborations, and conversations
about machine learning and analytics. Feel free to reach out if you'd like
to connect or discuss opportunities.
</p>
<div class="resume-buttons">
<a
href="resume-viewer.html"
target="_blank"
rel="noopener"
class="btn btn-primary"
>
<i class="fas fa-eye me-2"></i>View Resume
</a>
</div>
</div>
</div>
<h3 class="contact-row-title">Direct Contact</h3>
<div class="contact-methods">
<a href="mailto:dhaneshbb5@gmail.com" class="contact-method-link">
<div class="contact-method" data-animation="left">
<div class="contact-icon">
<i class="fas fa-envelope"></i>
</div>
<h4>Email</h4>
<p>
For project discussions, opportunities, and detailed inquiries
</p>
<span class="contact-link">dhaneshbb5@gmail.com</span>
</div>
</a>
<a
href="https://www.linkedin.com/in/dhaneshbb/"
target="_blank"
rel="noopener"
class="contact-method-link"
>
<div class="contact-method" data-animation="right">
<div class="contact-icon">
<i class="fab fa-linkedin"></i>
</div>
<h4>LinkedIn</h4>
<p>
Professional networking and career opportunities
</p>
<span class="contact-link">Connect on LinkedIn</span>
</div>
</a>
</div>
<h3 class="contact-row-title">Freelance Platforms</h3>
<div class="contact-methods">
<a
href="https://www.fiverr.com/dhaneshbb"
target="_blank"
rel="noopener"
class="contact-method-link"
>
<div class="contact-method" data-animation="left">
<div class="contact-icon">
<i class="fas fa-briefcase"></i>
</div>
<h4>Hire Me on Fiverr</h4>
<p>Official Fiverr profile for booking services</p>
<span class="contact-link">fiverr.com/dhaneshbb</span>
</div>
</a>
<a
href="https://www.upwork.com/freelancers/~011fc256066b8c38bd"
target="_blank"
rel="noopener"
class="contact-method-link"
>
<div class="contact-method" data-animation="right">
<div class="contact-icon">
<i class="fas fa-briefcase"></i>
</div>
<h4>Hire Me on Upwork</h4>
<p>Official Upwork profile for project engagements</p>
<span class="contact-link">Upwork Profile</span>
</div>
</a>
</div>
<h3 class="contact-row-title">Technical Profiles</h3>
<div class="contact-methods">
<a
href="https://github.com/dhaneshbb"
target="_blank"
rel="noopener"
class="contact-method-link"
>
<div class="contact-method" data-animation="left">
<div class="contact-icon">
<i class="fab fa-github"></i>
</div>
<h4>GitHub</h4>
<p>Explore my projects and contributions on GitHub</p>
<span class="contact-link">View GitHub</span>
</div>
</a>
<a
href="https://pypi.org/user/dhaneshbb"
target="_blank"
rel="noopener"
class="contact-method-link"
>
<div class="contact-method" data-animation="bottom">
<div class="contact-icon">
<i class="fab fa-python"></i>
</div>
<h4>PyPI</h4>
<p>Check out my published Python packages on PyPI</p>
<span class="contact-link">View PyPI</span>
</div>
</a>
<a
href="https://www.kaggle.com/dhaneshbb"
target="_blank"
rel="noopener"
class="contact-method-link"
>
<div class="contact-method" data-animation="right">
<div class="contact-icon">
<i class="fab fa-kaggle"></i>
</div>
<h4>Kaggle</h4>
<p>17 micro-certificates and data science notebooks</p>
<span class="contact-link">View Kaggle</span>
</div>
</a>
</div>
<div class="location-info">
<h5>
<i class="fas fa-map-marker-alt me-2"></i>Based in Bengaluru, Karnataka, India
</h5>
<div class="location-details">
<strong>Time Zone:</strong> IST (UTC +5:30)<br />
<strong>Availability:</strong> Open to opportunities and collaborations
</div>
</div>
</div>
<!-- End contact-content -->
</div>
</div>
</div>
</div>
</section>
<!-- What I Work On -->
<section class="specializations-section">
<div class="container">
<h2 class="specializations-title fade-in">What I Work On</h2>
<p class="specializations-subtitle fade-in fade-in-delay-1">
Areas of focus demonstrated through 15 completed projects
</p>
<div class="specialization-grid">
<div class="specialization-card" data-animation="left">
<div class="spec-icon">
<i class="fas fa-chart-line"></i>
</div>
<h4>ML Pipeline Development</h4>
<p>
End-to-end machine learning pipelines with 10+ algorithm comparisons,
cross-validation, and SHAP analysis. Built 6 ML projects across classification
and regression problems.
</p>
</div>
<div class="specialization-card" data-animation="top">
<div class="spec-icon">
<i class="fas fa-search"></i>
</div>
<h4>Data Analysis & EDA</h4>
<p>
Automated exploratory data analysis with InsightfulPy (30+ functions, 9 releases)
and AutoCSV Profiler — both published on PyPI for memory-efficient data profiling.
</p>
</div>
<div class="specialization-card" data-animation="right">
<div class="spec-icon">
<i class="fas fa-database"></i>
</div>
<h4>Large-Scale Data Processing</h4>
<p>
Processing datasets up to 58.4M records across 7 files with 68.5% memory
optimization. Feature engineering with temporal aggregation and statistical
validation.
</p>
</div>
<div class="specialization-card" data-animation="left">
<div class="spec-icon">
<i class="fas fa-desktop"></i>
</div>
<h4>Desktop Applications</h4>
<p>
Hybrid Electron + Python desktop applications with cross-platform support,
including multi-AI chat management and audio processing tools.
</p>
</div>
<div class="specialization-card" data-animation="bottom">
<div class="spec-icon">
<i class="fab fa-python"></i>
</div>
<h4>Python Package Development</h4>
<p>
Building and publishing reusable Python packages on PyPI with proper testing
(pytest), code quality (Black, Flake8, mypy), and CI/CD pipelines.
</p>
</div>
<div class="specialization-card" data-animation="right">
<div class="spec-icon">
<i class="fas fa-globe"></i>
</div>
<h4>Web Development</h4>
<p>
Static websites with vanilla HTML, CSS, and JavaScript ES6 modules. Responsive
design, CSS animations, theme systems, and performance optimization.
</p>
</div>
</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>