-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (67 loc) · 3.36 KB
/
index.html
File metadata and controls
69 lines (67 loc) · 3.36 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sanchit</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@900&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="navigation-bar">
<ul class="nav-links">
<li class="nav-item"><a class="nav-links" href="#about">About</a></li>
<li class="nav-item"><a class="nav-links" href="#contact">Contact Me</a></li>
</ul>
</div>
<div class="top-container">
<img class="top-cloud"src="cloud.png" alt="cloud">
<h1>I'm Sanchit</h1>
<h2>a freelancer</h2>
<img class="bottom-cloud" src="cloud.png" alt="cloud">
<img src="mountain.png" alt="mountain">
</div>
<section id="about">
<div class="middle-container">
<div class="profile">
<img class="display-pitcure" src="Display Picture.png" alt="img">
<h2>Hello</h2>
<p>I am mechanical engineer student who loves to code.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="Web-Designing" src="coding.png" alt="coding">
<h3>Web Designing</h3>
<p>I started coding when i was in 10th grade and found it very amazing thing that everybody should learn. I have gained some experience in DS Algo and i am trying to have some in Web Developement too<em> by building this website ;‑)</em> </p>
<div class="coding-credit">Icons made by <a href="https://www.flaticon.com/authors/adib-sulthon" title="Adib Sulthon">Adib Sulthon</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</div>
<div class="skill-row">
<img class="Guitar" src="guitar.png" alt="guitar">
<h3>Listening Songs</h3>
<p>This is what i do for keeping my self isolated from all the chaos. Just listen to Ankur Tewari and Prateek Kuhaad, you will find yourself in heaven (till the music stops)</p>
<div class="guitar-credit">Icons made by <a href="https://www.flaticon.com/authors/freepik" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love songs as much i do</h3>
<p class="contact">Contact me if you love songs as much i do, we will code while listening songs.</p>
<a class="btn" href="mailto:sanchitmunjal203@gmail.com">CONTACT ME</a>
</div>
</div>
</section>
<section id="contact">
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/sanchit-munjal-7189681ab/">LinkedIn</a>
<a class="footer-link" href="https://facebook.com/sanchit.munjal.505">Facebook</a>
<a class="footer-link" href="https://instagram.com/s.a.n.c.hi.t">Instagram</a>
<p class="copyright">© 2021 Sanchit Munjal.</p>
</div>
</section>
</body>
</html>