-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (57 loc) · 2.68 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
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Varun Punia - a web designer & developer</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="icon" href="favicon.ico">
<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-container">
<img class="top-cloud" src="cloud.png" alt="cloud image">
<h1>I'm Varun.</h1>
<p>
<h2>a web designer .</h2>
</p>
<!--<p>a <span class="web">web</span> designer & developer.</p>-->
<img class="bottom-cloud" src="cloud.png" alt="cloud image">
<img class="mountain" src="mountain.png" alt="mountain images">
</div>
</body>
</html>
<div class="middle-container">
<div class="profile">
<img class="profilephoto" src="boy.png" alt="My profile picture">
<h2>Hi.</h2>
<p>I'm a programmer based in New Delhi, India. I have a passion for coding and love to create new websites and solve DSA questions.</p>
</div>
<hr class="first">
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer" src="coding.png" alt="">
<h3>Web Designer & Developer</h3>
<p>Currently i'm learning full stack web-development. I have made many cool webistes like this. I am also learning other technologies as well. </p>
</div>
<div class="skill-row">
<img class="qualities" src="skills.png" alt="">
<h3>What i can do.</h3>
<p>I have done C++, Data Structures, Algorithms, C, Python, HTML, CSS. I know how to create a good website using the latest technologies available. I also have a good experience in content writing and painting and yeah i'm a good swimmer too! ;-)</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm currently looking for internships and freelance work.</h3>
<p class="hello">If you have a project that you want to get started, think you need my help with something or just fancy saying hey, then get in touch.</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/varun-punia-068841229/">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/v_ar_u_n_11/?hl=en">Instagram</a>
<a class="footer-link" href="https://github.com/VARUN-009">Github</a>
<p class="last">© 2022 Varun Punia. All rights reserved.</p>
</div>