-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpowers.html
56 lines (56 loc) · 2.17 KB
/
powers.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/official-page.css">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Barrio">
<title>Official Page</title>
</head>
<body>
<div class="top-container">
<img class="hey" src="images/hi.jpeg" alt="Hey-img">
<h1 class="typewriter">Hi, I am Milap Anwani.</h1>
</div>
<div class="Skillset">
<img class="skills-img" src="images/Skills.png" alt="skills-cartoon">
<h1 class="skills-title">Skills</h1>
<ul class="skills-list">
<li>Front-End Web Developer</li>
<li>Flutter Developer</li>
<li>Competitive Programmer</li>
<li>Cloud Practitioner</li>
</ul>
</div>
<div class="what-a-nerd">
<h1 class="nerd-text">Now you might be thinking...</h1>
<h1 class="what-a">What a </h1>
<img class="nerd-img" src="images/nerd.jpeg" alt="nerd">
<h1 class="end-of-what">Well, I do a lot of other things too!</h1>
</div>
<div class="Interests">
<img class="cool" src="images/cool.png" alt="cool-img">
<h1 class="interests-title">Interests and Hobbies</h1>
<ul class="interests-list">
<li>Travel (like a lot, lot!)</li>
<li>Reading books (Gotta stay smart)</li>
<li>Working out(Yeah, gym is a real hobby)</li>
<li>Music(listening, producing... it is a lifesaver)</li>
</ul>
</div>
<div class="connect-container">
<h1>Want to connect?</h1>
</div>
<div class="last-container">
<h2 class="let-me">Let me Know!</h2>
<img class="connect-img" src="images/connect.png" alt="connect">
<div class="footer-links">
<a class="links" href="https://www.linkedin.com/in/milap-anwani-2b732b1aa/">LinkedIn</a>
<a class="links" href="https://www.instagram.com/anwanified">Instagram</a>
<a class="links" href="https://github.com/greenblade29">Github</a>
<a class="links" href="mailto:iib2019029@iiita.ac.in">Email</a>
</div>
<p class="copyright">© 2020 Designed by Milap Anwani</p>
</div>
</body>
</html>