-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (55 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Abhinav Anand</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Abhinav.</h1>
<h2>a web developer<br> & designer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle">
<div class="profile">
<img src="images/abhinav1.png" alt="profile-img">
<h2>Hello.</h2>
<p class="intro">I'm a web designer & developer based in New Delhi, India. I have a passion for web design and love to create websites for all devices.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="struct-img" src="https://image.flaticon.com/icons/png/512/3043/3043955.png" alt="struct-img">
<h3>Structure what you need.</h3>
<p>I like to keep it basic. I will probably concentrate on typography, substance and passing on the message that you need to send.</p>
</div>
<div class="skill-row">
<img class="struct-img" src="https://image.flaticon.com/icons/png/512/3043/3043955.png" alt="struct-img">
<h3>Create what you need.</h3>
<p>I'm a developer, so I realize how to make your site to stumble into gadgets utilizing the most recent advances accessible.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm as of now accessible for independent work.</h3>
<p class="contact-message">In the event that you have a task that you need to begin, think you need my assistance with something or simply extravagant saying hello, at that point connect.</p>
<a class="contact_button" href="mailto:abhi9vanand@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom">
<a class="footer-link" href="https://www.linkedin.com/in/iamabhi9v">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/iamabhi9v">Twitter</a>
<a class="footer-link" href="https://facebook.com/iamabhi9v">Facebook</a>
<a class="footer-link" href="https://instagram.com/iamabhi9v">Instagram</a>
<a class="footer-link" href="http://twitch.tv/iamabhi9v">Twitch</a>
<p class="copyright">© 2020 Abhinav Anand. All Rights Reserved.</p>
</div>
</body>
</html>