-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (41 loc) · 1.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Tilak Thapa</title>
<link
rel="shortcut icon"
href="https://www.jrtilak.dev/_next/image?url=%2Fimages%2Favatar.png&w=640&q=75"
type="image/x-icon"
/>
</head>
<body>
<!-- header -->
<header class="header">
<a class="my-name" href="">Tilak.</a>
<nav class="navbar">
<a href=""> Home </a>
<a href=""> Projects </a>
<a href=""> Contact </a>
</nav>
</header>
<!-- hero section -->
<section class="hero-section">
<div class="left-side">
<h2>I am Tilak Thapa</h2>
<p>Student</p>
<p>
I am a web designer and developer. I have a passion for web design and
love to create for web and mobile devices.
</p>
<a href=""> Contact Me! </a>
</div>
<img
src="https://www.jrtilak.dev/_next/image?url=%2Fimages%2Favatar.png&w=640&q=75"
alt=""
/>
</section>
</body>
</html>