-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (40 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Satyansh Mittal</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="css/favicon.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=Kalam&family=Merriweather&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<img class="top-cloud" src="Images/cloud.png" alt="cloud-images">
<h1>I'm Satyansh</h1>
<h2 class="web-developer">web developer</h2>
<img class="bottom-cloud" src="Images/cloud.png" alt="cloud-images">
<img class="mountain" src="Images/mountain.png" alt="mountain-Images">
</div>
<div class="middle-container">
<div class="profile" style="text-align: left;">
<img class="profile-image" src="Images/profile-image.png" alt="Profile-pic">
<h2 style="font-size: 3rem; margin-left: 220px;"><b>Hello.</b></h2>
<p style="font-size: 1.6rem; margin: auto 15px 150px 220px; line-height: 1.5;">I am a first-year computer science student who is currently learning web development and enjoys watching anime.</p>
</div>
<hr>
<div class="skill-row">
<img class="skill-img" src="Images/skills.png" alt="skill-icon">
<h2 style="font-size: 3rem;"><b> My Skills</b></h2>
<p style="font-size: 1.6rem; line-height: 1.5;">Nothing special😅...but in my spare time, I enjoy some sketching.</p>
</div>
</div>
<div class="bottom-container">
<h2 class="lets-connect"style="font-size: 2rem;" >Let's connect</h2>
<a class="footer-link" href="https://www.linkedin.com/in/satyansh-mittal-76985921a/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/satyansh_mittal">Twitter</a>
<p class="copyright">© Satyansh Mittal</p>
</div>
</body>
</html>