-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (52 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Welcome to Ridhi's site</title>
<link rel="stylesheet" href="style.css">
<link href="favicon.ico" rel="icon">
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&family=Raleway:ital,wght@1,300&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud"src="cloud.png" alt="cloud"><br>
<h1> I'm Ridhi</h1>
<p class="par">a web developer</p>
<img class="bottom-cloud"src="cloud.png" alt="cloud">
<img class="mountain" src="mountain.png" alt="mountain">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile"src="ridhi_profile.jpg" height="230" width="200"alt="">
<h2 class="h2a">Hello!</h2>
<p class="intro">hey there! this is Ridhi. I am web designer, software engineer, competitive programmer. I ❤️ spicy food.</p>
</div>
<hr>
<div class="skills">
<h2 class="h2b">My Skills.</h2>
<div class="skill-row">
<img class="img-design" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQ0a_ZaSXcUhl9Y2P7VJ7qLDBrZmtTXsFdZgA&usqp=CAU" alt="">
<h2>Design and Development</h2>
<p>I am so excited to share you, my skills.I realy love to design a web page.</p>
</div>
<div class="skill-row">
<img class="chaat" src="https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQQpx-v8h4_BXwYAl1o2q51iFsarTyVW2jfsQ&usqp=CAU" alt="">
<h2><strong>CHAAT! Challenge</strong></h2>
<p>But my best skill is actually in eating spicy chaat with samosas😋. I am the undisputed queen of Chaat! challenge.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2><strong>Get In Touch</strong></h2>
<h3>If you love samosa-chaat as much as I do..</h3>
<p class="ppp">Love samosa-chaat! as much as i do? Let's talk about how awesome they are! We can code while we eat samosa-chaat!.</p>
<a class="btn" href="mailto:[email protected]" target="_blank">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/ridhi-priya-78630b1b0/" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/modi_ridhi/" target="_blank">instagram</a>
<p class="copyright">© 2018 Ridhi Modi..</p>
</div>
</body>
</html>