-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 1.38 KB
/
index.html
File metadata and controls
28 lines (27 loc) · 1.38 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">
<head>
<meta charset="UTF-8">
<title>JavaScript30</title>
</head>
<body>
<h1>#JavaScript30 Challenge</h1>
<ol>
<li><a href="./01-javascript-drum-kit/index.html">JavaScript Drum Kit</a></li>
<li><a href="./02-js-and-css-clock/index.html">JS + CSS Clock</a></li>
<li><a href="./03-css-variables/index.html">Scoped CSS Variables and JS</a></li>
<li><a href="./04-array-cardio-day-1/index.html">Array Cardio 💪</a></li>
<li><a href="./05-flex-panel-gallery/index.html">Flex Panels 💪</a></li>
<li><a href="./06-type-ahead/index.html">Type Ahead 👀</a></li>
<li><a href="./07-array-cardio-day-2/index.html">Array Cardio 💪💪</a></li>
<li><a href="./08-fun-with-html5-canvas/index.html">HTML5 Canvas</a></li>
<li><a href="./09-dev-tools-domination/index.html">Console Tricks!</a></li>
<li><a href="./10-hold-shift-and-check-checkboxes/index.html">Hold Shift to Check Multiple Checkboxes</a></li>
<li><a href="./11-custom-video-player/index.html">HTML Video Player</a></li>
<li><a href="./12-key-sequence-detection/index.html">Key Detection</a></li>
<li><a href="./13-slide-in-on-scroll/index.html">Slide in on Scroll</a></li>
<li><a href="./14-javascript-references-vs-copying/index.html">JS Reference VS Copy</a></li>
<li><a href="./15-localstorage/index.html">LocalStorage</a></li>
</ol>
</body>
</html>