-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (56 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ankur Upadhyay</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon-16x16.png">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,300&family=Roboto:ital,wght@0,400;1,100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud.png">
<h1>I'm Ankur!</h1>
<h2 class="subtitle">
a student and programmer.
</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud.png">
<img src="images/mountain.png" alt="mountain.png">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="images/circle-cropped.png" alt="ankur.jpg">
<h2>Hello.</h2>
<p class="intro">I'm a student of computer science at NIT Silchar. I'm learning to be a web developer.I ❤ deep conversations about almost anything.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer" src="https://media2.giphy.com/media/h741oEMnAUIILdX0kU/200.webp?cid=ecf05e47y8yei8bfeojo3y0csgvvaoyohxz7ajzmy0qv55pi&rid=200.webp" alt="computer.png">
<h3>Computer Programming</h3>
<p>I was very fascinated by how video games work from an early age. I am starting to gain a ton of experience in making different applications due to the area of my education/bachelors.</p>
</div>
<div class="skill-row">
<img class="web-dev" src="https://media3.giphy.com/media/d9IfL7seBexHLct75B/200w.webp?cid=ecf05e47kah1c51927ec3vz0r67tdxshvgi6j7vwujrp7oev&rid=200w.webp" alt="web-dev.png">
<h3>Web Development</h3>
<p>Recently, I have been intrigued by the effectiveness and efficency of websites. Hence, I am starting to learn some basic web development.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love deep convos as me.</h3>
<p>Phone No.-7577037031</p>
<a class="btn" href="mailto:ankurup3@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ankur-upadhyay-a82b02135">LinkedIn</a>
<a class="footer-link" href="https://www.facebook.com/profile.php?id=100005053352554">Facebook</a>
<a class="footer-link" href="https://www.instagram.com/ankurup3/">Instagram</a>
<p>© 2020 Ankur Upadhyay.</p>
</div>
</div>
</body>
</html>