-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (32 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>cover page</title>
<link rel="stylesheet" href="cover.css">
</head>
<body>
<header class="header">
<a href="#" class="logo">Home</a>
<nav class="navbar">
<a href="aboutMe.html">About</a>
<a href="experience.html">Experience</a>
<a href="work.html">Work</a>
<a href="contactMe.html">Contact</a>
</nav>
</header>
<div class="parents">
<img src="chimi.jpg" alt="">
<h1>Hey There,</h1>
<h2 style="padding-bottom: 2%;">I'm Chimi GYeltshen</h2>
<h3 style="padding-bottom: 2%;">"Welcome to our web page – your gateway <br>
to a world of information and inspiration!"</h2>
<p>I am presently enrolled in the pursuit of my Bachelor's Degree in <br>
Software Engineering at the College of Science and Technology, which <br>
is under the aegis of the Royal University of Bhutan (RUB). I extend a <br>
warm welcome to you as you visit my online presence, and I'mdelighted <br>
that you have chosen to join me here.</p>
</div>
</body>
</html>