-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (58 loc) · 3.83 KB
/
index.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./assets/favicon.png" type="image/x-icon">
<script src="./js/index.js" type="module" defer></script>r
<title>30 JavaScript Challenges</title>
</head>
<body>
<main>
<h1>30 JavaScript Challenges</h1>
<ul>
<li><a href="./Challenge 1/drumkit.html">#1 - Drumkit</a>
<div class="img"><a href="./Challenge 1/drumkit.html"><img src="./assets/drumkit-preview.jpg" alt="Drumkit Preview"></a></div></li>
<li><a href="./Challenge 2/css-js-clock.html">#2 - CSS + JS Clock</a>
<div class="img"><a href="./Challenge 2/css-js-clock.html"><img src="./assets/clock-preview.jpg" alt="Clock Preview"></a></div></li>
<li><a href="./Challenge 3/CSS-vars.html">#3 - CSS Vars</a>
<div class="img"><a href="./Challenge 3/CSS-vars.html"><img src="./assets/css-var-preview.jpg" alt="CSS Vars and JS preview"></a></div></li>
<li><a href="./Challenge 4/higherorderfunctions.html">#4 - Array Cardio 1</a>
<div class="img"><a href="./Challenge 4/higherorderfunctions.html"><img src="./assets/higheroderfunction-preview.jpg" alt="Higher Order Functions Preview"></a></div></li>
<li><a href="./Challenge 5/flex-panels.html">#5 - Flex Panels Gallery</a>
<div class="img"><a href="./Challenge 5/flex-panels.html"><img src="./assets/flex-gallery-preview.jpg" alt="Flex Gallery Preview"></a></div></li>
<li><a href="./Challenge 6/ajax-type-ahead.html">#6 - Ajax Type Ahead</a>
<div class="img"><a href="./Challenge 6/ajax-type-ahead.html"><img src="./assets/ajax-preview.jpg" alt="Ajax Type Ahead Preview"></a></div></li>
<li><a href="">#7 - Array Cardio 2</a></li>
<li><a href="">#8 - HTML5 and Canvas</a></li>
<li><a href="">#9 - 14 must know Tricks</a></li>
<li><a href="">#10 - Hold shift to multiple check</a></li>
<li><a href="">#11 - Custom HTML5 Video Player</a></li>
<li><a href="">#12 - Key Sequence Detection (KONAMI Code)</a></li>
<li><a href="">#13 - Slide in on scroll</a></li>
<li><a href="">#14 - Object and Arrays - Reference vs Copy</a></li>
<li><a href="">#15 - LocalStorage and Event</a></li>
<li><a href="">#16 - CSS Text Shadow Mouse Move Effect</a></li>
<li><a href="">#17 - Sorting Band Names Without Articles</a></li>
<li><a href="">#18 - Tally String Times With Reduce</a></li>
<li><a href="">#19 - Unreal Webcam Fun</a></li>
<li><a href="">#20 - Native Speech Recognition</a></li>
<li><a href="">#21 - Geolocation based Speedometer and Compass</a></li>
<li><a href="">#22 - Follow Along Links</a></li>
<li><a href="">#23 - Speech Synthesis</a></li>
<li><a href="">#24 - Sticky Nav</a></li>
<li><a href="">#25 - Event Capture, Propagation, Bubbling and Once</a></li>
<li><a href="">#26 - Stripe Follow Along Dropdown</a></li>
<li><a href="">#27 - Click and Drag to Scroll</a></li>
<li><a href="">#28 - Video Speed Controller UI</a></li>
<li><a href="">#29 - Countdown Clock</a></li>
<li><a href="">#30 - Whack a Mole Game</a></li>
</ul>
</main>
</body>
</html>