-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (61 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SHALINI SITE </title>
<link rel="stylesheet" href="style.css">
<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:wght@300&family=Montserrat:wght@300&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<h3 class="fix">I <emoji>❤️</emoji> learning new stuff </h3>
<img class="top-cloud" src="cloud.png" alt="cloud-image">
<h1>I am Shalini.</h1>
<p>a <span class="pro">pro</span>grammer.</p>
<img class="bottom-cloud" src="cloud.png" alt="cloud-image">
<img class="mountain" src="mountain.png" alt="mountain-image">
</div>
<div class="middle-container">
<div class="profile">
<img class="dp-image" src="shalini.jpg" alt="profile-image">
<h2 class="heading">Hello everyone!!</h2>
<p class="intro">I am a student pursuing Information Technology at <em><stron>IGDTUW</stron></em> in New Delhi. Additionally, I am enthusiastic about programming and web development. Coding is not just a part of my academic curriculum; it is a passion that I actively pursue.</p>
</div>
<hr>
<div class="skills">
<h2 class="heading">My Skills.</h2>
<div class="skill-row">
<img class="com-image" src="computer.jpeg" alt="computer-image">
<h3>Programming</h3>
<p class="p1">I am skilled in C,C++ and DSA. My goals are to focus on problem solving and give the best possible solution for you.</p>
</div>
<div class="skill-row">
<h3>Web Development</h3>
<img class="webpage" src="computer.png" alt="no">
<p>HTML and CSS are my some other skills. I'm a developer, so I know how to create your website to run across devices using the latest technologies available.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3 class="contact">If you want any help from me!!.</h3>
<p>If you have any questions or need assistance with anything feel free to ask!!</p>
<a class="btn" href="mailto: shalini7217625537@gmail.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<br>
<br>
<br>
<br>
<a class="footer-link1" href="https://www.linkedin.com/in/shalini-singh-a56a87258/">LinkedIn</a>
<a class="footer-link2" href="https://twitter.com/Shalini70856041">Twitter</a>
<a class="footer-link3" href="https://www.instagram.com/shalini_10080/">Instagram</a>
<p>© 2024 Shalini.</p>
</div>
</body>
</html>