-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloudmaker.html
More file actions
28 lines (27 loc) · 1.02 KB
/
cloudmaker.html
File metadata and controls
28 lines (27 loc) · 1.02 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
<!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="cloudmaker.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>
<h2>Introducing Cloudmaker</h2>
<img id="cloudmakerLogo" src="Images/cloudmakerLogoCrop.png" alt="Cloudmaker Logo">
</div>
</body>
</html>