-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (58 loc) · 2.65 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
63
64
65
66
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>NEHA ANAND</title>
</head>
<link rel="stylesheet" href="CSS/styles.css" />
<link rel="icon" type="image/png" href="images/avatar.png" />
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Montserrat:wght@400;500;600;700;800;900&family=Sacramento&display=swap" rel="stylesheet">
<body>
<div class="top">
<img class="top-cloud" src="images/cloud.png" >
<!--<img src="https://fontmeme.com/permalink/200829/3eb2b374399b31e926914642e32fe544.png" >-->
<h1>I'm Neha</h1>
<h2 class="para"> a Programmer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt=>
<img class="mountain" src="images/mountain.png" alt="mountain-img">
</div>
<div class="middle">
<div class="profile">
<img src="images/self.png" alt="Neha-Profile-pic">
<h2>Hello.</h2>
<p>I'm Neha. A web developer and Nature lover. Good at art and an effective speaker.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="web-img" src="images/coding.png" alt="web-dev">
<h3>Web Development</h3>
<p>I started learning web development so that I can create my own website for my future start-up.
It nourishes my creativity and unleashes my style senses. </p>
</div>
<div class="skill-row">
<img class="draw-img" src="images/color-palette.png" alt="Draw">
<h3>Drawing</h3>
<p>An accidental drawing that made me obsessed for a pencil and paper everywhere I go.
It relaxes my minds and I am able to achieve the state of "flow".
Self-made Artist.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you are in search to build a creative website,</h3>
<p class="contact-msg ">Then you have come to the right place, you can always reach out to me over here 👇</p>
<a href="mailto:neha280103@gmail.com" class="btn">CONTACT ME</a>
</div>
</div>
<div class="bottom">
<a class="footer-link" href="https://www.linkedin.com/in/neha-anand-927157200/">LinkedIn</a>
<a class="footer-link" href="https://www.quora.com/profile/Neha-Anand-269">Quora</a>
<a class="footer-link" href="https://twitter.com/neha_anand28">Twitter</a>
<a class="footer-link" href="https://nehaanand28.github.io/info/">Website</a>
<p class="copyright">© 2022 Neha Anand.</p>
</div>
</body>
</html>