-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
459 lines (386 loc) · 17.1 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
<!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="viraj patil, portfolio, viraj, full stack dev, personal portfolio lifecodes, portfolio design, portfolio website, personal portfolio" />
<meta name="description" content="Welcome to Viraj's Portfolio. Full-Stack Web Developer and 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">
<title>Portfolio | Viraj Patil</title>
</head>
<body oncontextmenu="return false">
<!-- pre loader -->
<!-- <div class="loader-container">
<img draggable="false" src="./assets/images/preloader.gif" alt="">
</div> -->
<!-- navbar starts -->
<header>
<a href="/" class="logo"><i class="fab fa-node-js"></i> Viraj</a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- navbar ends -->
<!-- hero section starts -->
<section class="home" id="home">
<div id="particles-js"></div>
<div class="content">
<h2>Hi There,<br /> I'm Viraj <span>Patil</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>
<!-- <button>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 36 36"
width="55px"
height="36px"
>
<rect width="36" height="36" x="0" y="0" fill="#fdd835"></rect>
<path
fill="#e53935"
d="M38.67,42H11.52C11.27,40.62,11,38.57,11,36c0-5,0-11,0-11s1.44-7.39,3.22-9.59 c1.67-2.06,2.76-3.48,6.78-4.41c3-0.7,7.13-0.23,9,1c2.15,1.42,3.37,6.67,3.81,11.29c1.49-0.3,5.21,0.2,5.5,1.28 C40.89,30.29,39.48,38.31,38.67,42z"
></path>
<path
fill="#b71c1c"
d="M39.02,42H11.99c-0.22-2.67-0.48-7.05-0.49-12.72c0.83,4.18,1.63,9.59,6.98,9.79 c3.48,0.12,8.27,0.55,9.83-2.45c1.57-3,3.72-8.95,3.51-15.62c-0.19-5.84-1.75-8.2-2.13-8.7c0.59,0.66,3.74,4.49,4.01,11.7 c0.03,0.83,0.06,1.72,0.08,2.66c4.21-0.15,5.93,1.5,6.07,2.35C40.68,33.85,39.8,38.9,39.02,42z"
></path>
<path
fill="#212121"
d="M35,27.17c0,3.67-0.28,11.2-0.42,14.83h-2C32.72,38.42,33,30.83,33,27.17 c0-5.54-1.46-12.65-3.55-14.02c-1.65-1.08-5.49-1.48-8.23-0.85c-3.62,0.83-4.57,1.99-6.14,3.92L15,16.32 c-1.31,1.6-2.59,6.92-3,8.96v10.8c0,2.58,0.28,4.61,0.54,5.92H10.5c-0.25-1.41-0.5-3.42-0.5-5.92l0.02-11.09 c0.15-0.77,1.55-7.63,3.43-9.94l0.08-0.09c1.65-2.03,2.96-3.63,7.25-4.61c3.28-0.76,7.67-0.25,9.77,1.13 C33.79,13.6,35,22.23,35,27.17z"
></path>
<path
fill="#01579b"
d="M17.165,17.283c5.217-0.055,9.391,0.283,9,6.011c-0.391,5.728-8.478,5.533-9.391,5.337 c-0.913-0.196-7.826-0.043-7.696-5.337C9.209,18,13.645,17.32,17.165,17.283z"
></path>
<path
fill="#212121"
d="M40.739,37.38c-0.28,1.99-0.69,3.53-1.22,4.62h-2.43c0.25-0.19,1.13-1.11,1.67-4.9 c0.57-4-0.23-11.79-0.93-12.78c-0.4-0.4-2.63-0.8-4.37-0.89l0.1-1.99c1.04,0.05,4.53,0.31,5.71,1.49 C40.689,24.36,41.289,33.53,40.739,37.38z"
></path>
<path
fill="#81d4fa"
d="M10.154,20.201c0.261,2.059-0.196,3.351,2.543,3.546s8.076,1.022,9.402-0.554 c1.326-1.576,1.75-4.365-0.891-5.267C19.336,17.287,12.959,16.251,10.154,20.201z"
></path>
<path
fill="#212121"
d="M17.615,29.677c-0.502,0-0.873-0.03-1.052-0.069c-0.086-0.019-0.236-0.035-0.434-0.06 c-5.344-0.679-8.053-2.784-8.052-6.255c0.001-2.698,1.17-7.238,8.986-7.32l0.181-0.002c3.444-0.038,6.414-0.068,8.272,1.818 c1.173,1.191,1.712,3,1.647,5.53c-0.044,1.688-0.785,3.147-2.144,4.217C22.785,29.296,19.388,29.677,17.615,29.677z M17.086,17.973 c-7.006,0.074-7.008,4.023-7.008,5.321c-0.001,3.109,3.598,3.926,6.305,4.27c0.273,0.035,0.48,0.063,0.601,0.089 c0.563,0.101,4.68,0.035,6.855-1.732c0.865-0.702,1.299-1.57,1.326-2.653c0.051-1.958-0.301-3.291-1.073-4.075 c-1.262-1.281-3.834-1.255-6.825-1.222L17.086,17.973z"
></path>
<path
fill="#e1f5fe"
d="M15.078,19.043c1.957-0.326,5.122-0.529,4.435,1.304c-0.489,1.304-7.185,2.185-7.185,0.652 C12.328,19.467,15.078,19.043,15.078,19.043z"
></path>
</svg>
<span class="now">About</span>
<span class="play">me</span>
</button> -->
<div class="socials">
<ul class="social-icons">
<li><a class="linkedin" aria-label="LinkedIn" href="https://www.linkedin.com/in/jigar-sable/"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a class="github" aria-label="GitHub" href="https://github.com/jigar-sable" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a class="twitter" aria-label="Twitter" href="https://twitter.com/jigar_sable" target="_blank"><i
class="fab fa-twitter"></i></a></li>
<li><a class="telegram" aria-label="Telegram" href="https://t.me/lifecode5" target="_blank"><i
class="fab fa-telegram-plane"></i></a></li>
<li><a class="instagram" aria-label="Instagram" href="https://www.instagram.com/jigarsable.dev"><i
class="fab fa-instagram" target="_blank"></i></a></li>
<li><a class="dev" aria-label="Dev" href="https://dev.to/jigarsable" target="_blank"><i
class="fab fa-dev"></i></a></li>
</ul>
</div>
</div>
<div class="image">
<img draggable="false" class="tilt" src="./assets/images/downloadedImage.png" alt="">
</div>
</section>
<!-- hero section ends -->
<!-- about section starts -->
<section class="about" 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" src="./assets/images/minee.jpg" alt="">
</div>
<div class="content">
<h3>I'm Viraj</h3>
<span class="tag">Full Stack Developer</span>
<p>I am a backend developer based in Pune, India.
I am an Computer Science Engineer undergraduate from TKIET.
I am very passionate about improving my coding skills & developing applications & websites.
Working for myself to improve my skills.
Love to build Full-Stack clones. </p>
<div class="box-container">
<!-- <div class="box">
<p><span> age: </span> 20</p>
<p><span> phone : </span> +91 XXX-XXX-XXXX</p>
</div> -->
<div class="box">
<p><span> email : </span> [email protected]</p>
<p><span> place : </span> Uran Islampur, Maharashtra, India - 415409</p>
</div>
</div>
<div class="resumebtn">
<a href="https://drive.google.com/file/d/10N0oajcsbTpKLB1cWnNWLzMg1fPKlGvo/view?usp=sharing " target="_blank"
class="btn"><span>Resume</span>
<i class="fas fa-chevron-right"></i>
</a>
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- skills section starts -->
<section class="skills" 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 class="bar">
<div class="info">
<img src="https://img.icons8.com/color/48/000000/adobe-xd.png"/>
<span>AdobeXD</span>
</div>
</div> -->
</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/tkeit.jpg" alt="">
</div>
<div class="content">
<h3>Bachelor of Technology in Computer Science and Engineering</h3>
<p>Tatyasaheb Kore Institute of Engineering and Technology,Warananagar | TKIET</p>
<h4>2019-2023 | 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</h3>
<p>Vidyamandir Highschool & Junior College Islampur</p>
<h4>2017-2019 | Completed</h4>
</div>
</div>
<div class="box">
<div class="image">
<img draggable="false" src="./assets/images/school.jpg" alt="">
</div>
<div class="content">
<h3>SSC</h3>
<p>Shivaraj Vidyalay Aitawade Khurd</p>
<h4>2016-2017 | Completed</h4>
</div>
</div>
</div>
</section>
<!-- education section ends -->
<!-- work project section starts -->
<section class="work" id="work">
<h2 class="heading"><i class="fas fa-laptop-code"></i> Projects <span>Made</span></h2>
<div class="box-container">
<!-- <div class="box tilt">
<img draggable="false" src="./assets/images/projects/portfolio1.PNG" alt="" />
<div class="content">
<div class="tag">
<h3>Portfolio Website</h3>
</div>
<div class="desc">
<p>Personal portfolio website. Don't need much info about it, just scroll down. You're here only!</p>
<div class="btns">
<a href="#" class="btn" target="_blank"><i class="fas fa-eye"></i> View</a>
<a href="https://github.com/jigar-sable/Portfolio-Website" class="btn" target="_blank">Code <i class="fas fa-code"></i></a>
</div>
</div>
</div>
</div> -->
</div>
<div class="viewall">
<a href="/projects" class="btn"><span>View All</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</section>
<!-- work project section ends -->
<!-- experience section starts -->
<section class="experience" id="experience">
<h2 class="heading"><i class="fas fa-briefcase"></i> Experience </h2>
<div class="timeline">
<div class="container right">
<div class="content">
<div class="tag">
<h2>Think It Code It</h2>
</div>
<div class="desc">
<h3>Java Developer | Full Time</h3>
<p>Aug 2024 - Current</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>Tudip Technologies, Pune</h2>
</div>
<div class="desc">
<h3>Associate Software Developer | Full Time</h3>
<p>Jan 2024 - Aug 2024</p>
</div>
</div>
</div>
<div class="container right">
<div class="content">
<div class="tag">
<h2>Prudour Pvt ltd, Pune</h2>
</div>
<div class="desc">
<h3>Web Developer | Internship</h3>
<p>May 2023 - Sept 2023</p>
</div>
</div>
</div>
<div class="container left">
<div class="content">
<div class="tag">
<h2>Softron, Kolhapur</h2>
</div>
<div class="desc">
<h3>Python Developer | Internship</h3>
<p>Aug 2022 - Sept 2022</p>
</div>
</div>
</div>
</div>
<div class="morebtn">
<a href="/experience" class="btn"><span>View All</span>
<i class="fas fa-arrow-right"></i>
</a>
</div>
</div>
</section>
<!-- experience section ends -->
<!-- contact section starts -->
<section class="contact" 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" placeholder="Name" required>
<i class='fas fa-user'></i>
</div>
<div class="field">
<input type="text" name="email" placeholder="Email" required>
<i class='fas fa-envelope'></i>
</div>
<div class="field">
<input type="text" name="phone" placeholder="Phone">
<i class='fas fa-phone-alt'></i>
</div>
<div class="message">
<textarea placeholder="Message" name="message" required></textarea>
<i class="fas fa-comment-dots"></i>
</div>
</div>
<div class="button-area">
<button type="submit">
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>Viraj'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="#work"><i class="fas fa-chevron-circle-right"></i> work</a>
<a href="#experience"><i class="fas fa-chevron-circle-right"></i> experience</a>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-phone"></i>+91 XXX-XXX-XXXX</p>
<p> <i class="fas fa-envelope"></i>[email protected]</p>
<p> <i class="fas fa-map-marked-alt"></i>Uran Islampur, Maharashtra, India-415409</p>
<div class="share">
<a href="https://www.linkedin.com/in/jigar-sable" class="fab fa-linkedin" aria-label="LinkedIn"
target="_blank"></a>
<a href="https://github.com/jigar-sable" class="fab fa-github" aria-label="GitHub" target="_blank"></a>
<a href="mailto:[email protected]" class="fas fa-envelope" aria-label="Mail" target="_blank"></a>
<a href="https://twitter.com/jigar_sable" class="fab fa-twitter" aria-label="Twitter" target="_blank"></a>
<a href="https://t.me/lifecode5" class="fab fa-telegram-plane" aria-label="Telegram" target="_blank"></a>
</div>
</div>
</div>
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a
href="https://www.linkedin.com/in/vrajptl/"> Viraj Patil</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="./assets/js/script.js"></script>
</body>
</html>