-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
70 lines (55 loc) · 2.84 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
67
68
69
70
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Ananya Negi-Aspiring Web Designer</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon(1).ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud img">
<h1> I'm Ananya.</h1>
<h2><b>A Web Developer.</b></h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud img">
<img class="mount"src="images/mountain.png" alt="mountain img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/ananya.png" alt="profile-pic"width=15% height=15%>
<h2>Hello.</h2>
<p class="intro">I'm a computer science student who loves to develop and design web pages.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="m"src="https://media.giphy.com/media/MCKlOUhyh179x1mVkp/giphy.gif"alt="comp"height="20%"width="20%">
<h3>WEB DESIGNING</h3>
<p>I am an expert at creating simple yet elegant websites which are not too fancy and might I add quite appealing to the eyes. So if you are looking for some down-to-earth piece of elegance you have the right person. </p>
</div>
<div class="skill-row">
<img class="b" src="https://media.giphy.com/media/iehsZQR0fyJxUmR00X/giphy.gif" alt="paint"height="20%"width="20%">
<h3>DRAWING & PAINTING</h3>
<p>I love to draw and water paint anime characters.It is really one of my top skills.I also create fanarts, so for your favourite character's drawing DM me anytime.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<img class="yo"src="https://media.giphy.com/media/kg1V2Bj5rbh8HNWlVi/giphy.gif"height="15%"width="15%">
<h3>If you love art as much as I do, why not contact me?</h3>
<p class="contact-message">I would love to do any kind of projects,web services or even art collaborations. Feel free to reach out to me. See ya 🥰</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a><br>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ananya-negi-42922018a"> <img class="p"src="images/index.png" alt="linkedin img" height="5%"width="5%">
</a>
<a class="footer-link" href="https://www.instagram.com/sakura_and_a_queen/"> <img class="q"src="images/u2.jpg" alt="insta img"height="5%"width="5%">
</a>
<p class="copyright">© <script type="text/javascript">document.write( new Date().getFullYear() );</script> Ananya Negi</p>
</div>
</body>
</html>