-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (54 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Shekhar Gaur</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon (1).ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-image">
<h1>I'm Shekhar.</h1>
<h2>a programmer.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-image">
<img src="mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="my-photo" src="shekhar.jpg" alt="my-profile-photo">
<h2>Hello.</h2>
<p class="intro">My name is Shekhar Gaur Undergraduate at VIT Chennai.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill1" src="computer.png" alt="computer-photo">
<h3>Design & Development</h3>
<p>I am proficient in Java and currently learning Web Development. I also know Python and little bit of SQL</p>
</div>
<div class="skill-row">
<img class="Skill2" src="chillies.png" alt="chillies">
<h3>Extra-curricular activities</h3>
<p>I love trekking and as a thrill I love hot chillies to eat.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you need any help.</h3>
<p class="contact-msg">For any queries mail me and as early as possible I will get back to you.</p>
<a href="#" class="BUTTON_GDG">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/shekhar-gaur">LinkedIn</a>
<a class="footer-link" href="https://instagram.com/shekhar.gaur3">Instagram</a>
<a class="footer-link" href="https://stackerg.github.io/cv/">Website</a>
<p class="copyright-msg">© 2020 Shekhar Gaur.</p>
</div>
<body>
</body>
</html>