-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (32 loc) · 1.37 KB
/
about.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
<!DOCTYPE html>
<html lang="en_US">
<head>
<meta charset=utf-8>
<title>Malcolm Brooks | About</title>
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="aboutStyles.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=Dosis" 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>
<div id="bioWrap">
<p>Malcolm Brooks was raised in the rural foothills of the California Sierras,
where Gold Rush and Native American artifacts still abound. A carpenter by trade,
he has lived in Montana for most of two decades. His writing has appeared in
Gray’s Sporting Journal, Outside, Sports Afield, and Montana Quarterly, among others.</p>
</div>
<img id="malcolmBear" src="Images/BrooksBearTruckBirds.jpg" alt="Malcolm and bird dog Bear.">
</div>
</body>
</html>