-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
41 lines (38 loc) · 1.67 KB
/
blog.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>BloodMoonCode - Blog</title>
<link href="https://fonts.googleapis.com/css?family=Teko|Ubuntu&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/media-queries.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="shortcut icon" href="images/icons/blood-moon-icon.png" type="image/x-icon">
</head>
<body style="background-color: black;">
<div class="nav-container">
<div class="nav-blood-moon-logo">
<img src="images/icons/blood-moon-icon.png" alt="Blood-Moon-Logo">
<h2><a href="index.html">Blood<span>Moon</span>Code</a></h2>
</div>
<div class="nav-blood-moon-links">
<div class="blood-moon-links"><a href="index.html">Home</a></div>
<div class="blood-moon-links"><a href="project.html">Projects</a></div>
<div class="blood-moon-links"><a href="blog.html">Blog</a></div>
<div class="blood-moon-links"><a href="contact.html">Contact</a></div>
</div>
<div class="header-tech-syms">
<div class="code-equals-coffee">
<marquee>
<i class="fas fa-mug-hot"></i>
<i class="fas fa-equals"></i>
<i class="fas fa-equals"></i>
<i class="fas fa-code"></i>
</marquee>
</div>
</div>
</div>
</body>
</html>