-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (26 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset=utf-8>
<title>Malcolm Brooks | Author Website</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link href="https://fonts.googleapis.com/css?family=Julius+Sans+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Notable" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nova+Script&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1 id="name"><a href="index.html">Malcolm<br>Brooks</a></h1>
</header>
<div id="contentWrapper">
<ul id="navWrap">
<li><a href=titles.html>TITLES</a></li>
<li><a href=about.html>ABOUT</a></li>
<li><a href=archives.html>ARCHIVES</a></li>
<li><a href=contact.html>CONTACT</a></li>
</ul>
<p id="blurb">“Brooks, a carpenter by trade, is a rigorous, top-notch craftsman of prose, abiding by the old adage, measure twice, cut once. . .” <span class="author"><br>—Orion</span></p>
</div>
<img id="logo" src="Images/Flathead Logo Cutout Cropped.png" alt="Website logo">
</body>
</html>