-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (57 loc) · 3.1 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>
<head>
<meta charset="utf-8">
<title>Shreya Shivratriwar</title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans&family=Montserrat&family=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 Shreya.</h1>
<h2><p> A <span class="pro">pro</span>grammer.</p></h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img">
<img src="images/mountain.png" alt="mountaing-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="images/shreya6.png" alt="my profile">
<h2>Hello.</h2>
<p class="intro"> I'm shreya.I love to code,make carricatures and few times I can nap
all day! I'm a content writer and a bookworm.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="read" src="images/book.png" alt="skill-image">
<h3>Reading</h3>
<p class="read-skill-description">Just like one of the many introverts I decided to read in my spare time and how come it became the favourite thing to do
even in the busy schedules.That's how I became a bookworm and you? </p>
</div>
<div class="skill-row">
<img class="cook" src="images/cooking.png" alt="cook-image">
<h3>Cooking</h3>
<p class="cooking-skill-description">I was never fond of cooking until one day i decided to bake the pasta on my, then onwards i started liking thre process
then boom!!, culinary skills for the win FOREVER.</p>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>To brew and read.</h3>
<p class="contact-message"> To know more about me and explore my vivid book collection lets connect. </p>
<a class="btn" href="mailto:shreyashivratriwar@email.com">CONTACT ME</a>
</div>
</div>
<hr>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/shreya-shivratriwar-29a881227/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/shreyasico">Twitter</a>
<p class="copyright"> © @Shreya Shivratriwar.</p>
</div>
</body>
</html>