-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
485 lines (453 loc) · 25.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
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
<!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, minimum-scale=1">
<title>Utkarsh</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="https://kit.fontawesome.com/909712bb94.js" crossorigin="anonymous"></script>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gradient-to-r from-[hsl(221,83%,53%)] to-purple-400 bg-cover bg-no-repeat text-white">
<!-- from-[#2563eb] to-purple-400 -->
<div class="cursor"></div>
<header class="mb-[4rem]" data-aos="fade-down" data-aos-duration="700">
<nav class="flex justify-around items-center min-h-[8vh]">
<div class="font-[Anurati] uppercase text-[29px] text-white logo">
<h4>uk</h4>
</div>
<ul class="flex justify-between w-[40%] uppercase text-white nav-links">
<li><a href="index.html" class="tracking-[1.2px] font-semibold">Home</a></li>
<li><a href="#about" class="tracking-[1.2px] font-semibold">About</a></li>
<li><a href="#skills" class="tracking-[1.2px] font-semibold">Skills</a></li>
<li><a href="#projects" class="tracking-[1.2px] font-semibold">Projects</a></li>
<li><a href="#contact-me" class="tracking-[1.2px] font-semibold">Contact me</a></li>
</ul>
<div class="hidden cursor-pointer burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
</nav>
</header>
<section class="py-[1.5rem] mb-[1.75rem]">
<div class="flex justify-between items-center max-w-[1140px] mx-auto text-white inner-section">
<div class="w-[50%] section-text">
<h1 class="text-[3.5rem] mb-[.5rem] font-semibold section-heading"><span>Hii</span>,I am Utkarsh</h1>
<p class="text-[1.75rem] changeText mb-[.5rem]">
I'm a
<span id="changeText"></span>
</p>
<div class="w-[200px] mt-2 flex justify-between section-social">
<a href="https://github.com/Utkarsh3128" target="_blank">
<i class="fa-brands fa-github text-[2rem]"></i>
</a>
<a href="https://instagram.com/_.utkarsh10" target="_blank">
<i class="fa-brands fa-instagram text-[2rem]"></i>
</a>
<a href="https://www.linkedin.com/in/utkarshkumar3128" target="_blank">
<i class="fa-brands fa-linkedin text-[2rem]"></i>
</a>
<a href="">
<i class="fa-brands fa-twitter text-[2rem]"></i>
</a>
</div>
</div>
<div class="w-[50%] section-image">
<img src="images/images.svg" alt="">
</div>
</div>
</section>
<div class="h-[3rem]">
</div>
<div class="py-[1.5rem] my-[2rem]" id="skills">
<div class="flex justify-center text-[3rem] skill-text">
<p>About Me</p>
</div>
</div>
<section class="my-[4rem]" id="about">
<div class="max-w-[1080px] mx-auto">
<div class="px-4">
<h3 class="text-[1.5rem] leading-[1.9] font-[600] mt-5 about-text">I'm a B.Tech Computer Science and
Engineering
student at Bharati Vidyapeeth
Deemed to be University.
I'm a Self taught Front-End Web developer with a passion for creating user-friendly and dynamic
websites.
I possess an impressive arsenal of skills in HTML, CSS, JavaScript and Tailwind. My expertise
lies in crafting dynamic, engaging interfaces through writing clean and optimized code</h3>
</div>
</div>
</section>
<div class="h-[3rem]">
</div>
<div class="py-[1.5rem] my-[2rem]" id="skills">
<div class="flex justify-center text-[3rem] skill-text">
<p class="uppercase">My Skills </p>
</div>
</div>
<section class="mb-[1.75rem] py-[2rem]">
<div class="max-w-[840px] mx-auto flex flex-wrap gap-8 ">
<div class="w-full flex justify-between my-[1.5rem] skills">
<div class="flex items-center relative group">
<img src="images/html.svg" alt="" class="w-[90px] h-[90px] icon" data-aos="fade-down-right">
<div class="absolute left-[7rem] top-8 hidden group-hover:block">
<p class="uppercase font-[500] text-[1.25rem]">html</p>
</div>
</div>
<div class="flex items-center relative group">
<img src="images/css.svg" alt="" class="w-[90px] h-[90px] icon" data-aos="fade-down">
<div class="absolute left-[7rem] top-8 hidden group-hover:block">
<p class="uppercase font-[500] text-[1.25rem]">css</p>
</div>
</div>
<div class="flex items-center relative group">
<img src="images/js.svg" alt="" class="w-[90px] h-[90px] icon" data-aos="fade-down-left">
<div class="absolute left-[7rem] top-8 hidden group-hover:block">
<p class="uppercase font-[500] text-[1.25rem]">javascript</p>
</div>
</div>
</div>
<div class="w-full flex justify-between my-[1.5rem] skills">
<div class="flex items-center relative group">
<img src="images/git.svg" alt="" class="w-[90px] h-[90px] icon " data-aos="fade-up-right">
<div class="absolute left-[7rem] top-8 hidden group-hover:block">
<p class="uppercase font-[500] text-[1.25rem]">git</p>
</div>
</div>
<div class="flex items-center relative group">
<img src="images/vscode.svg" alt="" class="w-[90px] h-[90px] icon" data-aos="fade-up">
<div class="absolute left-[7rem] top-8 hidden group-hover:block">
<p class="font-[500] w-[100px] text-[1.25rem]">VS Code</p>
</div>
</div>
<div class="flex items-center relative group">
<img src="images/java.svg" alt="" class="w-[90px] h-[90px] icon" data-aos="fade-up-left">
<div class="absolute left-[7rem] top-8 hidden group-hover:block">
<p class="uppercase font-[500] text-[1.25rem]">java</p>
</div>
</div>
</div>
<div class="mobile-skills hidden grid-cols-[1fr_1fr] mx-auto gap-8 text-center">
<img src="images/html.svg" class="w-[60px] h-[60px] mx-auto" data-aos="zoom-out">
<img src="images/css.svg" class="w-[69px] h-[60px] mx-auto" data-aos="zoom-out">
<img src="images/js.svg" class="w-[60px] h-[60px] mx-auto" data-aos="zoom-out">
<img src="images/java.svg" class="w-[60px] h-[60px] mx-auto" data-aos="zoom-out">
<img src="images/git.svg" class="w-[60px] h-[60px] mx-auto" data-aos="zoom-out">
<img src="images/vscode.svg" class="w-[60px] h-[60px] mx-auto" data-aos="zoom-out">
</div>
</div>
</section>
<div class="h-[5rem]">
</div>
<div class="my-[2rem]" id="projects">
<div class="flex justify-center text-[3.75rem] skill-text">
<p>Featured Projects</p>
</div>
</div>
<section class="project">
<div class="max-w-[1140px] mx-auto py-[5rem]">
<div class="grid grid-cols-[repeat(2,_1fr)] gap-8">
<div class="" data-aos="zoom-in-right" data-aos-delay="100">
<div class="relative group img">
<div class="group">
<img src="images/ableton.png" alt="" class="h-[300px] w-full object-cover rounded-[15px]">
</div>
<div
class="absolute top-[48%] left-[44%] w-[90px] z-10 hidden justify-between gap-4 group-hover:flex">
<a href="https://utkarsh3128.github.io/FrontEndPractice-Ableton/" target="_blank">
<i class="fa-brands fa-github text-[2rem] links"></i>
</a>
<a href="https://github.com/Utkarsh3128/FrontEndPractice-Ableton" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square text-[1.8rem] links"></i>
</a>
</div>
</div>
</div>
<div class="" data-aos="zoom-in-left" data-aos-delay="100">
<div class="relative group img">
<div class="group">
<img src="images/swiggy.png" alt="" class="h-[300px] w-full object-cover rounded-[15px]">
</div>
<div
class="absolute top-[48%] left-[44%] w-[90px] z-10 hidden justify-between gap-4 group-hover:flex">
<a href="https://utkarsh3128.github.io/Swiggy-Clone/" target="_blank">
<i class="fa-brands fa-github text-[2rem] links"></i>
</a>
<a href="https://github.com/Utkarsh3128/Swiggy-Clone" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square text-[1.8rem] links"></i>
</a>
</div>
</div>
</div>
<div class="" data-aos="zoom-in-right" data-aos-delay="100">
<div class="relative group img">
<div class="group">
<img src="images/rock-papar-scissor.png" alt=""
class="h-[300px] w-full object-cover rounded-[15px]">
</div>
<div
class="absolute top-[48%] left-[44%] w-[90px] z-10 hidden justify-between gap-4 group-hover:flex">
<a href="https://utkarsh3128.github.io/Rock-Paper-Scissors/" target="_blank">
<i class="fa-brands fa-github text-[2rem] links"></i>
</a>
<a href="https://github.com/Utkarsh3128/Rock-Paper-Scissors" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square text-[1.8rem] links"></i>
</a>
</div>
</div>
</div>
<div class="" data-aos="zoom-in-left" data-aos-delay="100">
<div class="relative group img">
<div class="group">
<img src="images/trello.png" alt="" class="h-[300px] w-full object-cover rounded-[15px]">
</div>
<div
class="absolute top-[48%] left-[44%] w-[90px] z-10 hidden justify-between gap-4 group-hover:flex">
<a href="https://utkarsh3128.github.io/Trello-Clone/" target="_blank">
<i class="fa-brands fa-github text-[2rem] links"></i>
</a>
<a href="https://github.com/Utkarsh3128/Trello-Clone" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square text-[1.8rem] links"></i>
</a>
</div>
</div>
</div>
<div class="" data-aos="zoom-in-right" data-aos-delay="100">
<div class="relative group img">
<div class="group">
<img src="images/monogram.png" alt="" class="h-[300px] w-full object-cover rounded-[15px]">
</div>
<div
class="absolute top-[48%] left-[44%] w-[90px] z-10 hidden justify-between gap-4 group-hover:flex">
<a href="https://utkarsh3128.github.io/FrontendPractice-Monogram/" target="_blank">
<i class="fa-brands fa-github text-[2rem] links"></i>
</a>
<a href="https://github.com/Utkarsh3128/FrontendPractice-Monogram" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square text-[1.8rem] links"></i>
</a>
</div>
</div>
</div>
<div class="" data-aos="zoom-in-left" data-aos-delay="100">
<div class="relative group img">
<div class="group">
<img src="images/analogclock.png" alt=""
class="h-[300px] w-full object-cover rounded-[15px]">
</div>
<div
class="absolute top-[48%] left-[44%] w-[90px] z-10 hidden justify-between gap-4 group-hover:flex">
<a href="https://utkarsh3128.github.io/Analog-Clock/" target="_blank">
<i class="fa-brands fa-github text-[2rem] links"></i>
</a>
<a href="https://github.com/Utkarsh3128/Analog-Clock" target="_blank">
<i class="fa-solid fa-arrow-up-right-from-square text-[1.8rem] links"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <a href="javascript:window.history.back();">Back</a> -->
<section class="my-[2rem] view">
<div class="w-full flex justify-center">
<div>
<a href="https://github.com/Utkarsh3128?tab=repositories"
class="px-[21px] py-[9px] border-[1px] border-white relative hover_me " target="_blank">
<span class="text-[20px] uppercase leading-3">
View all Projects
<span class="text-[1rem] ml-1">
<i class="fa-solid fa-arrow-right"></i>
</span>
</span>
</a>
</div>
</div>
</section>
<section class="mobile-project hidden">
<div class="text-center px-8 mobile-container">
<div class="grid grid-cols-[1fr] grid-rows-[auto_auto] h-auto w-full gap-[5rem] grid-proj">
<div class="flex flex-col h-auto mx-auto" data-aos="fade-right">
<div class="h-auto rounded-[1.7rem] project-img">
<img src="images/ableton.png" alt="" class="w-full h-auto rounded-lg">
</div>
<div class="flex flex-col h-auto mt-[2rem]">
<h3 class="text-[1.3rem] uppercase font-[600] mb-[.75rem]">Ableton About Page</h3>
<p class="text-[1.25rem] font-[500] text-[#000000] mobile-text">Creative tools for music makers
</p>
<div class="flex justify-around items-center gap-7 mt-[1rem] mobile-lang">
<p>Tailwind CSS</p>
<p>JavaScript</p>
</div>
<div class="flex justify-evenly mt-[2rem] mobile-links">
<a href="https://github.com/Utkarsh3128/FrontEndPractice-Ableton" target="_blank"
class="text-[1.25rem] flex gap-2 items-center">
Code
<i class="fa-brands fa-github"></i>
</a>
<a href="https://utkarsh3128.github.io/FrontEndPractice-Ableton/" target="_blank"
class="text-[1.25rem] flex gap-2 items-center">
Live Demo
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</div>
</div>
<div class="flex flex-col h-auto mx-auto" data-aos="fade-left">
<div class="h-auto rounded-[1.7rem] project-img">
<img src="images/trello.png" alt="" class="w-full h-auto rounded-lg">
</div>
<div class="flex flex-col h-auto mt-[1.75rem]">
<h3 class="text-[1.3rem] uppercase font-[600] mb-[.75rem]">Trello Clone</h3>
<p class="text-[1.25rem] font-[500] text-black mobile-text">Manage Your Team’s Projects From
Anywhere</p>
<div class="flex justify-around items-center gap-7 mt-[1rem] mobile-lang">
<p>HTML5</p>
<p>CSS3</p>
</div>
<div class="flex justify-evenly mt-[2rem] mobile-links">
<a href="https://github.com/Utkarsh3128/Trello-Clone" target="_blank"
class="text-[1.25rem] flex gap-2 items-center">
Code
<i class="fa-brands fa-github"></i>
</a>
<a href="https://utkarsh3128.github.io/Trello-Clone/" target="_blank"
class="text-[1.25rem] flex gap-2 items-center">
Live Demo
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</div>
</div>
<div class="flex flex-col h-auto mx-auto" data-aos="fade-right">
<div class="h-auto rounded-[1.7rem] project-img">
<img src="images/monogram.png" alt="" class="w-full h-auto rounded-lg">
</div>
<div class="flex flex-col h-auto mt-[1.75rem]">
<h3 class="text-[1.3rem] uppercase font-[600] mb-[.75rem]">monogram clone</h3>
<p class="text-[1.25rem] font-[500] text-black mobile-text">Modular Productivity Tool for
Creative Pros</p>
<div class="flex justify-around items-center gap-7 mt-[1rem] mobile-lang">
<p>Tailwind CSS</p>
<p>JavaScript</p>
</div>
<div class="flex justify-evenly mt-[2rem] mobile-links">
<a href="https://github.com/Utkarsh3128/FrontendPractice-Monogram" target="_blank"
class="text-[1.25rem] flex gap-2 items-center">
Code
<i class="fa-brands fa-github"></i>
</a>
<a href="https://utkarsh3128.github.io/FrontendPractice-Monogram/" target="_blank"
class="text-[1.25rem] flex gap-2 items-center">
Live Demo
<i class="fa-solid fa-arrow-up-right-from-square"></i>
</a>
</div>
</div>
</div>
<div class="mobile-view mx-auto">
<div class="inner-view">
<a href="https://github.com/Utkarsh3128?tab=repositories" target="_blank"
class="px-[21px] py-[9px] border-[1px] border-white hover-me view-link">
<span class="text-[15px] uppercase">
View all Projects
<span class="text-[1rem] ml-1">
<i class="fa-solid fa-arrow-right"></i>
</span>
</span>
</a>
</div>
</div>
</div>
</div>
</section>
<div class="h-[5rem]"></div>
<section class="my-[3rem]" id="contact-me">
<div class="max-w-[1140px] mx-auto">
<p class="text-[3rem] text-center mb-9 contact-para">Contact Me</p>
<div class="flex justify-between items-center py-[5rem] contact-section">
<div class="leading-[65px] text-[18px] contact-info" data-aos="fade-right">
<div class="w-[250px] h-[50px] flex justify-between mx-auto contact-link">
<a href="https://github.com/Utkarsh3128" target="_blank">
<i class="fa-brands fa-github text-[2rem]"></i>
</a>
<a href="https://instagram.com/_.utkarsh10" target="_blank">
<i class="fa-brands fa-instagram text-[2rem]"></i>
</a>
<a href="https://www.linkedin.com/in/utkarshkumar3128/" target="_blank">
<i class="fa-brands fa-linkedin text-[2rem]"></i>
</a>
<a href="https://api.whatsapp.com/send?phone=919693912010" target="_blank">
<i class="fa-brands fa-whatsapp text-[2rem]"></i>
</a>
</div>
<div class="contact-text"><i class="fa-solid fa-location-dot mr-4"></i>Muzaffarpur, Bihar, India
</div>
<div class="contact-text"><i class="fas fa-envelope mr-4"></i>[email protected]</div>
<div class="contact-text"><i class="fas fa-phone mr-4"></i>+91 9693 912 010</div>
</div>
<div class="max-w-[700px] contact-form" data-aos="fade-left">
<form class="contact" onsubmit="">
<input type="text" name="name" placeholder="Your Name *"
class="text-[15px] p-[12px] rounded-[5px] h-[50px] text-black w-[calc(50%-10px)] opacity-80 mb-[2rem] text-box">
<input type="email" name="email" placeholder="Your Email *" id="email"
class="ml-3 text-[15px] p-[12px] rounded-[5px] h-[50px] text-black w-[calc(50%-10px)] opacity-80 mb-[2rem] text-box box-2">
<textarea name="message" id="" cols="10" rows="5"
class="text-black w-full p-[12px] min-h-[200px] max-h-[400px] rounded-[5px] opacity-80 mb-[2rem]"
placeholder="Your Message *" required></textarea>
<div class="border-[2px] border-white max-w-[120px] send-button">
<input type="submit" name="submit" class="py-2 px-6 send-btn" value="Send">
<i class="fa-solid fa-angle-right"></i>
</div>
</form>
</div>
</div>
</div>
</section>
<script src="index.js"></script>
<script src="node_modules/typed.js/lib/typed.min.js"></script>
<script>
var typeData = new Typed("#changeText", {
strings: [
"Full Stack Developer",
"Web Developer",
"UI-UX Designer",
"Coder",
],
loop: true,
typeSpeed: 50,
backSpeed: 30,
backDelay: 900,
});
</script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- for sending Email -->
<script src="https://smtpjs.com/v3/smtp.js"></script>
<script>
function sendEmail() {
Email.send({
SecureToken: "448d95f5-46cf-45ba-98c3-fb418b02c5d8",
Host: "smtp.gmail.com",
Username: "[email protected]",
Password: "utkarsh",
To: '[email protected]',
From: document.getElementById("email").value,
Subject: "New Contact Form Enquiry",
Body: "Name: " + document.getElementById("name").value +
"<br> Email: +" + document.getElementById("email").value +
"<br> Message: +" + document.getElementById("message").value
}).then(
message => alert("Message sent Successfully")
);
}
</script>
</body>
</html>