-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (53 loc) · 2.38 KB
/
index.html
File metadata and controls
59 lines (53 loc) · 2.38 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Manan Varma</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300&family=Montserrat:wght@300&family=Pacifico&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1>I'm Manan</h1>
<p class="aProgrammer">a <span class="pro">pro</span>grammer</p>
<img class="bottom-cloud" src="cloud.png" alt="cloud2-img">
<img class="mountain" src="mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="mananImg" src="manan.jpg" alt="manan-img">
<h2>Hello.</h2>
<p class="myIntro">My name is Manan Varma. I'm a 3rd year Computer Engineering student. I'm a programming enthusiast.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computerImg" src="computer.png" alt="computer-img">
<h3>Problem Solving</h3>
<p class="probSolving">I love the idea of solving a problem through a computer. Building algorithms to solve complex problems is something that fascinates me and I'm into competitive programming too.</p>
</div>
<div class="skill-row">
<img class="csgoImg" src="csgo.png" alt="csgo-img">
<h3>Competitive Gaming</h3>
<p class="competitiveGaming">I've participated in many inter-college CSGO tournaments and I've won the "Man Of The Match" title 4 times.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Love E-Sports as much as I do?</h3>
<p>Let's play together sometime! We can code while we play!</p>
<a class="btn" href="mailto:mananvarma5401@email.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/manan-varma-440b66162/">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/manon_infinity/">Instagram</a>
<a class="footer-link" href="https://www.youtube.com/channel/UCDdIH-DjAXx6TtsMUI1SuXg">YouTube</a>
<p class="copyright">© 2020 Manan Varma.</p>
</div>
</body>
</html>