-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
425 lines (416 loc) · 18.6 KB
/
Copy pathindex.html
File metadata and controls
425 lines (416 loc) · 18.6 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
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS Projects - Codewithajoydas</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./web/icon-512.png" type="image/x-icon">
<meta name="title" content="CSS PROJECTS">
<meta name="description"
content="Explore 23 modern CSS projects by Ajoy Das – responsive UI components, animations, forms, menus, cards, and more for developers and learners.">
<meta name="keywords"
content="CSS projects, HTML CSS UI components, responsive CSS design, CSS animations, CSS-only components, beginner CSS projects, frontend developer portfolio, CSS templates, Ajoy Das CSS">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="revisit-after" content="2 days">
<meta name="author" content="Ajoy Das">
<meta property="og:title" content="CSS PROJECTS">
<meta property="og:site_name" content="CSS PROJECTS">
<meta property="og:url" content="https://css.codewithajoydas.live">
<meta property="og:description"
content="Explore 23 modern CSS projects by Ajoy Das – responsive UI components, animations, forms, menus, cards, and more for developers and learners.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://css.codewithajoydas.live/web/icon-512-maskable.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="CSS PROJECTS">
<meta name="twitter:description"
content="Explore 23 modern CSS projects by Ajoy Das – responsive UI components, animations, forms, menus, cards, and more for developers and learners.">
<meta name="twitter:image" content="https://css.codewithajoydas.live/web/icon-512-maskable.png">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div class="container">
<header>
<h3>📂 CSS PROJECTS</h3>
<div class="search" onclick="openSearchBar()">
<label for="text">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-folder-search-icon lucide-folder-search">
<path
d="M10.7 20H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H20a2 2 0 0 1 2 2v4.1" />
<path d="m21 21-1.9-1.9" />
<circle cx="17" cy="17" r="3" />
</svg>
<input type="text" placeholder="Search Projects..." id="text" contextmenu="" autocomplete="off" tabindex="1"
accesskey="s" oninput="searchProjects()" onkeydown="if(event.key === 'Enter'){searchProjects()}" />
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-search-icon lucide-search">
<path d="m21 21-4.34-4.34" />
<circle cx="11" cy="11" r="8" />
</svg>
</label>
</div>
<div class="btn" style="display: flex; align-items: center; gap: 15px">
<!-- GitHub Button -->
<div class="smbtn" style="display: flex; align-items: center; gap: 15px">
<a class="github-button" href="https://github.com/codewithajoydas/CSS-PROJECTS"
data-color-scheme="no-preference: light; light: light; dark: dark;" data-size="large" data-show-count="true"
aria-label="Star codewithajoydas/CSS-PROJECTS on GitHub">Star</a>
<!-- Notification Icon -->
<button aria-label="Notifications">
<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-bell">
<path d="M18 8a6 6 0 00-12 0c0 7-3 9-3 9h18s-3-2-3-9" />
<path d="M13.73 21a2 2 0 01-3.46 0" />
</svg>
</button>
<!-- Settings Icon -->
<button aria-label="Settings">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-cog-icon lucide-cog">
<path d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16Z" />
<path d="M12 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" />
<path d="M12 2v2" />
<path d="M12 22v-2" />
<path d="m17 20.66-1-1.73" />
<path d="M11 10.27 7 3.34" />
<path d="m20.66 17-1.73-1" />
<path d="m3.34 7 1.73 1" />
<path d="M14 12h8" />
<path d="M2 12h2" />
<path d="m20.66 7-1.73 1" />
<path d="m3.34 17 1.73-1" />
<path d="m17 3.34-1 1.73" />
<path d="m11 13.73-4 6.93" />
</svg>
</button>
<!-- Dark Mode Toggle -->
<button onclick="toggleDarkMode()" aria-label="Toggle Dark Mode">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-contrast-icon lucide-contrast">
<circle cx="12" cy="12" r="10" />
<path d="M12 18a6 6 0 0 0 0-12v12z" />
</svg>
</button>
</div>
<div>
</div>
<!-- Sidebar Toggle -->
<div class="btns">
<button class="side" aria-label="Toggle Sidebar">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor"
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-align-justify">
<path d="M3 6h18" />
<path d="M3 12h18" />
<path d="M3 18h18" />
</svg>
</button>
<div style="position: relative;" class="iksds">
<button onclick="toggleMenu()">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-ellipsis-vertical-icon lucide-ellipsis-vertical">
<circle cx="12" cy="12" r="1" />
<circle cx="12" cy="5" r="1" />
<circle cx="12" cy="19" r="1" />
</svg>
</button>
<div class="menu">
<nav>
<ul>
<li onclick="openSearchBar()">
<span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-search-icon lucide-search">
<path d="m21 21-4.34-4.34" />
<circle cx="11" cy="11" r="8" />
</svg></span>
<span>Search</span>
</li>
<li><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-bell-icon lucide-bell">
<path d="M10.268 21a2 2 0 0 0 3.464 0" />
<path
d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" />
</svg></span><span>Notification</span></li>
<li><span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-settings-icon lucide-settings">
<path
d="M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z" />
<circle cx="12" cy="12" r="3" />
</svg></span><span>Settings</span></li>
<li onclick="toggleDarkMode()"><span> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="lucide lucide-contrast-icon lucide-contrast">
<circle cx="12" cy="12" r="10" />
<path d="M12 18a6 6 0 0 0 0-12v12z" />
</svg>
</span><span>Theme</span></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
<div class="sidebar">
<ol type="1">
<li class="active">
<a href="./1-Button-Hover-Effects/index.html" target="projectFrame" title="Cool hover animations for buttons">
Button Hover Effect
</a>
</li>
<li>
<a href="./2-Loading-Spinner/index.html" target="projectFrame" title="Simple and elegant CSS spinners">
Loading Spinner
</a>
</li>
<li>
<a href="./3-Toggle-Switch/index.html" target="projectFrame"
title="Custom toggle switches with smooth animations">
Toggle Switch
</a>
</li>
<li>
<a href="./4-Navigation-Bar/index.html" target="projectFrame"
title="Responsive navigation bar with dropdown menus">
Navigation Bar
</a>
</li>
<li>
<a href="./5-Responsive-Grid-Layout/index.html" target="projectFrame"
title="Flexible grid layouts adapting to screen sizes">
Responsive Grid Layout
</a>
</li>
<li>
<a href="./6-Accordion/index.html" target="projectFrame" title="Collapsible sections with smooth toggle">
Accordion
</a>
</li>
<li>
<a href="./7-Modal-Popup/index.html" target="projectFrame" title="Popup modals for user interaction">
Modal Popup
</a>
</li>
<li>
<a href="./8-Tooltip/index.html" target="projectFrame" title="Informative tooltips on hover">
Tooltip
</a>
</li>
<li>
<a href="./9-Pricing-Cards/index.html" target="projectFrame" title="Stylish pricing option cards">
Pricing Cards
</a>
</li>
<li>
<a href="./10-Simple-Responsive-Form/index.html" target="projectFrame" title="Clean and responsive forms">
Simple Responsive Form
</a>
</li>
<li>
<a href="./11-Image-Gallery/index.html" target="projectFrame"
title="Interactive image gallery with hover effects">
Image Gallery
</a>
</li>
<li>
<a href="./12-Sticky-Header/index.html" target="projectFrame" title="Header that stays fixed on scroll">
Sticky Header
</a>
</li>
<li>
<a href="./13-Social-Media-Icons-Hover/index.html" target="projectFrame"
title="Animated social media icon hovers">
Social Media Icons Hover
</a>
</li>
<li>
<a href="./14-Profile-Card-UI/index.html" target="projectFrame" title="User profile cards with neat UI">
Profile Card UI
</a>
</li>
<li>
<a href="./15-Image-Hover-Zoom/index.html" target="projectFrame" title="Zoom effect on image hover">
Image Hover Zoom
</a>
</li>
<li>
<a href="./16-Step-Progress-Bar/index.html" target="projectFrame" title="Multi-step progress bar UI">
Step Progress Bar
</a>
</li>
<li>
<a href="./17-Responsive-Footer/index.html" target="projectFrame" title="Flexible footer design">
Responsive Footer
</a>
</li>
<li>
<a href="./18-Star-Rating-UI/index.html" target="projectFrame" title="Interactive star rating system">
Star Rating UI
</a>
</li>
<li>
<a href="./19-Custom-Scrollbar/index.html" target="projectFrame" title="Styled scrollbars for better UI">
Custom Scrollbar
</a>
</li>
<li>
<a href="./20-Mobile-First-Layout/index.html" target="projectFrame"
title="Layout optimized for mobile devices">
Mobile First Layout
</a>
</li>
<li>
<a href="./21-Circular-Progress-Bar/index.html" target="projectFrame">
Circular Progress Bar
</a>
</li>
<li>
<a href="./22-Glowing-Neon-Text/index.html" target="projectFrame">
Glowing Neon Text
</a>
</li>
<li>
<a href="./23-Glassmorphism-Card/index.html" target="projectFrame">
Glassmorphism Card
</a>
</li>
</ol>
</div>
<div class="preview">
<iframe src="./1-Button-Hover-Effects/index.html" name="projectFrame"></iframe>
</div>
<div class="search-container">
<div class="inp-box">
<input type="search" id="searchInput" placeholder="Search for projects..." autofocus="true"
autocomplete="off" />
<button onclick="openSearchBar()">Close</button>
</div>
<ul class="list">
<ol type="1">
<li>
<a href="./1-Button-Hover-Effects/index.html" target="projectFrame"
title="Cool hover animations for buttons">
Button Hover Effect
</a>
</li>
<li>
<a href="./2-Loading-Spinner/index.html" target="projectFrame" title="Simple and elegant CSS spinners">
Loading Spinner
</a>
</li>
<li>
<a href="./3-Toggle-Switch/index.html" target="projectFrame"
title="Custom toggle switches with smooth animations">
Toggle Switch
</a>
</li>
<li>
<a href="./4-Navigation-Bar/index.html" target="projectFrame"
title="Responsive navigation bar with dropdown menus">
Navigation Bar
</a>
</li>
<li>
<a href="./5-Responsive-Grid-Layout/index.html" target="projectFrame"
title="Flexible grid layouts adapting to screen sizes">
Responsive Grid Layout
</a>
</li>
<li>
<a href="./6-Accordion/index.html" target="projectFrame" title="Collapsible sections with smooth toggle">
Accordion
</a>
</li>
<li>
<a href="./7-Modal-Popup/index.html" target="projectFrame" title="Popup modals for user interaction">
Modal Popup
</a>
</li>
<li>
<a href="./8-Tooltip/index.html" target="projectFrame" title="Informative tooltips on hover">
Tooltip
</a>
</li>
<li>
<a href="./9-Pricing-Cards/index.html" target="projectFrame" title="Stylish pricing option cards">
Pricing Cards
</a>
</li>
<li>
<a href="./10-Simple-Responsive-Form/index.html" target="projectFrame" title="Clean and responsive forms">
Simple Responsive Form
</a>
</li>
<li>
<a href="./11-Image-Gallery/index.html" target="projectFrame"
title="Interactive image gallery with hover effects">
Image Gallery
</a>
</li>
<li>
<a href="./12-Sticky-Header/index.html" target="projectFrame" title="Header that stays fixed on scroll">
Sticky Header
</a>
</li>
<li>
<a href="./13-Social-Media-Icons-Hover/index.html" target="projectFrame"
title="Animated social media icon hovers">
Social Media Icons Hover
</a>
</li>
<li>
<a href="./14-Profile-Card-UI/index.html" target="projectFrame" title="User profile cards with neat UI">
Profile Card UI
</a>
</li>
<li>
<a href="./15-Image-Hover-Zoom/index.html" target="projectFrame" title="Zoom effect on image hover">
Image Hover Zoom
</a>
</li>
<li>
<a href="./16-Step-Progress-Bar/index.html" target="projectFrame" title="Multi-step progress bar UI">
Step Progress Bar
</a>
</li>
<li>
<a href="./17-Responsive-Footer/index.html" target="projectFrame" title="Flexible footer design">
Responsive Footer
</a>
</li>
<li>
<a href="./18-Star-Rating-UI/index.html" target="projectFrame" title="Interactive star rating system">
Star Rating UI
</a>
</li>
<li>
<a href="./19-Custom-Scrollbar/index.html" target="projectFrame" title="Styled scrollbars for better UI">
Custom Scrollbar
</a>
</li>
<li>
<a href="./20-Mobile-First-Layout/index.html" target="projectFrame"
title="Layout optimized for mobile devices">
Mobile First Layout
</a>
</li>
</ol>
</ul>
</div>
</div>
<script src="script.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
</body>
</html>