-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (68 loc) · 3.46 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
<!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">
<title>KUNAL TYAGI</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="cloud1" src="css_img/cloud.png" alt="cloud">
<h1> I'm Kunal.</h1>
<h2>a <span class="develop">develop</span>er</h2>
<img class="cloud2" src="css_img/cloud.png" alt="cloud">
<img src="css_img/mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="css_img/man-modified.png" alt="animated-man">
<h2>Hey!</h2>
<p class="profile-desc"> I am a sophomore majoring in computer science & engineering. I am from Uttar pradesh, India.
I enjoy programming , problem solving and tinkering on side projects for fun.
When i am not working you can find me reading novels, watching movies and spending time with family. </p>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="coding" src="css_img/coding.png" alt="coding-image">
<h3>Web Development</h3>
<p>I am a frontend developer and have contributed to many projects.
I am proficient in HTML(5), CSS(3), JavaScript.
I am in the process of acquiring knowledege of popular web development frameworks such as React, Angular, and node.js .</p>
</div>
<div class="skill-row">
<img class="blockchain" src="css_img/blockchain.png" alt="coding-image">
<h3>Blockchain</h3>
<p>I am a Blockchain enthusiast and had contibuted on few projects integrated with Web3 , hardhat and solidity.
I am engaged in a process of brushing up my skills.</p>
</div>
<div class="skill-row">
<img class="writer" src="css_img/film-editing.png" alt="">
<h3>Editing</h3>
<p >I find editing to be a highly fulfilling and satisfying endeavor.
I have had a significant amount of experience in editing videos and photos,
honing my skills in the manipulation and enhancement of visual media.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Don't hesitate</h3>
<p class="contact-desc">You think , i got what it requires to do the job? <br> Feel free to connect.</p>
<a class="btn" href="mailto:kunaltyagi00000@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/kunal-tyagi-30191923a/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/tykunal07">Twitter</a>
<a class="footer-link" href="https://github.com/Tykunal">Github</a>
<p class="copyright">kunal tyagi © 2023</p>
</div>
</body>
</html>