-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (34 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Govinda Shrestha</title>
<link rel="shortcut icon" href="icons/favicon.ico">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Sacramento&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&display=swap" rel="stylesheet">
</head>
<body>
<div class="header">
<img class="robot" src="images/robot.png" alt="robot.png">
<h1>I'm Govinda</h1>
<h2>Programmer</h2>
<img class="laptop" src="images/laptop.png" alt="laptop.jpg">
<img class="controlpic" src="images/info-center.png" alt="info-center.png">
</div>
<div class="intro">
<img class="profile-image" src="images/profile.png" alt="profile.png">
<h2>Hello</h2>
</div>
<div class="experience">
<h2>Experiences</h2>
</div>
<div class="skill">
<h2>Skills</h2>
</div>
<div class="contact">
</div>
</body>
</html>