-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
548 lines (526 loc) · 21.9 KB
/
index.html
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
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Sagar Hande is a Software Engineer based in Pune, India who is passionate about software development and open source"
/>
<meta name="keywords" content="Software Engineer, Open Source, CommunityPro" />
<meta http-equiv="X-UA Compatible" content="ie=edge" />
<meta name="google-site-verification" content="IzcWMgn5Qjf-LCtA337KTGjivsf9bmod_1pZ-jxYQh8" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.victoreke.com/">
<meta property="og:title" content="Sagar Hande - Software Engineer">
<meta property="og:description" content="Sagar Hande is a Software Engineer based in Pune, India who is passionate about software development and open source.">
<meta property="og:image" content="https://user-images.githubusercontent.com/62628408/152209979-0890fce1-2450-4e4a-b65c-7cd7fc4c3daf.png">
<meta name="theme-color" content="#ffffff">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.victoreke.com/">
<meta property="twitter:title" content="Sagar Hande - Software Engineer">
<meta property="twitter:description" content="Sagar Hande is a Software Engineer based in Pune, India who is passionate about software development and open source.">
<meta property="twitter:image" content="https://user-images.githubusercontent.com/62628408/152209979-0890fce1-2450-4e4a-b65c-7cd7fc4c3daf.png">
<meta name="title" content="Sagar Hande - Software Engineer">
<title>Sagar Hande - Software Engineer</title>
<!-- Style -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/global.css" />
<!-- Script -->
<script src="js/main.js" async></script>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./img/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./img/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./img/favicon/favicon-16x16.png"
/>
<link
rel="icon"
sizes="192x192"
href="./img/favicon/android-chrome-192x192.png"
/>
<link
rel="icon"
sizes="512x512"
href="./img/favicon/android-chrome-512x512.png"
/>
<link rel="manifest" href="img/favicon/site.webmanifest" />
</head>
<body id="home">
<header id="hero">
<nav id="navbar-scroll" class="navbar">
<h1 class="logo">
<a href="#home"
><img src="./img/home/logo-dark.png" alt="Eke's logo"
/></a>
</h1>
<div id="menu">
<ul class="nav-menu">
<li class="nav-items">
<a href="#about" class="nav-link"
><i class="nav-icon fas fa-user"></i> ABOUT</a
>
</li>
<li class="nav-items">
<a href="#skills" class="nav-link"
><i class="nav-icon fas fa-cog"></i> SKILLS</a
>
</li>
<li class="nav-items">
<a href="#work" class="nav-link"
><i class="nav-icon fas fa-code"></i>WORK JOURNEY</a
>
</li>
<!--<li class="nav-items">
<a href="https://eke.hashnode.dev/" target="_blank" class="nav-link"
><i class="nav-icon fas fa-newspaper"></i> Blog</a
>
</li>-->
<li class="nav-items">
<a href="#contact" class="nav-link"
><i class="nav-icon fas fa-address-book"></i> CONTACT</a
>
</li>
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox" />
<div class="slider round"></div>
</label>
</div>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<section class="content container">
<div class="content-text">
<h1>Sagar Hande<span class="underline"></span></h1>
<h2 class="text-secondary">Software Engineer,</h2>
<h2 class="text-secondary">Open Source Developer</h2>
<h2 class="text-secondary">& Technical Writer</h2>
<p>
With a passion for solving real life problems.
</p>
<a
href="https://docs.google.com/document/d/1Pil_Fka01eCshm1jRc8zGNyHCZZTgC3V/edit?usp=sharing&ouid=112380190000168544788&rtpof=true&sd=true"
class="btn"
>Resume</a
>
</div>
<div class="content-image">
<div class="overlay-icons"></div>
<img
src="https://avatars.githubusercontent.com/u/48785825?s=400&u=7e5f775cf87f75b092435d8ada10310a796a1f66&v=4"
alt="A portrait of Sagar Hande"
/>
</div>
</section>
</header>
<main>
<!-- About Section -->
<section id="about">
<div class="bio container">
<h2 class="head-text">
ABOUT ME<span class="underline underline-primary"></span>
</h2>
<div class="row-bio">
<div class="column-bio">
<p>
I'm a Software Engineer living in Pune, India,
specializing in Software development and
<a
href="https://www.youtube.com/watch?v=3HqN-YS8eso"
target="_blank"
>open source</a
>.
Currently working at <a href="https://www.velotio.com/">Velotio technologies</a> as Backend Engineer.
</p>
<p>
I am highly proficient in Python, Flask, Django but have built some other
<a href="https://github.com/Evavic44/Task-tracker">projects</a> with
JavaScript and jQuery. I am currently working on improving my
JavaScript skills by building various projects to enhance my
abilities.
</p>
<p>
In my spare time, I love to play outdoor games and workout. I also keen to new technologies and tools.
I'm currently exploring and interested about.
</p>
<ul class="language">
<li>JavaScript</li>
<li>React</li>
<li>Django Rest Framework</li>
<li>Kubernetes</li>
<li>Docker</li>
</ul>
<ul class="language">
<li>Open source</li>
<li>Blogging & Technical Writing</li>
</ul>
</div>
<div class="column-bio">
<img src="./img/home/sagar.jpg" />
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills">
<div id="skills" class="container">
<div class="skills">
<div class="box-header">
<h3 class="text-primary head-text">
Benefits<span class="underline underline-primary"></span>
</h3>
<h3>Why should you hire me?</h3>
<p>
When buidling or cloning web projects, I strongly adhere to
these principles which make my websites both unique and
scaleable.
</p>
</div>
<div class="box-container">
<div class="card">
<span class="fas fa-search color-1"></span>
<h3>Coding Style</h3>
<p>
I always try to write the optimized code and follow standard coding practices such as
variable naming conventions, Class and function naming conventions, Clear and concise comments.
</p>
</div>
<div class="card">
<span class="fas fa-mobile-alt color-2"></span>
<h3>Responsive Design</h3>
<p>
I am passionate about responsiveness and making the websites I
build look good on different devices, browsers and cross
platforms using both "mobile first" approach and desktop
"media queries"
</p>
</div>
<div class="card">
<span class="fas fa-code color-3"></span>
<h3>Reusable & Minimal code</h3>
<p>
I try my best to write as minimal code as possible by using
tools like CSS Variables and writing custom utility classes.
</p>
</div>
<div class="card">
<span class="fas fa-palette color-4"></span>
<h3>Great UI/UX & Accessibility</h3>
<p>
I have a strong eye for designs, which allows me to transform
templates into pixel-perfect code while making it accessible
to all users. Principles I picked up from solving various
<a
href="https://www.frontendmentor.io/challenges"
class="link-style"
target="_blank"
rel="no-referrer no-opener"
>frontendmentor</a
>
challenges.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Technologies Section-->
<section class="container icons-container">
<div class="icons">
<span class="icon fab fa-html5" title="HTML5"></span>
<span class="icon fab fa-css3-alt" title="CSS3"></span>
<span class="icon fab fa-js" title="JavaScript"></span>
<span class="icon fab fa-python" title="PYTHON"></span>
<span class="icon fab fa-git-alt" title="Git"></span>
<span class="icon fab fa-docker" title="DOCKER"></span>
<span class="icon fab fa-linux" title="LINUX"></span>
<span class="icon fab fa-react" title="React"></span>
</div>
</section>
<!-- Work Experience Section -->
<section id="work" class="container">
<h2 class="head-text">
WHERE I'VE WORKED<span class="underline underline-secondary"></span>
</h2>
<div class="container">
<div class="project-card">
<h4 class="head-text-company">Software Engineer @
<a href="https://www.velotio.com/">Velotio Technologies</a>
</h4>
<i>Dec,2021 - Present . 6 mos</i>
<br>
<h5 class="head-text-project"><b>1. Trilio</b>: Backup and Restore Solution for RedHat Virtualization. RedHat Virtualization(RHV) is an enterprise virtualization platform which helps to create and manage the VM’s and virtualize the VM resources such as network and disk space. We work for company named Trilio whose objective was to provide a backup and restore functionality in this RHV platform.</h5>
<li class="project-description">Working on creation of new API service for scheduled backups perform restore of the VM’s.</li>
<li class="project-description">Contributed to develop a validation engine for request data.</li>
<li class="project-description">Contributed to develop a schedule type detection engine.</li>
<li class="project-description">Created of new features as per client requirement.</li>
<li class="project-description">To explore new tools/libraries that can be used to accomplish task.</li>
<b class="bold-text"><b>Tech Stack:</b> Python, APScheduler, Flask, MySQL etc. </b>
<br><br>
<h5 class="head-text-project"><b>2. Interview Kickstart</b>: Interview Kickstart is the leading global platform for Technical Interview Preparation. Established in 2014, our Mission is to work with Software Engineers to help Uplevel their careers significantly by helping them transition into their dream jobs at Top-tier companies.</h5>
<li class="project-description">working in backend engineering team.Tech stack include django, DRF, AWS Congnito etc</li>
<li class="project-description">Contributed to develop a data models using DRF.</li>
<li class="project-description">worked on building Notion data pipeline which extract and cleanse students data and upload it to the BigQuery tables.</li>
<li class="project-description">Worked on application bugs</li>
<b class="bold-text"><b>Tech Stack:</b> Python, Django, Django-Rest-Framework, Pandas, GCP etc. </b>
</div>
<br>
<div class="project-card">
<h4 class="head-text-company">Assistant System Engineer @
<a href="https://www.tcs.com/">TCS</a>
</h4>
<i>Aug,2020 - Nov, 2021 . 1 yr 4 mos</i>
<br>
<h5 class="head-text-project"><b>1. Citi Fund Trancfer (CitiFT)</b>: CitiFT is a tool to remit payments that need same-day execution and settlement.I was part of DevOps team.</h5>
<li class="project-description">Developed the shell scrips for automation purpose</li>
<li class="project-description">Created JIL files for job automation (tool used- Autosys)</li>
<li class="project-description">Worked on continuous deployment(CD) of releases.</li>
<li class="project-description">Worked on payment flow issues and analyze logs.</li>
<b class="bold-text"><b>Tech Stack:</b> Unix, Shell scripting, Job Automation, DevOps etc. </b>
</div>
</div>
</section>
<!-- Space -->
<section id="projects">
<h2 class="head-text">
More Projects<span class="underline underline-secondary"></span>
</h2>
<div class="project-container">
<div class="card">
<div class="icon-header">
<a
href="https://github.com/Evavic44/Periodic-Table"
target="_blank"
rel="no-opener no-referrer"
title="Github"
><span class="fab fa-github"></span
></a>
<a
href="https://periodic-table-ui.netlify.app/"
target="_blank"
rel="no-opener no-referrer"
title="Live Preview"
><span class="fas fa-external-link-alt"></span
></a>
</div>
<header>
<h3>Periodic Table</h3>
<p>
This is a tutorial project I made to explain how powerful grid
is in building complex layouts.
</p>
</header>
<ul>
<li class="language">HTML</li>
<li class="language">CSS</li>
</ul>
</div>
<div class="card">
<div class="icon-header">
<a
href="https://github.com/Evavic44/App"
title="Github"
target="_blank"
rel="no-opener no-referrer"
><span class="fab fa-github"></span
></a>
<a
href="https://victoreke-resume.netlify.app/"
title="Live Preview"
target="_blank"
rel="no-opener no-referrer"
><span class="fas fa-external-link-alt"></span
></a>
</div>
<header>
<h3>Resume</h3>
<p>A clean and simple resume. Made with HTML and CSS.</p>
</header>
<ul>
<li class="language">HTML</li>
<li class="language">CSS</li>
<li class="language">JavaScript</li>
</ul>
</div>
<div class="card">
<div class="icon-header">
<a
href="https://github.com/Evavic44/Task-tracker"
target="_blank"
rel="no-opener no-referrer"
title="Github"
><span class="fab fa-github"></span
></a>
<a
href="https://todo-tasktracker.netlify.app/"
target="_blank"
rel="no-opener no-referrer"
title="Live Preview"
><span class="fas fa-external-link-alt"></span
></a>
</div>
<header>
<h3>React Task Tracker</h3>
<p>
This is an application for tracking your tasks, and adding a
simple todo list.
</p>
</header>
<ul>
<li class="language">React</li>
<li class="language">JavaScript</li>
<li class="language">Tailwind</li>
</ul>
</div>
</div>
</section>
<!-- Social -->
<section class="icons-container">
<div class="container">
<div class="social icons">
<a
href="https://github.com/Evavic44"
title="Github"
target="_blank"
class="fab fa-github"
></a>
<a
href="https://twitter.com/sagarhande"
title="Twitter"
target="_blank"
class="fab fa-twitter"
></a>
<a
href="https://www.linkedin.com/in/sagarhande"
title="Linkedin"
target="_blank"
class="fab fa-linkedin"
></a>
<a
href="https://web.facebook.com/sagarhande"
title="Facebook"
target="_blank"
class="fab fa-facebook"
></a>
<a
href="https://codepen.io/sagarhande"
title="Codepen"
target="_blank"
class="fab fa-codepen"
></a>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="contact">
<div class="container">
<div class="form-header">
<h2 class="head-text">
Contact<span class="underline underline-secondary"></span>
</h2>
<h2 class="text-secondary">Get In Touch</h2>
<p>
Want to connect with me or collaborate on projects together, You
can send me a message, and I'll reply as soon as I can... Thank You.
</p>
</div>
<div class="form-container">
<div class="form-image"></div>
<div class="form-page">
<form action="thankyou.html" data-netlify="true" class="form">
<div class="form-group group-bg">
<label for="Name">Name</label>
<input
type="text"
id="Name"
placeholder="Enter Name"
required
/>
</div>
<div class="form-group group-bg">
<label for="Email">Email</label>
<input
type="email"
id="Email"
placeholder="Enter Email Address"
required
/>
</div>
<div class="form-group group-bg">
<label for="Subject">Subject (Optional)</label>
<input type="text" id="Subject" placeholder="Enter Subject" />
</div>
<div class="form-group group-bg">
<label for="Message">Message</label>
<textarea
name="Message"
id="Message"
placeholder="Message"
></textarea>
</div>
<div class="form-group">
<button type="submit" value="submit" class="btn" />Submit</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer id="footer">
<div class="container">
<div class="footer-container">
<div class="social">
<div>
<a href="http://twitter.com/sagarhande">
<img
src="https://img.shields.io/twitter/follow/sagarhande?label=Twitter&logo=twitter&style=for-the-badge" alt="Twitter badge"
/>
</a>
</div>
<div>
<a href="https://github.com/sagarhande?tab=followers">
<img
src="https://img.shields.io/github/followers/sagarhande?label=Followers&logo=GitHub&style=for-the-badge"
alt="GitHub badge"
/>
</a>
</div>
</div>
<p>Copyright © Sagar Hande 2022, All rights reserved</p>
<a href="#home" class="btn-scroll-top" title="Home"
><span class="fas fa-angle-up"></span
></a>
</div>
</div>
</footer>
</body>
</html>