-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 983 Bytes
/
index.html
File metadata and controls
43 lines (38 loc) · 983 Bytes
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
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.nav {
background-color: #a19788;
font-weight: bold;
font-family: 'Trebuchet MS', sans-serif;
}
.nav li {
display: inline-block;
color: white;
text-align: center;
padding: 15px;
text-decoration: none;
border-radius: 10px;
}
.nva li a:hover {
background-color: #4a646c;
}
</style>
<ul class="nav">
<li><a href="#home">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="#cybersecurity">Cybersecurity</a></li>
<li><a href="documentation">Documentation</a></li>
<li><a href="#technical_writing">Technical Writing</a></li>
</ul>
<title><bdo dir="rtl">Jason Walks's Node</bdo></title>
<link rel="icon" type="image/x-icon" href="">
</head>
<body>
</body>
<footer>
</footer>
</html>