-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (48 loc) · 1.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nh0rt.dev | Front-End Dev</title>
<link rel="stylesheet" href="assets/index.css">
<link rel="stylesheet" href="assets/reset.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=Cinzel&family=Geo:ital@0;1&family=Press+Start+2P&family=Quantico:ital,wght@0,400;0,700;1,400;1,700&family=Space+Mono&display=swap" rel="stylesheet">
</head>
<body>
<header>
<div class="headerBg_wrapper">
<div class="logo_wrapper">
<img src="assets/nh0rtlogo.png">
</div>
<h1>nh0rt<span>.dev</span></h1>
</div>
</header>
<div class="nav_wrapper">
<nav class="main_nav">
<a href="#aboutMe">About me</a>
<a href="#projects">Projects</a>
<a href="#skills">Skills</a>
</nav>
</div>
<section id="aboutMe" class="sectionbase">
<h2>About nh0rt.dev</h2>
<p>
Coming Soon.
</p>
</section>
<main id="projects" class="sectionbase">
<h2> My Projects</h2>
<p>
Coming soon.
</p>
</main>
<section id="skills" class="sectionbase">
<h2>My Skills</h2>
<p>
Coming Soon.
</p>
</section>
</body>
</html>