-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 1.48 KB
/
Copy pathindex.html
File metadata and controls
40 lines (38 loc) · 1.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/style.css">
<title>Aaron's JS Projects</title>
</head>
<body>
<div class="container">
<div class="container">
<header>
<h2>Aaron's JS Projects</h2>
</header>
</div>
<div class="projects">
<div class="container inner">
<h3>Drum Kits</h3>
<ul>
<li><a href="01-js-drum-kit/index.html" alt="Old MacDonald drum kit">Old MacDonald Drum Kit</a></li>
<li><a href="01-its-corn-drum-kit/index.html" alt="It's Corn drum kit">It's Corn Drum Kit</a></li>
</ul>
</div>
<div class="container inner">
<h3>Other Projects</h3>
<ul>
<li><a href="02-js-css-clock/index.html" alt="js and css clock">JS + CSS Clock</a></li>
<li><a href="03-CSS Variables/index.html" alt="css variables">CSS Variables</a></li>
<li><a href="05-Flex Panel Gallery/index.html" alt="Flex Panel Gallery">Dirty Dozen Fruits & Vegetables</a></li>
<li><a href="06-Type Ahead/index.html" alt="Food Allergens">Food Allergens Search</a></li>
<li><a href="08-Fun with HTML5 Canvas/index.html" alt="Pictionary">Quick, Draw</a></li>
<li><a href="10-Hold Shift and Check Checkboxes/index.html" alt="Checkboxes">Checkboxes (Work In Progress)</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>