-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (41 loc) · 1.98 KB
/
index.html
File metadata and controls
43 lines (41 loc) · 1.98 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">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>javascript30 | challenge </title>
</head>
<body>
<ul>
<a href="01"><li>JavaScript Drum Kit</li></a>
<a href="02"><li>JS and CSS Clock</li></a>
<a href="03"><li>CSS Variables</li></a>
<a href="04"><li>Array Cardio Day 1</li></a>
<a href="05"><li>Flex Panel Gallery</li></a>
<a href="06"><li>Ajax Type Ahead</li></a>
<a href="07"><li>Array Cardio Day 2</li></a>
<a href="08"><li>Fun with HTML5 Canvas</li></a>
<a href="09"><li>14 Must Know Dev Tools Tricks</li></a>
<a href="10"><li>Hold Shift to Check Multiple Checkboxes</li></a>
<a href="11"><li>Custom HTML5 Video Player</li></a>
<a href="12"><li>Key Sequence Detection (KONAMI CODE)</li></a>
<a href="13"><li>Slide In on Scroll</li></a>
<a href="14"><li>Object and Arrays - Reference VS Copy</li></a>
<a href="15"><li>LocalStorage and Event Delegation</li></a>
<a href="16"><li>CSS Text Shadow Mouse Move Effect</li></a>
<a href="17"><li>Sorting Band Names without articles</li></a>
<a href="18"><li>Tally String Times with Reduce</li></a>
<a href="21"><li>Geolocation based Speedometer and Compass</li></a>
<a href="22"><li>Follow Along Links</li></a>
<a href="24"><li>Sticky Nav</li></a>
<a href="25"><li>Event Capture, Propagation, Bubbling and Once</li></a>
<a href="26"><li>Stripe Follow Along Dropdown</li></a>
<a href="27"><li>Click and Drag to Scroll</li></a>
<a href="28"><li>Video Speed Controller UI</li></a>
<a href="29"><li>Countdown Clock</li></a>
<a href="30"><li>Whack A Mole Game</li></a>
</ul>
</body>
</html>