-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
503 lines (376 loc) · 15.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords"
content="Abhishek Dukare, portfolio, Abhishek, full stack dev, personal portfolio lifecodes, portfolio design, portfolio website, personal portfolio" />
<meta name="description" content="Welcome to Jigar's Portfolio. Full-Stack Web Developer and Android App Developer" />
<!-- Custom CSS -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Font Awesome -->
<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" />
<!-- Favicon -->
<link id='favicon' rel="shortcut icon" href="./assets/images/favicon.png" type="image/x-png">
<!-- Prepare a container for your calendar. -->
<script src="https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.min.js">
</script>
<!-- Optionally, include the theme (if you don't want to struggle to write the CSS) -->
<link rel="stylesheet" href="https://cdn.rawgit.com/IonicaBizau/github-calendar/gh-pages/dist/github-calendar.css" />
<title>Portfolio | Abhishek Dukare</title>
</head>
<!-- navbar starts -->
<header>
<a href="#" class="logo"><img src="assets/images/logo-2.png" alt=""> Abhishek</a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar" id="nav-menu">
<ul>
<li>
<a class="active nav-link home" href="#home">Home</a>
</li>
<li class="nav-link about">
<a href="#about">About</a>
</li>
<li class="nav-link skills">
<a href="#skills">Skills</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li class="nav-link projects">
<a href="#projects">Projects</a>
</li>
<li>
<a href="#experience">Github</a>
</li>
<li class="nav-link contact">
<a href="#contact">Contact</a>
</li>
<li class="nav-link resume">
<a id="resume-button-1" >Resume</a>
</li>
</ul>
</nav>
</header>
<!-- navbar ends -->
<!-- hero section starts -->
<section class="home-c" id="home">
<div id="particles-js"></div>
<div class="content">
<h2>Hi There,<br /> I'm Abhishek <span>Dukare</span></h2>
<p>i am into <span class="typing-text"></span></p>
<a href="#about" class="btn"><span>About Me</span>
<i class="fas fa-arrow-circle-down"></i>
</a>
<div class="socials">
<ul class="social-icons">
<li><a class="linkedin" aria-label="LinkedIn" href="https://www.linkedin.com/in/abhishek-dukare/"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a class="github" aria-label="GitHub" href="https://github.com/abhi21121211" target="_blank"><i
class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
<div class="image ">
<img draggable="false" class="tilt" src="./assets/images/hero.png" alt="">
</div>
</section>
<!-- hero section ends -->
<!-- about section starts -->
<section class="about-c about section" id="about">
<h2 class="heading"><i class="fas fa-user-alt"></i> About <span>Me</span></h2>
<div class="row">
<div class="image">
<img draggable="false" class="tilt home-img" src="./assets/images/profile-img-6.jpg" alt="">
</div>
<div class="content">
<h3 id="user-detail-name">I'm Abhishek</h3>
<span class="tag">Full Stack Developer</span>
<p id="user-detail-intro">"Hello, I'm Abhishek Dukare, a highly motivated full stack developer
HTML,CSS,JavaScript. I recently completed
my graduation in Computer Applications (BCA) and am currently pursuing a program in full stack development at
Masai School. Passionate about software development, I constantly strive to enhance my skills. I have a keen
interest in Artificial Intelligence, Machine Learning, and Data Science. Through my portfolio, I aim to showcase
my expertise in developing robust web applications using modern frameworks. Join me on this exciting journey of
innovation and impactful software development." </p>
<div class="box-container">
<div class="box">
<p><span> email : </span> abhishekdukare689@gmail.com</p>
<p><span> place : </span> Kopargaon, Maharashtra - 423601</p>
</div>
</div>
<div class="resumebtn">
<!-- <section id="resume" > -->
<a href="assets/images/Abhishek-Dukare-Resume.pdf" id="resume-button-2" target="_blank" class="btn"
download=""><span>Resume</span>
<i class="fas fa-chevron-right"></i>
</a>
<!-- </section> -->
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- <section id="resume">
<a href="assets/images/Abhishek-Dukare-Resume.pdf" id="resume-link-1" class="btn-rounded-white" download="">Download
Resume</a>
</section> -->
<!-- skills section starts -->
<section class="skills-c" id="skills">
<h2 class="heading"><i class="fas fa-laptop-code"></i> Skills & <span>Abilities</span></h2>
<div class="container">
<div class="row" id="skillsContainer">
</div>
</div>
</section>
<!-- skills section ends -->
<!-- education section starts -->
<section class="education" id="education">
<h1 class="heading"><i class="fas fa-graduation-cap"></i> My <span>Education</span></h1>
<p class="qoute">Education is not the learning of facts, but the training of the mind to think.</p>
<div class="box-container">
<div class="box">
<div class="image">
<img draggable="false" src="./assets/images/educat/masai-img-1.jpg" alt="">
</div>
<div class="content">
<h3>Full Stack web Development</h3>
<p>Masai School Bengaluru | Masai</p>
<h4>2022-2023 | Completed</h4>
</div>
</div>
<div class="box">
<div class="image">
<img draggable="false" src="./assets/images/educat/kjs-img-2.jpg" alt="">
</div>
<div class="content">
<h3>Bachelor of Computer Application</h3>
<p>K.J.S. College Kopargaon | SPPU</p>
<h4>2020-2022 | Completed</h4>
</div>
</div>
<!-- <div class="box">
<div class="image">
<img draggable="false" src="./assets/images/educat/school.jpg" alt="">
</div>
<div class="content">
<h3>HSC Science | Informatic Practices</h3>
<p>K.J.S. College Kopargaon | SPPU</p>
<h4>2018-2020 | Completed</h4>
</div>
</div> -->
</div>
</section>
<!-- education section ends -->
<!-- work project section starts -->
<section class="work" id="projects">
<h2 class="heading"><i class="fas fa-laptop-code"></i> Projects <span>Made</span></h2>
<div class="box-container">
</div>
</section>
<!-- work project section ends -->
<!-- experience section starts -->
<section class="experience" id="experience">
<h2 class="heading"><i class="fas fa-briefcase"></i> Github </h2>
<div class="timeline">
<div class="container right">
<div class="content">
<a href="https://github.com/abhi21121211">
<img id="github-streak-stats" title="🔥 Get streak stats for your profile at git.io/streak-stats"
alt="abhi21121211's streak"
src="https://github-readme-streak-stats.herokuapp.com/?user=abhi21121211&theme=radical&hide_border=true&stroke=0000&background=#122722" />
</a>
</div>
</div>
<div class="container left">
<div class="content">
<img id="github-top-langs" src="https://github-readme-stats.vercel.app/api/top-langs/?username=abhi21121211">
</div>
</div>
<div class="container right">
<div class="content">
<img
src="https://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username=abhi21121211&theme=2077">
</div>
</div>
<div class="container left">
<div class="content">
<img id="github-stats-card" src="https://github-readme-stats.vercel.app/api?username=abhi21121211">
</div>
</div>
<div class="container right">
<div class="content">
<img
src="https://github-profile-summary-cards.vercel.app/api/cards/productive-time?username=abhi21121211&theme=2077&utcOffset=8">
</div>
</div>
<div class="container left">
<div class="content" id="chart">
<div class="react-activity-calendar">
<img src="https://ghchart.rshah.org/abhi21121211" alt="abhi21121211 Github chart" />
</div>
</div>
</div>
</div>
</div>
</section>
<!-- experience section ends -->
<!-- contact section starts -->
<section class="contact-c" id="contact" >
<h2 class="heading"><i class="fas fa-headset"></i> Get in <span>Touch</span></h2>
<div class="container">
<div class="content">
<div class="image-box">
<img draggable="false" src="./assets/images/contact1.png" alt="">
</div>
<form id="contact-form">
<div class="form-group">
<div class="field">
<input type="text" name="name" id="name" placeholder="Name" required>
<i class='fas fa-user'></i>
</div>
<div class="field">
<input type="text" name="email" id="email" placeholder="Email" required>
<i class='fas fa-envelope'></i>
</div>
<div class="field">
<input type="text" name="phone" id="phone" placeholder="Phone">
<i class='fas fa-phone-alt'></i>
</div>
<div class="message">
<textarea placeholder="Message" name="message" id="message" required></textarea>
<i class="fas fa-comment-dots"></i>
</div>
</div>
<div class="button-area">
<button type="submit" id="submit-button">
Submit <i class="fa fa-paper-plane"></i></button>
</div>
</form>
</div>
</div>
</section>
<!-- contact section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Abhishek's Portfolio</h3>
<p>Thank you for visiting my personal portfolio website. Connect with me over socials. <br /> <br /> Keep Rising
🚀. Connect with me over live chat!</p>
</div>
<div class="box">
<h3>quick links</h3>
<a href="#home"><i class="fas fa-chevron-circle-right"></i> home</a>
<a href="#about"><i class="fas fa-chevron-circle-right"></i> about</a>
<a href="#skills"><i class="fas fa-chevron-circle-right"></i> skills</a>
<a href="#education"><i class="fas fa-chevron-circle-right"></i> education</a>
<a href="#projects"><i class="fas fa-chevron-circle-right"></i> projects</a>
<a href="#experience"><i class="fas fa-chevron-circle-right"></i> github</a>
</div>
<div class="box" >
<h3>contact info</h3>
<p> <i id="phone" class="fas fa-phone"></i>+91 7020162627</p>
<p> <i class="fas fa-envelope"></i>abhishekdukare689@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Kopargaon, Maharashtra - 423601</p>
<div class="share">
<a id="contact-linkedin" href="https://www.linkedin.com/in/abhishek-dukare" class="fab fa-linkedin"
aria-label="LinkedIn" target="_blank">
</a>
<a id="contact-github" href="https://github.com/abhi21121211" class="fab fa-github" aria-label="GitHub"
target="_blank">
</a>
<!-- <a id="contact-email" href="mailto:abhishekdukare689@gmail.com" class="fas fa-envelope" aria-label="Mail"
target="_blank">
</a> -->
<a id="contact-email" target="_blank">
<i class="fas fa-envelope"></i>
</a>
<a id="contact-phone" href="" target="_blank" class="fa-solid fas fa-phone-alt">
</a>
</div>
</div>
</div>
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a
href="https://www.linkedin.com/in/abhishek-dukare"> Abhishek Dukare</a></h1>
</section>
<!-- footer section ends -->
<!-- scroll top btn -->
<a href="#home" aria-label="ScrollTop" class="fas fa-angle-up" id="scroll-top"></a>
<!-- scroll back to top -->
<!-- ==== ALL MAJOR JAVASCRIPT CDNS STARTS ==== -->
<!-- jquery cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- typed.js cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.5/typed.min.js"
integrity="sha512-1KbKusm/hAtkX5FScVR5G36wodIMnVd/aP04af06iyQTkD17szAMGNmxfNH+tEuFp3Og/P5G32L1qEC47CZbUQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- particle.js links -->
<script src="./assets/js/particles.min.js"></script>
<script src="./assets/js/app.js"></script>
<!-- vanilla tilt.js links -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.0/vanilla-tilt.min.js"
integrity="sha512-SttpKhJqONuBVxbRcuH0wezjuX+BoFoli0yPsnrAADcHsQMW8rkR84ItFHGIkPvhnlRnE2FaifDOUw+EltbuHg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- scroll reveal anim -->
<script src="https://unpkg.com/scrollreveal"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script>
<!-- ==== ALL MAJOR JAVASCRIPT CDNS ENDS ==== -->
<script src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script>
<script src="./assets/js/script.js"></script>
<script>
document.addEventListener("DOMContentLoaded", function () {
emailjs.init("c4b-Ixf2WGkDkMfje"); // Initialize Email.js with your API key
// Add an event listener to the form submit button
document.getElementById("submit-button").addEventListener("click", function (event) {
event.preventDefault(); // Prevent the default form submission
// Get form data
var name = document.getElementById("name");
var email = document.getElementById("email");
var phone = document.getElementById("phone");
var message = document.getElementById("message");
// Check if the elements exist before accessing their values
if (name && email && phone && message) {
var sendername = name.value;
var senderemail = email.value;
var subject = phone.value;
var messageText = message.value;
// Prepare parameters for sending
var params = {
sendername: sendername,
senderemail: senderemail,
subject: subject,
message: messageText
};
var serviceID = "service_m7fmold"; // Your Email Service ID
var templateID = "template_ta4qdi2"; // Your Email Template ID
// Send the email using Email.js
emailjs.send(serviceID, templateID, params)
.then(function (response) {
console.log('Email sent successfully:', response);
alert("Email sent successfully");
document.getElementById("contact-form").reset();
})
.catch(function (error) {
console.error('Email sending failed:', error);
alert("Email sending failed. Please try again later.");
});
} else {
console.error("One or more form elements not found.");
alert("An error occurred. Please try again.");
}
});
});
var contactEmailIcon = document.getElementById("contact-email");
contactEmailIcon.addEventListener("click", function () {
// Replace "1234567890" with the desired phone number
window.location.href = "mailto:abhishekdukare689@gmail.com";
});
</script>
</body>
</html>