-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (45 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Vansh.21</title>
<link rel="stylesheet" href="css/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&family=Montserrat&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<img class="top-cloud" src="images/cloud.png" alt="cloud">
<h1>I'm Vansh,</h1>
<h2><u>A Web Developer</u></h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud">
<img src="images/b.png" alt="mountain" width="80%">
</div>
<div class="middle">
<div class="profile">
<img class="hello" src="images/hikar.png" alt="hi" height="200px">
<h2>Hello !</h2>
<p>I am a Web Developer/Designer based in India.I have passion for Coding & Web Development.<p>
</div>
<hr>
<div class="skills">
<h2>Skills</h2>
<img class="skill"src="images/code.png" alt="skills" height="200px">
<p>I can Design your Websites with the latest technology. My main focus are Content, Design & Typography for the website which works on all Devices.</p>
</div>
<hr>
</div>
<div class="contact">
<img src="images/phone.gif" alt="phone" height="100px">
<h2>Get In Touch</h2>
<h3>If you are good at programing.</h3>
<a class="btn" href="mailto:vanshgarg5507@gmail.com"> Contact Me</a>
</div>
<div class="bottom">
<a class="footer-link" href="https://www.whatsapp.com/"target="main"><u>whatsapp</u> </a>
<a class="footer-link" href="https://instagram.com/" target="main"> <u>instagram </u></a>
<p class="COPY-RIGHT">© 2022 VANSH GARG.</p>
</div>
</body>
</html>