-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
221 lines (216 loc) · 8.71 KB
/
index.html
File metadata and controls
221 lines (216 loc) · 8.71 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image"
content="https://res.cloudinary.com/wesbos/image/fetch/w_700,q_auto,f_auto/https://courses.wesbos.com/images/JS3-social-share.png" />
<meta property="og:title" content="JavaScript30 challenge attempted by RichoDainino" />
<meta property="og:site_name" content="Richo's JavaScript30" />
<meta property="og:type" content="Website" />
<meta property="og:description" content="List of projects that I've built" />
<title>JavaScript30 Challenge</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" type="image/x-icon" href="image/favicon.png" />
</head>
<body>
<div class="container">
<header>
<h1>
<a href="https://javascript30.com/" style="color: black" target="_blank">
JavaScript30
</a>
</h1>
<span class="name">
attempt by
<a href="https://www.linkedin.com/in/made-rianja-richo-dainino-29b48a205/" target="_blank">RichoDainino</a>
</span>
</header>
<main>
<ol>
<li class="done">
<a href="./01 - JavaScript Drum Kit/" style="text-decoration: none" class="tooltip">
JS Drum Kit
<span class="tooltiptext">28<sup>th</sup> December 2021</span>
</a>
</li>
<li class="done">
<a href="./02 - JS and CSS Clock/" style="text-decoration: none" class="tooltip">
JS and CSS Clock
<span class="tooltiptext">29<sup>th</sup> December 2021</span>
</a>
</li>
<li class="done">
<a href="./03 - CSS Variables/" style="text-decoration: none" class="tooltip">
CSS Variables
<span class="tooltiptext">30<sup>th</sup> December 2021</span>
</a>
</li>
<li class="done">
<a href="./04 - Array Cardio Day 1/" style="text-decoration: none" class="tooltip">
Array Cardio Day 1
<span class="tooltiptext">31<sup>st</sup> December 2021</span>
</a>
</li>
<li class="done">
<a href="./05 - Flex Panel Gallery/" style="text-decoration: none" class="tooltip">
Flex Panel Gallery
<span class="tooltiptext">1<sup>st</sup> January 2022 🎉</span>
</a>
</li>
<li class="done">
<a href="./06 - Type Ahead/" style="text-decoration: none" class="tooltip">
Type Ahead
<span class="tooltiptext">2<sup>nd</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./07 - Array Cardio Day 2/" style="text-decoration: none" class="tooltip">
Array Cardio Day 2
<span class="tooltiptext">3<sup>rd</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./08 - Fun with HTML5 Canvas/" style="text-decoration: none" class="tooltip">
HTML5 Canvas
<span class="tooltiptext">4<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./09 - Dev Tools Domination/" style="text-decoration: none" class="tooltip">
Dev Tools Domination
<span class="tooltiptext">5<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./10 - Hold Shift and Check Checkboxes/" style="text-decoration: none" class="tooltip">
Hold Shift and Check Checkboxes
<span class="tooltiptext">6<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./11 - Custom Video Player/" style="text-decoration: none" class="tooltip">
Custom Video Player
<span class="tooltiptext">7<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./12 - Key Sequence Detection/" style="text-decoration: none" class="tooltip">
Key Sequence Detection
<span class="tooltiptext">8<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./13 - Slide in on Scroll/" style="text-decoration: none" class="tooltip">
Slide in on Scroll
<span class="tooltiptext">9<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./14 - JavaScript References VS Copying/" style="text-decoration: none" class="tooltip">
JS References VS Copying
<span class="tooltiptext">10<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./15 - Local Storage/" style="text-decoration: none" class="tooltip">
Local Storage
<span class="tooltiptext">11<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./16 - Mouse Move Shadow/" style="text-decoration: none" class="tooltip">
Mouse Move Shadow
<span class="tooltiptext">13<sup>th</sup> January 2022 🙁</span>
</a>
</li>
<li class="done">
<a href="./17 - Sort Without Articles/" style="text-decoration: none" class="tooltip">
Sort Without Articles
<span class="tooltiptext">13<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./18 - Adding Up Times with Reduce/" style="text-decoration: none" class="tooltip">
Adding Up Times with Reduce
<span class="tooltiptext">14<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./19 - Webcam Fun/" style="text-decoration: none" class="tooltip">
Webcam Fun
<span class="tooltiptext">15<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./20 - Speech Detection/" style="text-decoration: none" class="tooltip">
Speech Detection
<span class="tooltiptext">16<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./21 - Geolocation/" style="text-decoration: none" class="tooltip">
Geolocation
<span class="tooltiptext">17<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./22 - Follow Along Link Highlighter/" style="text-decoration: none" class="tooltip">
Follow Along Link Highlighter
<span class="tooltiptext">18<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./23 - Speech Synthesis/" style="text-decoration: none" class="tooltip">
Speech Synthesis
<span class="tooltiptext">19<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./24 - Sticky Nav/" style="text-decoration: none" class="tooltip">
Sticky Nav
<span class="tooltiptext">20<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./25 - Event Capture, Propagation, Bubbling and Once/" style="text-decoration: none" class="tooltip">
Event Capture, Propagation, Bubbling and Once
<span class="tooltiptext">21<sup>st</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./26 - Stripe Follow Along Nav/" style="text-decoration: none" class="tooltip">
Stripe Follow Along Nav
<span class="tooltiptext">22<sup>nd</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./27 - Click and Drag/" style="text-decoration: none" class="tooltip">
Click and Drag
<span class="tooltiptext">23<sup>rd</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./28 - Video Speed Controller/" style="text-decoration: none" class="tooltip">
Video Speed Controller
<span class="tooltiptext">24<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./29 - Countdown Timer/" style="text-decoration: none" class="tooltip">
Countdown Timer
<span class="tooltiptext">25<sup>th</sup> January 2022</span>
</a>
</li>
<li class="done">
<a href="./30 - Whack A Mole/" style="text-decoration: none" class="tooltip">
Whack a Mole
<span class="tooltiptext">26<sup>th</sup> January 2022 🔥</span>
</a>
</li>
</ol>
</main>
</div>
<script src=""></script>
</body>
</html>