forked from wesbos/JavaScript30
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·43 lines (41 loc) · 2.73 KB
/
index.html
File metadata and controls
executable file
·43 lines (41 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en/index.html">
<head>
<meta charset="UTF-8/index.html">
<title>Project Index</title>
</head>
<body>
<ul>
<li><a href="01--JavaScript_Drum_Kit/index.html">01 - JavaScript Drum Kit</a></li>
<li><a href="02--JS_CSS_Clock/index.html">02 - JS + CSS Clock</a></li>
<li><a href="03--CSS_Variables/index.html">03 - CSS Variables</a></li>
<li><a href="04--Array_Cardio_Day_1/index.html">04 - Array Cardio Day 1</a></li>
<li><a href="05--Flex_Panel_Gallery/index.html">05 - Flex Panel Gallery</a></li>
<li><a href="06--Type_Ahead/index.html">06 - Type Ahead</a></li>
<li><a href="07--Array_Cardio_Day_2/index.html">07 - Array Cardio Day 2</a></li>
<li><a href="08--Fun_with_HTML5_Canvas/index.html">08 - Fun with HTML5 Canvas</a></li>
<li><a href="09--Dev_Tools_Domination/index.html">09 - Dev Tools Domination</a></li>
<li><a href="10--Hold_Shift_and_Check_Checkboxes/index.html">10 - Hold Shift and Check Checkboxes</a></li>
<li><a href="11--Custom_Video_Player/index.html">11 - Custom Video Player</a></li>
<li><a href="12--Key_Sequence_Detection/index.html">12 - Key Sequence Detection</a></li>
<li><a href="13--Slide_in_on_Scroll/index.html">13 - Slide in on Scroll</a></li>
<li><a href="14--JavaScript_References_VS_Copying/index.html">14 - JavaScript References VS Copying</a></li>
<li><a href="15--LocalStorage/index.html">15 - LocalStorage</a></li>
<li><a href="16--Mouse_Move_Shadow/index.html">16 - Mouse Move Shadow</a></li>
<li><a href="17--Sort_Without_Articles/index.html">17 - Sort Without Articles</a></li>
<li><a href="18--Adding_Up_Times_with_Reduce/index.html">18 - Adding Up Times with Reduce</a></li>
<li><a href="19--Webcam_Fun/index.html">19 - Webcam Fun</a></li>
<li><a href="20--Speech_Detection/index.html">20 - Speech Detection</a></li>
<li><a href="21--Geolocation/index.html">21 - Geolocation</a></li>
<!-- <li><a href="22--Follow_Along_Link_Highlighter/index.html">22 - Follow Along Link Highlighter</a></li> -->
<!-- <li><a href="23--Speech_Synthesis/index.html">23 - Speech Synthesis</a></li> -->
<!-- <li><a href="24--Sticky_Nav/index.html">24 - Sticky Nav</a></li> -->
<!-- <li><a href="25--Event_Capture_Propagation_Bubbling_and_Once/index.html">25 - Event Capture, Propagation, Bubbling and Once</a></li> -->
<!-- <li><a href="26--Stripe_Follow_Along_Nav/index.html">26 - Stripe Follow Along Nav</a></li> -->
<!-- <li><a href="27--Click_and_Drag/index.html">27 - Click and Drag</a></li> -->
<!-- <li><a href="28--Video_Speed_Controller/index.html">28 - Video Speed Controller</a></li> -->
<!-- <li><a href="29--Countdown_Timer/index.html">29 - Countdown Timer</a></li> -->
<!-- <li><a href="30--Whack_A_Mole/index.html">30 - Whack A Mole</a></li> -->
</ul>
</body>
</html>