-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (54 loc) · 2.4 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ankit</title>
<link rel="stylesheet" href="styles.css">
<link rel="favicon" href="favicon.ico?v=2">
<a href="#" class="buttonClass">CONTACT ME</a>
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="cloud.png" alt="cloud-img">
<h1>I'm Ankit</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud-img">
<img src="mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="ankit.png" height="150px" width="150px" alt="ankit-photo">
<h2>Hello.</h2>
<p class="intro">I am a programmer who loves to do Web-Developing, Machine Learning,Android Developing and starting Open Source.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="program" src="programming.jpeg" height="200px" width="230px" alt="programming">
<h3>Programming</h3>
<p>I love making web and mobile applications, understanding needs of people around me and giving the best solutions to them through my programming skills.</p>
</div>
<div class="skill-row">
<img class="draw" src="draw.jpg" height="200px" width="230px" alt="drawing">
<h3>Sketching</h3>
<p>I draw. Although not a very good at it, but this is a kind of hobby that I think is I will improve on.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Contact me on the given handles</h3>
<p>You can mail me to my mail id in case I am not able to see messages.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p class="copyright">© Ankit Kumar.</p>
</div>
</body>
</html>