-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (54 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Harsh Meena</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="devicon.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=Oswald:wght@300&family=Style+Script&display=swap" rel="stylesheet">
</head>
<body>
<div class="topcontainer">
<img class="topcloud" src="cloud.png" alt="cloud">
<h1 class="title">I'm Harsh </h1>
<p>I am a Programmer</p>
<img class="bottomcloud" src="cloud.png" alt="cloud">
<img class="mountain" src="mountain.png" alt="pahad">
</div>
<hr class="line">
<div class="middle-container">
<div class="profile">
<img class="pro" src="profile.png" alt="profile PHOTO" height="200px">
<h2 class="h2_1">Hello.</h2>
<p>My name is Harsh Bamnavat ,I am a student of IIT Varsnasi with CSE as my Major.</p>
</div>
<hr class="line">
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill" src="cskill.gif" alt="cPP">
<h3>Programming</h3>
<p>Right now i am good at C++ and MYsql and i am learning WEB DEVELOPMENT. I am also familiar with Python and JAVA.</p>
</div>
<div class="skill-row">
<img class="biking" src="mountain-bike.png" alt="biking">
<h3>Riding bikes</h3>
<p>I love riding bike it maybe be a Motor bike or a Mountain bike.</p>
</div>
</div>
<hr class="line">
<div class="contact-me">
<h2>Get In Touch</h2>
<a class="btn" href="mailto:[email protected]">EMAIL ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.instagram.com/harshbamnavat/">Instagram</a>
<a class="footer-link" href="https://www.facebook.com">facebook</a>
<a class="footer-link" href="https://www.reddit.com">reddit</a>
<p>© 2021 harshbamnavat</p>
</div>
</body>
</html>