-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (50 loc) · 2.18 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
<!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">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=0.9, user-scalable=0">
<link rel="stylesheet" href="/CSS/style.css">
<link rel="icon" type="image/png" sizes="32x32" href="IMG/android-chrome-192x192.png">
<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=Poppins&family=Righteous&family=Roboto&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<title>Home</title>
</head>
<body>
<header>
<a href="#" class="brand"><span>bahati.</span></a>
<ul class="navbar">
<li><a href="#" class="active">Home</a></li>
<li><a href="/HTML/about.html">About</a></li>
<li><a href="/HTML/work.html">Work</a></li>
<li><a href="/HTML/skills.html">Skills</a></li>
<li><a href="/HTML/blog.html">Blog</a></li>
<li><a href="/HTML/contact.html">Contact</a></li>
</ul>
<div class="main">
<a href="/HTML/contact.html" class="signup">Let's Talk</a>
<div class="bx bx-menu" id="menu-icon"></div>
</div>
</header>
<main>
<div class="content">
<img src="IMG/tiny.png" class="img" alt="Bahati Yves">
<div class="title">
<p>
Hello, 👋🏾 <br>
I'm <span class="name">Bahati yves,</span><br>
Software Developer <br>
<span class="address"><cite>Kigali, Rwanda</cite></span><br>
<button class="resume"><a href="IMG/Resume.pdf" target="_blank">RESUME</a></button>
</p>
</div>
</div>
</main>
<script src="/JS/index.js" defer></script>
</body>
</html>