-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_html.html
47 lines (43 loc) · 2.52 KB
/
index_html.html
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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<ul>
<li><a href="./01 - JavaScript Drum Kit/">01 - JavaScript Drum Kit</a></li>
<li><a href="./02 - JS and CSS Clock/">02 - JS and CSS Clock</a></li>
<li><a href="./03 - CSS Variables/">/03 - CSS Variables</a></li>
<li><a href="./04 - Array Cardio Day 1/">04 - Array Cardio Day 1</a></li>
<li><a href="./05 - Flex Panel Gallery/">05 - Flex Panel Gallery</a></li>
<li><a href="./06 - Type Ahead/">06 - Type Ahead</a></li>
<li><a href="./07 - Array Cardio Day 2/">07 - Array Cardio Day 2</a></li>
<li><a href="./08 - Fun with HTML5 Canvas/">08 - Fun with HTML5 Canvas</a></li>
<li><a href="./09 - Dev Tools Domination/">09 - Dev Tools Domination</a></li>
<li><a href="./10 - Hold Shift and Check Checkboxes/">10 - Hold Shift and Check Checkboxes</a></li>
<li><a href="./11 - Custom Video Player/">11 - Custom Video Player</a></li>
<li><a href="./12 - Key Sequence Detection/">12 - Key Sequence Detection</a></li>
<li><a href="./13 - Slide in on Scroll/">13 - Slide in on Scroll</a></li>
<li><a href="./14 - JavaScript References VS Copying/">14 - JavaScript References VS Copying</a></li>
<li><a href="./15 - LocalStorage/">15 - LocalStorage</a></li>
<li><a href="./16 - Mouse Move Shadow/">16 - Mouse Move Shadow</a></li>
<li><a href="./17 - Sort Without Articles/">17 - Sort Without Articles</a></li>
<li><a href="./18 - Adding Up Times with Reduce/">18 - Adding Up Times with Reduce</a></li>
<li><a href="./19 - Webcam Fun/">19 - Webcam Fun</a></li>
<li><a href="./20 - Speech Detection/">20 - Speech Detection</a></li>
<li><a href="./21 - Geolocation/">21 - Geolocation</a></li>
<li><a href="./22 - Follow Along Link Highlighter/">22 - Follow Along Link Highlighter</a></li>
<li><a href="./23 - Speech Synthesis/">23 - Speech Synthesis</a></li>
<li><a href="./24 - Sticky Nav/">24 - Sticky Nav</a></li>
<li><a href="./25 - Event Capture, Propagation, Bubbling and Once/">25 - Event Capture, Propagation, Bubbling and Once</a></li>
<li><a href="./26 - Stripe Follow Along Nav/">26 - Stripe Follow Along Nav</a></li>
<li><a href="./27 - Click and Drag/">27 - Click and Drag</a></li>
<li><a href="./28 - Video Speed Controller/">28 - Video Speed Controller</a></li>
<li><a href="./29 - Countdown Timer/">29 - Countdown Timer</a></li>
<li><a href="./30 - Whack A Mole/">30 - Whack A Mole</a></li>
</ul>
<!-- Leave this here! It renders the review buttons -->
<script src='./evaluation/init.js'></script>
</head>
<body>
</body>
</html>