-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 2.57 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
<!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 style="font-family: monospace; color: blue;">My Personal Site</title>
<link rel="icon" href="images/favicon.ico">
<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=Sacramento&family=Send+Flowers&display=swap" rel="stylesheet">
<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&display=swap" rel="stylesheet">
</head>
<body>
<div class="topcontainer">
<img class="topCloud" src="images\pngwing.com (1).png" alt="mountain" width="12%">
<h1>I am Varun </h1>
<p class="beginner"> A <span><u>beg</u></span>inner </p>
<img class="bottomCloud" src="images\pngwing.com (1).png" alt="mountain" width="12%">
<img src="images\pngwing.com.png" alt="mountain" width="30%">
</div>
<div class="middlecontainer">
<div class="profile">
<img src="images\IMG_20210404_163841-modified (1).png" alt="mypic" class="profilepic">
<h3>Hi. I'm Varun</h3>
<p>I am a CSE student. I am learning Web Development and this is my first work.<b>Thank You</b>
</p>
</div>
<hr>
<div class="skills">
<img src="images\pngwing.com (2).png" alt="skillphoto" class="myskills">
<h3>Skills</h3>
<p> I am a full time free-lancer in the field of content-writing , full stack Development and works as a teacher of Maths and Physics </p>
</div><hr>
<div class="love">
<img src="images\pngwing.com (3).png" alt="snakxxxs" class="snacks">
<h3>My Love</h3>
<p>I am very fond of eating. Although fast food is not good for health but still I eat a lot . But to normalize it's effect I workout hour a day.</p>
</div><hr>
<div class="contact">
<a href="mailto:[email protected]"> <button class="btn" type="button">Contact Me</button></a>
</div>
<div class="bottomcontainer">
<a href="https://www.instagram.com/v_square__/?hl=en" target="_blank"> <img src="images\pngwing.com (4).png" width="20px" alt="insta" > </a>
<p> All copyright reserved 2022</p>
</div>
</div>
</body>
</html>