-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
32 lines (31 loc) · 1.21 KB
/
contact.html
File metadata and controls
32 lines (31 loc) · 1.21 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
<!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 rel="stylesheet" type="text/css" href="contact.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>
<div class="contactWrapper">
<h2>Books, United States/Canada</h2>
<h3><a target="_blank" href="mailto:kkim@janklow.com">Kirby Kim, Janklow & Nesbit Associates</a></h3>
<h2>Television/Film</h2>
<h3><a target="_blank" href="mailto:richmanj@unitedtalent.com">Jason Richman, United Talent Agency</a></h3>
</div>
</div>
</body>
</html>