-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoastal.html
More file actions
42 lines (42 loc) · 1.59 KB
/
coastal.html
File metadata and controls
42 lines (42 loc) · 1.59 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
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nathaniel Griffin</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<h1>CLASSES I HAVE TAKEN</h1>
<nav>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="npgriffin.html" >About Me</a></li>
</ul>
</nav>
</header>
<aside>
<!--Content links go here-->
<nav><br /> <br /><br /> <br />
<div class="round-button">
<div class="round-button-circle">
<a href="http://hubblesite.org/" class="round-button" target="_blank"><img src="images/Hubble.png" alt="Picture the Hubble Telescope">Hubble Site</a></div></div>
<div class="round-button">
<div class="round-button-circle">
<a href="http://www.spacex.com/" class="round-button" target="_blank"><img src="images/SpaceX.png" alt="Picture of Falcon 9 Landing On Drone">Space X</a></div></div>
<div class="round-button">
<div class="round-button-circle">
<a href="http://www.space.com/" class="round-button" target="_blank"><img src="images/spacedotcom.png" alt="Picture of SpaceDotCom Logo">Space Dot Com</a></div></div>
<div class="round-button">
<div class="round-button-circle">
<a href="http://amazingspace.org/" class="round-button" target="_blank"><img src="images/AmazingSpace.png" alt="Picture of Amazing Space Logo">Amazing Space</a></div></div>
</nav>
</aside>
<div id="main">
<!--What goes here?-->
</div>
<footer>
© 2017
</footer>
</body>
</html>