-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
318 lines (313 loc) · 9.99 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="description"
content="50 Projects: Dive into the world of frontend development with our collection of beginner and intermediate projects. Explore a variety of web development tasks, hone your skills, and embark on your coding journey with us!"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="icon" href="./img/manifest/favicon.png" />
<link rel="apple-touch-icon" href="./img/manifest/apple-touch-icon.png" />
<link rel="manifest" href="./manifest.webmanifest" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles/general.css" />
<link rel="stylesheet" href="./styles/style.css" />
<link rel="stylesheet" href="./styles/queries.css" />
<title>50 projects | Dive into the world of frontend development</title>
</head>
<body>
<main>
<section class="section-hero">
<div class="container">
<h1 class="primary--text">All Projects</h1>
<ul class="project-list ul grid grid-template--3">
<li>
<a href="./Projects/01. Color changer/" class="project-detail">
01. Color changer
</a>
</li>
<li>
<a href="./Projects/02. Random number/" class="project-detail">
02. Random number
</a>
</li>
<li>
<a
href="./Projects/03. Simple calculator/"
class="project-detail"
>
03. Simple calculator
</a>
</li>
<li>
<a
href="./Projects/04. Email landingpage/"
class="project-detail"
>
04. Gmail landingpage
</a>
</li>
<li>
<a
href="./Projects/05. Rock Paper scissors/"
class="project-detail"
>
05. Rock Paper scissors
</a>
</li>
<li>
<a href="./Projects/06. Digital clock/" class="project-detail">
06. Digital clock
</a>
</li>
<li>
<a href="./Projects/07. Music player/" class="project-detail">
07. Music player
</a>
</li>
<li>
<a href="./Projects/08. Weather app/" class="project-detail">
08. Weather app
</a>
</li>
<li>
<a
href="./Projects/09. Styled Website footer/"
class="project-detail"
>
09. Styled footer
</a>
</li>
<li>
<a href="./Projects/10. Calender/" class="project-detail">
10. Calender
</a>
</li>
<li>
<a href="./Projects/11. Pagination/" class="project-detail">
11. Pagination
</a>
</li>
<li>
<a href="./Projects/12. Image Slider/" class="project-detail">
12. Flexed image
</a>
</li>
<li>
<a href="./Projects/13. UI image slider/" class="project-detail">
13. UI image slider
</a>
</li>
<li>
<a href="./Projects/14. FAQ's/" class="project-detail">
14. FAQ's inspiration
</a>
</li>
<li>
<a href="./Projects/15. Pricing page/" class="project-detail">
15. Pricing page Inspiration
</a>
</li>
<li>
<a href="./Projects/16. Review section/" class="project-detail">
16. Testimonial Inspiration
</a>
</li>
<li>
<a href="./Projects/17. Notes App/" class="project-detail">
17. Notes app
</a>
</li>
<li>
<a
href="./Projects/18. Simple To-Do List/"
class="project-detail"
>
18. To-Do List
</a>
</li>
<li>
<a href="./Projects/19. Contact form/" class="project-detail">
19. Contact form
</a>
</li>
<li>
<a href="./Projects/20. Partnership/" class="project-detail">
20. Partnership section
</a>
</li>
<li>
<a href="./Projects/21. Z pattern/" class="project-detail">
21. Z Pattern
</a>
</li>
<li>
<a href="./Projects/22. Sidebar nav/" class="project-detail">
22. Sidebar inspiration
</a>
</li>
<li>
<a href="./Projects/23. Hero section/" class="project-detail">
23. Hero Section Inspiration
</a>
</li>
<li>
<a href="./Projects/24. Login page/" class="project-detail">
24. Login Page design
</a>
</li>
<li>
<a href="./Projects/25. Accordion/" class="project-detail">
25. Accordion design
</a>
</li>
<li>
<a href="./Projects/26. Statistics rep/" class="project-detail">
26. Statistic rep .</a
>
</li>
<li>
<a href="./Projects/27. Gallery/" class="project-detail">
27. Gallery Design
</a>
</li>
<li>
<a href="./Projects/28. Steps/" class="project-detail">
28. Steps Component
</a>
</li>
<li>
<a href="./Projects/29. Feature Card/" class="project-detail">
29. Profile card
</a>
</li>
<li>
<a href="./Projects/30. Navigation/" class="project-detail">
30. Navbar Inspiration
</a>
</li>
<li>
<a href="./Projects/31. Form/" class="project-detail">
31. Form Section
</a>
</li>
<li>
<a href="./Projects/32. Syled Table/" class="project-detail">
32. Styled Table
</a>
</li>
<li>
<a href="./Projects/33. Call to action/" class="project-detail">
33. CTA design
</a>
</li>
<li>
<a href="./Projects/34. Team section/" class="project-detail">
34. Team section
</a>
</li>
<li>
<a
href="./Projects/35. Password generator/"
class="project-detail"
>
35. Password generator
</a>
</li>
<li>
<a href="./Projects/36. ImageSlider/" class="project-detail">
36. Image slider
</a>
</li>
<li>
<a href="./Projects/37. Checkout Section/" class="project-detail">
37. Product Checkout
</a>
</li>
<li>
<a href="./Projects/38. 404 error page/" class="project-detail">
38. 404 Error page
</a>
</li>
<li>
<a href="./Projects/39. Dictionary App/" class="project-detail">
39. Dictionary
</a>
</li>
<li>
<a href="./Projects/40. Countries API/" class="project-detail">
40. Country Guide
</a>
</li>
<li>
<a href="./Projects/41. Marvel App/" class="project-detail">
41. Marvel
</a>
</li>
<li>
<a href="./Projects/42. Image Editor/" class="project-detail">
42. Image Editor
</a>
</li>
<li>
<a href="./Projects/43. The pig game/" class="project-detail">
43. The pig game
</a>
</li>
<li>
<a href="./Projects/44. News app/" class="project-detail">
44. The News App
</a>
</li>
<li>
<a href="./Projects/45. Chatbot/" class="project-detail">
45. Chatbot
</a>
</li>
<li>
<a href="./Projects/46. Quiz app/" class="project-detail">
46. Quiz App
</a>
</li>
<li>
<a
href="./Projects/47. Hommyeats website/"
class="project-detail"
>
47. Hommyeats website
</a>
</li>
<li>
<a
href="./Projects/48. Flexmovies website/"
class="project-detail"
>
48. Flexmovies website
</a>
</li>
<li>
<a
href="./Projects/49. ClassyMusic website/"
class="project-detail"
>
49. ClassyMusic website
</a>
</li>
<li>
<a href="50. Uber eats clone/" class="project-detail">
50. Uber Eats Clone
</a>
</li>
</ul>
</div>
</section>
</main>
</body>
</html>