-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.22 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.22 KB
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">
<head>
<meta charset="UTF-8">
<title>home</title>
<link rel="stylesheet" href="assets/style/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css">
</head>
<body>
<nav id="navbar">
<ul>
<li class="blood"><a href="#">home</a></li>
<li class="blood"><a href="#">about</a></li>
<li class="blood"><a href="#">resume</a></li>
<li class="blood"><a href="#">services</a></li>
<li class="blood"><a href="#">portfolio</a></li>
<li class="blood"><a href="#"> Dropdown <select></select></a>
</li>
<li class="blood"><a href="#">Contact</a></li>
<li class="blood"><a href="#"><button id="heaven">Get Started</button></li>
</ul>
</nav>
<h2 id="craftivo">Craftivo</h2>
<section>
<h1 id="grays">Hi, I'm Alex Morgan</h1>
<p id="job">I'm a <span class="jam">Developer</span></p>
</section>
<div class="icons">
<a href="#"><i class="fa-brands fa-twitter"></i></a>
<a href="#"><i class="fa-brands fa-facebook"></i></a>
<a href="#"><i class="fa-brands fa-instagram"></i></a>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
</div>
</body>
</html>