-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspace.html
More file actions
52 lines (44 loc) · 1.64 KB
/
Copy pathspace.html
File metadata and controls
52 lines (44 loc) · 1.64 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
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Corie Bain | Software Developer</title>
<link rel="stylesheet" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Changa+One:400,400i|Open+Sans:400,400i,700,700i,800" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
</head>
<body>
<header>
<a href = "index.html" id="logo">
<img src="Images/flag.png" alt="" align="left">
<h1>Corie Bain</h1>
<h2>Software Developer</h2>
</a>
<nav>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="moreprojects.html" >More Projects</a></li>
<li><a href="about.html" >About Me</a></li>
<li><a href="contact.html">Contact Me</a></li>
<li><a href="robot.html">Website AI</a></li>
</ul>
</nav>
</header>
<div id ="wrapper">
<section>
<img src="Images/space.jpg" alt="Space" >
<p>
This project retrieves the location of the International Space Station constantly using the API.
</p>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.9/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.9/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.9/addons/p5.sound.min.js"></script>
<script src="JavaScript/sketch2.js"></script>
</section>
<footer>
</footer>
</div>
</body>
</html>