-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (61 loc) · 2.94 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>
<head>
<meta charset="utf-8">
<title>Harsh Kumar Verma</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<!-- Below are the links of fonts.-->
<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&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div id="topcontainer">
<img class="top-cloud" src="Images/cloud.png" alt="cloud-img">
<h1>I'm Harsh.</h1>
<p class="top">a <em><strong>react</strong></em> developer.</p>
<img class="bottom-cloud" src="Images/cloud.png" alt="cloud-img">
<img src="Images/mountain.png" alt="mountain-img">
</div>
<div id="middle-container">
<div class="profile">
<img src="Images/giphy.gif" alt="hd-image" width="20%">
<h2 class="hello">Hello.</h2>
<p class="intro">I am a React Developer. I ❤️ to watch movies and travel. Also I'm a hardcore foodie🍔.</p>
</div>
<br>
<hr>
<div class="skills">
<h2 class="myskill-h2">My Skills.</h2>
<div class="skill-row">
<img class="img1" src="Images/giphy3.gif" alt="computer-image" width="27%">
<h3><strong>Design and Development</strong></h3>
<p class="left">I started learning to code when I was in 1st semester of my college to explore the world of coding and wanted to
solve real world problems. Over time, I have gained a wealth of experience designing and developing websites.</p>
</div>
<div class="skill-row">
<img class="img2" src="Images/giphy4.gif" alt="dimsum-img" width="28%">
<h3>❤️ For Momos</h3>
<p class="left">But my best skill is actually in eating momos. I am undisputed king of eating momos. Tandoori and Peri-Peri are my
favourite flavours.</p>
</div>
</div>
<br>
<hr>
<div class="contact-me">
<h2 class="myskill-h2">Get In Touch</h2>
<h3>If you love momos as much as I do.</h3>
<p class="contact-p">Love momos as much as I do? Let's talk about how awesome they are! <br> We can code while we eat some momos!</p>
<a class="btn" href="mailto: [email protected]"><button>CONTACT ME</button></a>
</div>
</div>
<div id="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/harsh-kumar-verma-3136191b1/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/hkverma24">Twitter</a>
<a class="footer-link" href="https://github.com/hkv24">Github</a>
<a class="footer-link" href="https://www.instagram.com/hkv_24/">Instagram</a>
<p class="copyright">© 2023 Harsh Kumar Verma.</p>
</div>
</body>
</html>