-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.82 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eman's P5 Sketchbook</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.26/Tone.js" onload="onToneLoaded()"></script>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<header>
Welcome to Emans's my P5 Art Sketchbook for CSC-2463
</header>
<header class="header">by Emmanuel Ejim</header>
<header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li>
<a href="#art">Art</a>
<ul class="dropdown-menu">
<li><a href="./Project_1/index.html">Art 1</a></li>
<li><a href="./Project_2/index.html">Art 2</a></li>
<li><a href="./Project_3/index.html">Art 3</a></li>
<li><a href="./Project_4/index.html">Art 4</a></li>
<li><a href="./Project_5/index.html">Art 5</a></li>
<li><a href="./Project_6/index.html">Art 6</a></li>
<li><a href="./Project_7/index.html">Art 7</a></li>
<li><a href="./Project_9/index.html">Audrino I/O w/ p5</a></li>
<li><a href="./Project_8/index.html">Bug Squish v2.0</a></li>
<li><a href="./Project_10/index.html">Eman's Cyclone!</a></li>
<li><a href="../Project_10-JoyPad/index.html">Cyclone-JoyPad</a></li>
</ul>
</li>
<li><a href="#preDevelopment"><i>Work in Progress</i></a></li>
</ul>
</nav>
</header>
<div class="container">
<!-- <div class="codeContainer"><script src="sketch.js"></script></div> -->
</div>
</body>