-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
425 lines (405 loc) · 21.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apurva Gawade | Software Developer</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
<link rel="icon" href="img/image2.svg">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="js/app.js"></script>
</head>
<body>
<!-- START NAV -->
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<div class="logo">
<p>Apurva Gawade</p>
</div>
<ul>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#achievements">Achievements</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- END NAV -->
<!-- START MAIN CONTAINER -->
<main>
<!-- START ABOUT SECTION -->
<div class="container">
<div class="content-section">
<div class="content">
<h1>Hi all, I'm Apurva 👋</h1>
<p>I'm an enthusiastic Full Stack Web Developer 💻 with experience in Java, HTML, CSS, and
JavaScript, and a
keen
interest in React. Excited to explore more technologies and opportunities!</p>
<div class="button">
<a href="RESUME.pdf" target="_blank" class="resume-link" rel="noopener noreferrer">Resume</a>
</div>
</div>
<div class="social">
<a href="https://github.com/ApurvaCodes" target="_blank" class="github">
<i class="fa-brands fa-github"></i>`
</a>
<a href="https://linkedin.com/in/apurva-gawade-3b2153314" target="_blank" class="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="mailto:apurvagawade29@gmail.com" target="_blank" class="email">
<i class="fa-solid fa-envelope"></i>
</a>
</div>
</div>
<div class="image-section">
<img src="img/image1.svg" alt="">
</div>
</div>
<!-- END ABOUT SECTION -->
<!-- START SKILLS SECTION -->
<section id="skills">
<div class="skills_chart" unique-script-id="w-w-dm-id">
<div class="responsive-container-block big-cont">
<div class="responsive-container-block bg">
<h1 class="text-blk-title" id="w-c-s-fc_p-1-dm-id-2">
What I do
</h1>
<p class="text-blk-info">
Full-stack enthusiastic, constantly exploring and mastering new technologies.
</p>
<div class="container">
<div class="content-section">
<div class="content">
<h1>Full Stack Development 💻</h1>
</div>
<div class="lang-icons">
<figure>
<img src="img/html-logo.svg" alt="html-logo">
<figcaption>html-5</figcaption>
</figure>
<figure>
<img src="img/css-logo.svg" alt="css-logo">
<figcaption>css3</figcaption>
</figure>
<figure>
<img src="img/javascript-logo.svg" alt="javascript-logo">
<figcaption>JavaScript</figcaption>
</figure>
<figure>
<img src="img/bootstrap-logo.svg" alt="bootstrap-logo">
<figcaption>bootstrap</figcaption>
</figure>
<figure>
<img src="img/git-logo.svg" alt="git-logo">
<figcaption>git</figcaption>
</figure>
<figure>
<img src="img/java-logo.svg" alt="java-logo">
<figcaption>java</figcaption>
</figure>
<figure>
<img src="img/mysql-logo.svg" alt="mysql-logo">
<figcaption>MySQL</figcaption>
</figure>
</div>
<div class="skill-points">
<ul>
<li>
<p>✔️ Proficient in building responsive web applications using HTML, CSS,
and
JavaScript,
ensuring seamless cross-device compatibility.</p>
</li>
<li>
<p>✔️ Experienced in creating dynamic user interfaces and integrating
RESTful
APIs for
enhanced functionality.</p>
</li>
<li>
<p>✔️ Skilled in using Java and SQL for back-end development, ensuring
efficient data
management and connectivity.</p>
</li>
<li>
<p>✔️ Adept at collaborating in team environments to solve complex problems
with
innovative solutions.</p>
</li>
</ul>
</div>
</div>
<div class="image-section">
<img src="img/proficiency.svg" alt="">
</div>
</div>
<p class="text-blk-title-1" id="w-c-s-fc_p-1-dm-id-2">
Proficiency
</p>
<div class="responsive-container-block prog-cont">
<div class="responsive-container-block prog">
<p class="text-blk head">
Frontend/Design
</p>
<div class="responsive-container-block outer">
<div class="responsive-container-block inner i" data-pg="85%">
</div>
</div>
</div>
<div class="responsive-container-block prog">
<p class="text-blk head">
Backend
</p>
<div class="responsive-container-block outer">
<div class="responsive-container-block inner i" data-pg="70%">
</div>
</div>
</div>
<div class="responsive-container-block prog">
<p class="text-blk head">
Database
</p>
<div class="responsive-container-block outer">
<div class="responsive-container-block inner i" data-pg="70%">
</div>
</div>
</div>
<div class="responsive-container-block prog">
<p class="text-blk head">
Programming
</p>
<div class="responsive-container-block outer">
<div class="responsive-container-block inner i" data-pg="80%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END SKILLS SECTION -->
<!-- START PROJECTS SECTION -->
<section id="projects" class="projects-section">
<h1 class="text-blk-title">Projects</h1>
<p class="text-blk-info">These are some of my projects</p>
<div class="projects-grid">
<a href="https://apurvacodes.github.io/To-Do-List/" target="_blank" class="project project-tile">
<img class="project-image" src="img/To-Do-List.jpg" alt="project" />
<p class="project-title">
<span class="code"><</span>
To-Do-List Web App
<span class="code">/></span>
</p>
</a>
<a href="https://apurvacodes.github.io/Tribute-Page/" target="_blank" class="project project-tile">
<img class="project-image" src="img/Tribute-Page.jpg" alt="project" />
<p class="project-title">
<span class="code"><</span>
Tribute Page
<span class="code">/></span>
</p>
</a>
<a href="https://apurvacodes.github.io/Appu-Ghar/" target="_blank" class="project project-tile">
<img class="project-image" src="img/Appu-Ghar.jpg" alt="project" />
<p class="project-title">
<span class="code"><</span>
Adventure Park Website
<span class="code">/></span>
</p>
</a>
<a href="https://github.com/ApurvaCodes/Email-Administration-Application" target="_blank" class="project project-tile">
<img class="project-image" src="img/Email-Adm.png" alt="project" />
<p class="project-title">
<span class="code"><</span>
Email Administration Application
<span class="code">/></span>
</p>
</a>
<a href="https://github.com/ApurvaCodes/Simple-Bank-Application" target="_blank" class="project project-tile">
<img class="project-image" src="img/Bank-App.svg" alt="project" />
<p class="project-title">
<span class="code"><</span>
Simple Bank Application
<span class="code">/></span>
</p>
</a>
<a href="https://github.com/ApurvaCodes/Student-Database-Application" target="_blank" class="project project-tile">
<img class="project-image" src="img/Std-DB-App.svg" alt="project" />
<p class="project-title">
<span class="code"><</span>
Student Database Application
<span class="code">/></span>
</p>
</a>
</div>
</section>
<!-- END PROJECTS SECTION -->
<!-- START EDUCATION SECTION -->
<section id="education" class="education-section">
<h1 class="text-blk-title">Education</h1>
<div class="container">
<div class="image-section">
<img src="img/sppu_logo.jpg" alt="sppu-logo">
</div>
<div class="content-section">
<div class="content">
<h2>Savitribai Phule Pune University</h2>
<p class="degree">Bachelor of Engineering (Information Technology)</p>
<p>June 2018 - May 2022</p>
</div>
</div>
</div>
<div class="container">
<div class="image-section">
<img src="img/board-logo.jpeg" alt="hsc-logo">
</div>
<div class="content-section">
<div class="content">
<h2>Maharashtra State Board</h2>
<p class="degree">Higher Secondary School (Science)</p>
<p>June 2016 - June 2018</p>
</div>
</div>
</div>
<div class="container">
<div class="image-section">
<img src="img/board-logo.jpeg" alt="ssc-logo">
</div>
<div class="content-section">
<div class="content">
<h2>Maharashtra State Board</h2>
<p class="degree">Secondary School</p>
<p>June 2015 - June 2016</p>
</div>
</div>
</div>
</div>
</section>
<!-- END EDUCATION SECTION -->
<!-- START ACHIEVEMENTS SECTION -->
<section id="achievements" class="achievements-section">
<div class="achievement-main-div">
<h2 class="text-blk-title">Achievements And Certifications <img alt="🏆"
src="https://cdnjs.cloudflare.com/ajax/libs/twemoji/14.0.2/72x72/1f3c6.png"
style="height: 1em; width: 1em; margin: 0px 0.05em 0px 0.1em; vertical-align: -0.1em;">
</h2>
<p class="text-blk-info">Achievements, Certifications and Some
Cool Stuff that I have done !</p>
<div class="achievement-cards-div">
<div class="certificate-card">
<div class="certificate-image-div"><img src="img/Udemy_logo.svg" alt="Udemy_logo"
class="card-image">
</div>
<div class="certificate-detail-div">
<h5 class="card-title">Learn JAVA Programming - Beginner to Master</h5>
<p class="card-subtitle">I have certified in Java Programming from Udemy, covering core
concepts, OOP, and practical application.</p>
</div>
<div class="certificate-card-footer">
<a href="http://ude.my/UC-2e0c9aa4-8168-4d0c-bd6b-61d05687c767" class="certificate-tag"
target="_blank">Certificate</a>
</div>
</div>
<div class="certificate-card">
<div class="certificate-image-div"><img src="img/logo_jspiders.png" alt="logo_jspiders"
class="card-image"></div>
<div class="certificate-detail-div">
<h5 class="card-title">JAVA Full Stack Development</h5>
<p class="card-subtitle">Certified in JAVA Full Stack Development from JSpiders, mastering
front-end, back-end, and database integration.</p>
</div>
<div class="certificate-card-footer">
<a href="https://drive.google.com/file/d/1OHbsUY3ptY96jHANnWRYkVvC1ThMUOYk/view?usp=drivesdk"
class="certificate-tag" target="_blank">Certificate</a>
</div>
</div>
<div class="certificate-card">
<div class="certificate-image-div"><img src="img/microsoft-logo.jpeg" alt="microsoft-logo"
class="card-image"></div>
<div class="certificate-detail-div">
<h5 class="card-title">Web Development for Beginners</h5>
<p class="card-subtitle">Completed Microsoft’s Web Development for Beginners, building
foundational skills in modern web technologies and design.</p>
</div>
<div class="certificate-card-footer">
<a href="https://drive.google.com/file/d/1NThYq1vBzAPYQglgux6nUcFjupvRp4Ck/view?usp=drivesdk"
class="certificate-tag" target="_blank">Certificate</a>
</div>
</div>
<div class="certificate-card">
<div class="certificate-image-div"><img src="img/be10x-logo.jpeg" alt="be10x-logo"
class="card-image">
</div>
<div class="certificate-detail-div">
<h5 class="card-title">Completed AI Tools Workshop</h5>
<p class="card-subtitle">In 2024, certified in AI Tools Workshop from be10x, gaining
practical knowledge of AI-driven solutions and technologies.</p>
</div>
<div class="certificate-card-footer">
<a href="https://drive.google.com/file/d/1MXsBPnfFcX88ZMF2pRtHMw3m6dYuzycX/view?usp=drive_link"
class="certificate-tag" target="_blank">Certificate</a>
</div>
</div>
<div class="certificate-card">
<div class="certificate-image-div"><img src="img/disha-logo.jpeg" alt="disha-logo"
class="card-image">
</div>
<div class="certificate-detail-div">
<h5 class="card-title">Certificate Course in C and C++ Programming</h5>
<p class="card-subtitle">Achieved a Certificate in C and C++ Programming at Disha Computer
Institute, enhancing programming skills and problem-solving capabilities.</p>
</div>
<div class="certificate-card-footer">
<a href="https://drive.google.com/file/d/1MlTiXGfnPGH7fHik0MIFxDM64D42i1bm/view?usp=drive_link"
class="certificate-tag" target="_blank">Certificate</a>
</div>
</div>
</div>
</div>
</section>
<!-- END ACHIEVEMENTS SECTION -->
<!-- START CONTACT SECTION -->
<section id="contact" class="contact-section">
<div class="container">
<div class="content-section">
<div class="content">
<h1 class="text-blk-title">Contact Me ☎️</h1>
<p class="text-blk-info">Since I'm currently looking for new opportunities, my inbox is always
open. Whether you have
a question or just want to say hi, I'll try my best to get back to you!</p>
</div>
<div class="social">
<a href="https://github.com/ApurvaCodes" target="_blank" class="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="https://linkedin.com/in/apurva-gawade-3b2153314" target="_blank" class="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="mailto:apurvagawade29@gmail.com" target="_blank" class="email">
<i class="fa-solid fa-envelope"></i>
</a>
</div>
</div>
<div class="image-section">
<img src="img/contact_us.svg" alt="contact_us">
</div>
</div>
</section>
<!-- END CONTACT SECTION -->
<!-- START FOOTER SECTION -->
<footer>
<p>
Made with ❤️ by Apurva Gawade
</p>
</footer>
<!-- END FOOTER SECTION -->
</main>
<!-- END MAIN CONTAINER -->
</body>
</html>