-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
374 lines (317 loc) · 15.8 KB
/
index.html
File metadata and controls
374 lines (317 loc) · 15.8 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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<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="stylesheet" href="main/css/styles.css">
<title>50 JavaScript Projects in 50 Days</title>
</head>
<body>
<div class="projects">
<h1>50 JavaScript Projects</h1>
<div class="projects__list">
<a href="https://carla-ng.github.io/50-javascript-projects/01-expanding-cards/index.html">
<div class="projects__list-image">
<img src="assets/images/01.jpg" alt="Expanding Cards">
</div>
<h4>Expanding Cards</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/02-progress-steps/index.html">
<div class="projects__list-image">
<img src="assets/images/02.jpg" alt="Progress Steps">
</div>
<h4>Progress Steps</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/03-rotating-navigation/index.html">
<div class="projects__list-image">
<img src="assets/images/03.jpg" alt="Rotating Navigation">
</div>
<h4>Rotating Navigation</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/04-hidden-search-widget/index.html">
<div class="projects__list-image">
<img src="assets/images/04.jpg" alt="Hidden Search Widget">
</div>
<h4>Hidden Search Widget</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/05-blurry-loading/index.html">
<div class="projects__list-image">
<img src="assets/images/05.jpg" alt="Blurry Loading">
</div>
<h4>Blurry Loading</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/06-scroll-animation/index.html">
<div class="projects__list-image">
<img src="assets/images/06.jpg" alt="Scroll Animation">
</div>
<h4>Scroll Animation</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/07-split-landing-page/index.html">
<div class="projects__list-image">
<img src="assets/images/07.jpg" alt="Split Landing Page">
</div>
<h4>Split Landing Page</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/08-form-wave-animation/index.html">
<div class="projects__list-image">
<img src="assets/images/08.jpg" alt="Form Wave Animation">
</div>
<h4>Form Wave Animation</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/09-sound-board/index.html">
<div class="projects__list-image">
<img src="assets/images/09.jpg" alt="Sound Board">
</div>
<h4>Sound Board</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/10-dad-jokes/index.html">
<div class="projects__list-image">
<img src="assets/images/10.jpg" alt="Dad Jokes">
</div>
<h4>Dad Jokes</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/11-event-keycodes/index.html">
<div class="projects__list-image">
<img src="assets/images/11.jpg" alt="Event KeyCodes">
</div>
<h4>Event KeyCodes</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/12-faq-collapse/index.html">
<div class="projects__list-image">
<img src="assets/images/12.jpg" alt="FAQ Collapse">
</div>
<h4>FAQ Collapse</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/13-random-choice-picker/index.html">
<div class="projects__list-image">
<img src="assets/images/13.jpg" alt="Random Choice Picker">
</div>
<h4>Random Choice Picker</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/14-animated-nav/index.html">
<div class="projects__list-image">
<img src="assets/images/14.jpg" alt="Animated Nav">
</div>
<h4>Animated Nav</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/15-incrementing-counter/index.html">
<div class="projects__list-image">
<img src="assets/images/15.jpg" alt="Incrementing Counter">
</div>
<h4>Incrementing Counter</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/16-drink-water/index.html">
<div class="projects__list-image">
<img src="assets/images/16.jpg" alt="Drink Water">
</div>
<h4>Drink Water</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/17-movie-app/index.html">
<div class="projects__list-image">
<img src="assets/images/17.jpg" alt="Movie App">
</div>
<h4>Movie App</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/18-background-slider/index.html">
<div class="projects__list-image">
<img src="assets/images/18.jpg" alt="Background Slider">
</div>
<h4>Background Slider</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/19-theme-clock/index.html">
<div class="projects__list-image">
<img src="assets/images/19.jpg" alt="Theme Clock">
</div>
<h4>Theme Clock</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/20-button-ripple-effect/index.html">
<div class="projects__list-image">
<img src="assets/images/20.jpg" alt="Button Ripple Effect">
</div>
<h4>Button Ripple Effect</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/21-drag-n-drop/index.html">
<div class="projects__list-image">
<img src="assets/images/21.jpg" alt="Drag n Drop">
</div>
<h4>Drag n Drop</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/22-drawing-app/index.html">
<div class="projects__list-image">
<img src="assets/images/22.jpg" alt="Drawing App">
</div>
<h4>Drawing App</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/23-kinetic-css-loader/index.html">
<div class="projects__list-image">
<img src="assets/images/23.jpg" alt="Kinetic CSS Loader">
</div>
<h4>Kinetic CSS Loader</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/24-content-placeholder/index.html">
<div class="projects__list-image">
<img src="assets/images/24.jpg" alt="Content Placeholder">
</div>
<h4>Content Placeholder</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/25-sticky-navigation/index.html">
<div class="projects__list-image">
<img src="assets/images/25.jpg" alt="Sticky Navigation">
</div>
<h4>Sticky Navigation</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/26-double-vertical-slider/index.html">
<div class="projects__list-image">
<img src="assets/images/26.jpg" alt="Double Vertical Slider">
</div>
<h4>Double Vertical Slider</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/27-toast-notification/index.html">
<div class="projects__list-image">
<img src="assets/images/27.jpg" alt="Toast Notification">
</div>
<h4>Toast Notification</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/28-github-profiles/index.html">
<div class="projects__list-image">
<img src="assets/images/28.jpg" alt="Github Profiles">
</div>
<h4>Github Profiles</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/29-double-click-heart/index.html">
<div class="projects__list-image">
<img src="assets/images/29.jpg" alt="Double Click Heart">
</div>
<h4>Double Click Heart</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/30-auto-text-effect/index.html">
<div class="projects__list-image">
<img src="assets/images/30.jpg" alt="Auto Text Effect">
</div>
<h4>Auto Text Effect</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/31-password-generator/index.html">
<div class="projects__list-image">
<img src="assets/images/31.jpg" alt="Password Generator">
</div>
<h4>Password Generator</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/32-good-cheap-fast/index.html">
<div class="projects__list-image">
<img src="assets/images/32.jpg" alt="Good, Cheap, Fast">
</div>
<h4>Good, Cheap, Fast</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/33-notes-app/index.html">
<div class="projects__list-image">
<img src="assets/images/33.jpg" alt="Notes App">
</div>
<h4>Notes App</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/34-animated-countdown/index.html">
<div class="projects__list-image">
<img src="assets/images/34.jpg" alt="Animated Countdown">
</div>
<h4>Animated Countdown</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/35-image-carousel/index.html">
<div class="projects__list-image">
<img src="assets/images/35.jpg" alt="Image Carousel">
</div>
<h4>Image Carousel</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/36-hoverboard/index.html">
<div class="projects__list-image">
<img src="assets/images/36.jpg" alt="Hoverboard">
</div>
<h4>Hoverboard</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/37-pokedex/index.html">
<div class="projects__list-image">
<img src="assets/images/37.jpg" alt="Pokédex">
</div>
<h4>Pokédex</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/38-mobile-tab-navigation/index.html">
<div class="projects__list-image">
<img src="assets/images/38.jpg" alt="Mobile Tab Navigation">
</div>
<h4>Mobile Tab Navigation</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/39-password-strength-background/index.html">
<div class="projects__list-image">
<img src="assets/images/39.jpg" alt="Password Strength Background">
</div>
<h4>Password Strength Background</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/40-3D-background-boxes/index.html">
<div class="projects__list-image">
<img src="assets/images/40.jpg" alt="3D Background Boxes">
</div>
<h4>3D Background Boxes</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/41-verify-account-ui/index.html">
<div class="projects__list-image">
<img src="assets/images/41.jpg" alt="Verify Account UI">
</div>
<h4>Verify Account UI</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/42-live-user-filter/index.html">
<div class="projects__list-image">
<img src="assets/images/42.jpg" alt="Live User Filter">
</div>
<h4>Live User Filter</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/43-feedback-ui-design/index.html">
<div class="projects__list-image">
<img src="assets/images/43.jpg" alt="Feedback UI Design">
</div>
<h4>Feedback UI Design</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/44-custom-range-slider/index.html">
<div class="projects__list-image">
<img src="assets/images/44.jpg" alt="Custom Range Slider">
</div>
<h4>Custom Range Slider</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/45-netflix-navigation/index.html">
<div class="projects__list-image">
<img src="assets/images/45.jpg" alt="Netflix Navigation">
</div>
<h4>Netflix Navigation</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/46-quiz-app/index.html">
<div class="projects__list-image">
<img src="assets/images/46.jpg" alt="Quiz App">
</div>
<h4>Quiz App</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/47-testimonial-box-switcher/index.html">
<div class="projects__list-image">
<img src="assets/images/47.jpg" alt="Testimonial Box Switcher">
</div>
<h4>Testimonial Box Switcher</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/48-random-image-feed/index.html">
<div class="projects__list-image">
<img src="assets/images/48.jpg" alt="Random Image Feed">
</div>
<h4>Random Image Feed</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/49-todo-list/index.html">
<div class="projects__list-image">
<img src="assets/images/49.jpg" alt="To-do List">
</div>
<h4>To-do List</h4>
</a>
<a href="https://carla-ng.github.io/50-javascript-projects/50-insect-catch-game/index.html">
<div class="projects__list-image">
<img src="assets/images/50.jpg" alt="Insect Catch Game">
</div>
<h4>Insect Catch Game</h4>
</a>
</div>
</div>
</body>
</html>