-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
616 lines (573 loc) · 23.2 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
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
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Neubrutalism is a modern, minimalist CSS library that embraces bold design principles, high-contrast aesthetics, and a no-nonsense approach to web design." />
<meta name="keywords" content="Neubrutalism, css library, framework" />
<meta name="author" content="Saksham Shekher" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://neubrutalism.us.kg/" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@neubrutalism" />
<meta name="twitter:creator" content="@neubrutalism" />
<meta name="twitter:title" content="Neubrutalism" />
<meta name="twitter:description" content="Neubrutalism is a modern, minimalist CSS library that embraces bold design principles, high-contrast aesthetics, and a no-nonsense approach to web design." />
<meta name="twitter:image" content="/icon/logo.png" />
<meta property="og:url" content="https://neubrutalism.us.kg/" />
<meta property="og:title" content="Neubrutalism" />
<meta property="og:description" content="Neubrutalism is a modern, minimalist CSS library that embraces bold design principles, high-contrast aesthetics, and a no-nonsense approach to web design." />
<meta property="og:type" content="website" />
<meta property="og:image" content="/icon/logo.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="1000" />
<link rel="apple-touch-icon" href="/icon/apple-touch-icon.png" sizes="180x180" />
<link rel="icon" href="/icon/favicon-32x32.png" sizes="32x32" type="image/png" />
<link rel="icon" href="/icon/favicon-16x16.png" sizes="16x16" type="image/png" />
<link rel="icon" href="/icon/favicon.ico" />
<meta name="google-site-verification" content="duJ_nbjAyMmfeDjrKrt09BEJmSBOq4SMuzwj8Y4lDaQ" />
<title>Neubrutalism CSS: A minimalist, high-contrast CSS library.</title>
<link rel="stylesheet" href="neubrutalism.css" />
<script defer src="neubrutalism.js"></script>
</head>
<body>
<a href="https://github.com/OshekharO/Neubrutalism" class="github-corner" aria-hidden="true">
<svg width="64" height="64" viewBox="0 0 250 250" style="fill: #9b4dca; color: #fff; position: absolute; z-index: 200; top: 0; border: 0; left: 0; transform: scale(-1, 1);">
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
<path
d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"
fill="currentColor"
style="transform-origin: 130px 106px;"
class="octo-arm"
></path>
<path
d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z"
fill="currentColor"
class="octo-body"
></path>
</svg>
</a>
<section class="section-gap">
<nav class="navbar">
<div class="navbar-container">
<a href="#" class="navbar-logo">Neubrutalism</a>
<button class="mobile-menu-button">☰</button>
<div class="navbar-menu">
<a href="#about" class="navbar-item">Home</a>
<a href="#features" class="navbar-item">Components</a>
<a href="#platforms" class="navbar-item">Documentation</a>
<a href="#contribution" class="navbar-item">Contribute</a>
</div>
</div>
</nav>
</section>
<div class="nb-container">
<!-- Navbar -->
<section class="section-gap">
<nav class="nb-navbar">
<div class="nb-navbar-brand">
<a href="#" class="nb-navbar-logo">NB</a>
</div>
<input type="checkbox" id="nb-navbar-toggle" class="nb-navbar-toggle-input" />
<label for="nb-navbar-toggle" class="nb-navbar-toggle">
<span></span>
<span></span>
<span></span>
</label>
<ol class="nb-nav">
<li class="nb-nav-item"><a href="#">Home</a></li>
<li class="nb-nav-item"><a href="#">About</a></li>
<li class="nb-nav-item"><a href="#">Components</a></li>
<li class="nb-nav-item"><a href="#">Docs</a></li>
<li class="nb-nav-item nb-nav-cta">
<a href="#">Get Started</a>
</li>
</ol>
</nav>
</section>
<section>
<header class="neu-box">
<h1>Neubrutalism CSS</h1>
<p>A minimalist, high-contrast CSS library inspired by Brutalist design principles.</p>
<div class="stats">
<div class="stat-item">6 Stars</div>
<div class="stat-item">1 Fork</div>
<div class="stat-item">1 Contributors</div>
</div>
</header>
</section>
<h1>Components</h1>
<!-- Containers -->
<section class="section-gap">
<h2>Containers</h2>
<div class="container shadow">
container with shadow
</div>
<div class="container-1 shadow-1">
container-1 with shadow-1
</div>
<div class="container-2 shadow-2">
container-2 with shadow-2
</div>
<div class="container-3 shadow-3">
container-3 with shadow-3
</div>
</section>
<!-- Dropdown -->
<section class="section-gap">
<h2>Dropdown</h2>
<div class="nb-dropdown nb-dropdown-primary">
<button class="nb-dropdown-toggle">Select Options</button>
<div class="nb-dropdown-menu">
<a href="#" class="nb-dropdown-menu-item">Account Details</a>
<a href="#" class="nb-dropdown-menu-item">Profile Settings</a>
<a href="#" class="nb-dropdown-menu-item">Logout</a>
</div>
</div>
</section>
<!-- Tabs -->
<section class="section-gap">
<h2>Tabs</h2>
<div class="nb-tabs">
<input class="nb-tab-input" name="tabs" type="radio" id="tab-1" checked="checked" />
<label class="nb-tab-label" for="tab-1">Arlina Design</label>
<div class="nb-tab-panel">
<h2>Arlina Design</h2>
<p>Arlina Design (specifically, the sweet orange) is the fruit of the citrus species Citrus × sinensis in the family Rutaceae</p>
<p>The fruit of the Citrus × sinensis is considered a sweet orange, whereas the fruit of the Citrus × aurantium is considered a bitter orange.</p>
</div>
<input class="nb-tab-input" name="tabs" type="radio" id="tab-2" />
<label class="nb-tab-label" for="tab-2">Idntheme</label>
<div class="nb-tab-panel">
<h2>Saksham Shekher</h2>
<p>Saksham Shekher (Citrus tangerina) is an orange-colored citrus fruit that is closely related to, or possibly a type of, mandarin orange (Citrus reticulata).</p>
<p>The name was first used for fruit coming from Tangier, Morocco.</p>
</div>
<input class="nb-tab-input" name="tabs" type="radio" id="tab-3" />
<label class="nb-tab-label" for="tab-3">Tekno Match</label>
<div class="nb-tab-panel">
<h2>OshekharO</h2>
<p>OshekharO (Citrus ×clementina) is a hybrid between a mandarin orange and a sweet orange, so named in 1902.</p>
<p>The exterior is a deep orange colour with a smooth, glossy appearance.</p>
</div>
</div>
</section>
<!-- Marquee -->
<section class="section-gap">
<h2>Scrolling Marquee</h2>
<div class="nb-marquee">
<div class="nb-marquee-content">Neubrutalism CSS: Minimalist Design • High Contrast • Bold Aesthetics • Clean Typography.</div>
</div>
</section>
<!-- Modal -->
<section class="section-gap">
<h2>Modal</h2>
<input class="nb-modal-state" id="modal-about" type="checkbox" />
<div class="nb-modal">
<label class="nb-modal-overlay" for="modal-about"></label>
<div class="nb-modal-container">
<label class="nb-modal-close" for="modal-about">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" />
</svg>
</label>
<div class="nb-modal-content">
<h2 class="nb-modal-title">About Neubrutalism</h2>
<div class="nb-modal-body">
<p>Neubrutalism is a modern CSS design library that embraces:</p>
<ul>
<li>🌍 Worldwide Community</li>
<li>🧩 Interdisciplinary Approach</li>
<li>🚀 Minimalist Design Principles</li>
</ul>
<p>We're always seeking passionate creators, developers, and innovators to join our community!</p>
</div>
<div class="nb-modal-footer">
<a href="https://github.com/OshekharO/Neubrutalism" class="nb-btn-ani">
Contact Us
</a>
</div>
</div>
</div>
</div>
<label class="nb-btn" for="modal-about">About</label>
</section>
<!-- List Group -->
<section class="section-gap">
<h2>List Group</h2>
<ul class="neu-box">
<li>Responsive Design</li>
<li>Brutalist Principles</li>
<li>High Performance</li>
</ul>
</section>
<!-- Avatar -->
<section class="section-gap">
<h2>Avatar</h2>
<img class="nb-avatar" src="https://i.pravatar.cc/100" alt="Avatar" />
</section>
<!-- Checkbox -->
<h2>Checkbox</h2>
<section class="section section-gap">
<!-- 1. Default Checkbox -->
<label class="nb-checkbox">
Default
<input type="checkbox" />
<span class="nb-checkbox-mark"></span>
</label>
<!-- 2. Rounded Checkbox -->
<label class="nb-checkbox nb-checkbox-rounded">
Rounded
<input type="checkbox" />
<span class="nb-checkbox-mark"></span>
</label>
<!-- 3. Outline Checkbox -->
<label class="nb-checkbox nb-checkbox-outline">
Outline
<input type="checkbox" />
<span class="nb-checkbox-mark"></span>
</label>
<!-- 4. Switch Style Checkbox -->
<label class="nb-checkbox nb-checkbox-switch">
Switch
<input type="checkbox" />
<span class="nb-checkbox-mark"></span>
</label>
<!-- 5. Color Variants -->
<label class="nb-checkbox nb-checkbox-success">
Success
<input type="checkbox" />
<span class="nb-checkbox-mark"></span>
</label>
<label class="nb-checkbox nb-checkbox-danger">
Danger
<input type="checkbox" />
<span class="nb-checkbox-mark"></span>
</label>
<!-- 6. Disabled Checkbox -->
<label class="nb-checkbox nb-checkbox-disabled">
Disabled
<input type="checkbox" disabled />
<span class="nb-checkbox-mark"></span>
</label>
</section>
<!-- Alert -->
<section class="section-gap">
<h2>Alert</h2>
<div class="nb-alert nb-alert-success">This is a success alert!</div>
<div class="nb-alert nb-alert-danger">This is a danger alert!</div>
<div class="alert-simple success">This is a success alert!</div>
<div class="alert-simple error">This is a danger alert!</div>
</section>
<!-- Button -->
<h2>Buttons</h2>
<section class="section section-gap">
<button class="nb-btn">Default</button>
<button class="nb-btn nb-btn-small">Small</button>
<button class="nb-btn nb-btn-large">Large</button>
<button class="nb-btn nb-btn-rounded">Rounded</button>
<button class="nb-btn nb-btn-disabled" disabled>Disabled</button>
<button class="nb-button">
Check!
<svg class="icon" viewBox="0 0 24 24" fill="currentColor">
<path
fill-rule="evenodd"
d="M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm4.28 10.28a.75.75 0 000-1.06l-3-3a.75.75 0 10-1.06 1.06l1.72 1.72H8.25a.75.75 0 000 1.5h5.69l-1.72 1.72a.75.75 0 101.06 1.06l3-3z"
clip-rule="evenodd"
></path>
</svg>
</button>
<button class="nb-btn-ani">Animate</button>
</section>
<!-- Badge -->
<h2>Badge</h2>
<section class="section section-gap">
<span class="nb-badge">New</span>
<span class="nb-badge nb-badge-primary">Premium</span>
<span class="nb-badge nb-badge-success">Active</span>
<span class="nb-badge nb-badge-danger">Suspended</span>
<span class="nb-badge nb-badge-pill">Pill Badge</span>
</section>
<!-- Cards -->
<section class="section-gap">
<h2>Cards</h2>
<div class="nb-card">
<div class="nb-card-header">Product Showcase</div>
<img src="https://i.pravatar.cc/300" class="nb-card-image" alt="Card Image" />
<div class="nb-card-body">
<h3>Neubrutalism Design Kit</h3>
<p>A comprehensive design system with minimalist principles.</p>
</div>
<div class="nb-card-footer">
<button class="nb-btn">Learn More</button>
</div>
</div>
</section>
<!-- Accordion -->
<section class="section-gap">
<h2>Accordion</h2>
<div class="nb-accordion">
<div class="nb-accordion-item">
<input type="checkbox" id="accordion-1" class="nb-accordion-state" />
<label for="accordion-1" class="nb-accordion-header">
What is Neubrutalism?
<span class="nb-accordion-icon">+</span>
</label>
<div class="nb-accordion-content">
<p>Neubrutalism is a modern CSS design approach that focuses on minimalist, high-contrast, and bold design principles. It emphasizes clarity, functionality, and a no-nonsense visual style.</p>
</div>
</div>
<div class="nb-accordion-item">
<input type="checkbox" id="accordion-2" class="nb-accordion-state" />
<label for="accordion-2" class="nb-accordion-header">
Key Design Principles
<span class="nb-accordion-icon">+</span>
</label>
<div class="nb-accordion-content">
<ol>
<li>Minimal Design</li>
<li>High Contrast</li>
<li>Bold Typography</li>
<li>Functional Aesthetics</li>
</ol>
</div>
</div>
<div class="nb-accordion-item">
<input type="checkbox" id="accordion-3" class="nb-accordion-state" />
<label for="accordion-3" class="nb-accordion-header">
Why Choose Neubrutalism?
<span class="nb-accordion-icon">+</span>
</label>
<div class="nb-accordion-content">
<p>Neubrutalism provides a unique design language that:</p>
<ol>
<li>Enhances readability</li>
<li>Improves user experience</li>
<li>Offers a distinctive visual identity</li>
<li>Focuses on content over decoration</li>
</ol>
</div>
</div>
</div>
</section>
<!-- Toast -->
<section class="section-gap">
<h2>Toasts</h2>
<button class="nb-btn" onclick="createToast('This is a neubrutalism toast notification!')">Show Toast</button>
</section>
<!-- Pagination -->
<section class="section-gap">
<h2>Pagination</h2>
<ul class="nb-pagination">
<li class="nb-page-item nb-page-prev">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z" />
</svg>
</li>
<li class="nb-page-item active">1</li>
<li class="nb-page-item">2</li>
<li class="nb-page-item">3</li>
<li class="nb-page-item">4</li>
<li class="nb-page-item">5</li>
<li class="nb-page-item nb-page-next">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z" />
</svg>
</li>
</ul>
</section>
<!-- Thumbnails -->
<section class="section-gap">
<h2>Thumbnails</h2>
<div class="nb-thumbnail">
<img src="https://i.pravatar.cc/200" alt="Thumbnail" />
</div>
</section>
<!-- Form -->
<section class="section-gap">
<h2>Form</h2>
<div class="nb-pre-form">
<form class="nb-form">
<div class="nb-form-group">
<input type="text" placeholder="Name" required class="nb-form-input" />
</div>
<div class="nb-form-group">
<input type="email" placeholder="Email" required class="nb-form-input" name="Email" />
</div>
<div class="nb-form-group">
<input type="tel" placeholder="Phone" class="nb-form-input" name="Phone" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" />
</div>
<button type="submit" class="nb-form-btn">
Sign Up
</button>
</form>
</div>
</section>
<!-- Carousel -->
<section class="section-gap">
<h2>Carousel</h2>
<div class="nb-slider">
<div class="nb-slider-slides">
<div class="nb-slider-slide" id="slide-1">
<img src="https://i.pravatar.cc/200" alt="Slide 1" />
<div class="nb-slider-caption">
<h3>Slide 1</h3>
</div>
</div>
<div class="nb-slider-slide" id="slide-2">
<img src="https://i.pravatar.cc/200" alt="Slide 2" />
<div class="nb-slider-caption">
<h3>Slide 2</h3>
</div>
</div>
<div class="nb-slider-slide" id="slide-3">
<img src="https://i.pravatar.cc/200" alt="Slide 3" />
<div class="nb-slider-caption">
<h3>Slide 3</h3>
</div>
</div>
<div class="nb-slider-slide" id="slide-4">
<img src="https://i.pravatar.cc/200" alt="Slide 4" />
<div class="nb-slider-caption">
<h3>Slide 4</h3>
</div>
</div>
<div class="nb-slider-slide" id="slide-5">
<img src="https://picsum.photos/200" alt="Slide 5" />
<div class="nb-slider-caption">
<h3>Slide 5</h3>
</div>
</div>
</div>
</div>
</section>
<!-- Masonry-like Grid -->
<section class="section-gap">
<h2>Masonry-like Grid</h2>
<div class="nb-grid-masonry">
<div class="nb-grid-masonry-item">Color Contrast</div>
<div class="nb-grid-masonry-item">Typography Matters</div>
<div class="nb-grid-masonry-item">Design Principle 1</div>
<div class="nb-grid-masonry-item">Item 4</div>
<div class="nb-grid-masonry-item">Item 5</div>
</div>
</section>
<!-- Bordered Grid -->
<section class="section-gap">
<h2>Bordered Grid</h2>
<div class="nb-grid-bordered nb-grid-3">
<div>Bordered Grid Item 1</div>
<div>Bordered Grid Item 2</div>
<div>Bordered Grid Item 3</div>
</div>
</section>
<!-- Newsletter -->
<section class="section-gap">
<h2>Newsletter</h2>
<div class="nb-newsletter-card">
<div class="nb-newsletter-card-content">
<div class="nb-newsletter-icon">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" />
</svg>
</div>
<h2 class="nb-newsletter-title">Subscribe</h2>
<p class="nb-newsletter-subtitle">
Stay updated with our latest news and updates
</p>
<form class="nb-newsletter-form">
<input type="email" placeholder="Enter your email" class="nb-newsletter-input" required />
<button type="submit" class="nb-newsletter-btn">
Subscribe
</button>
</form>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="section-gap">
<h2>Testimonials</h2>
<div class="nb-testimonial">
<p>"This is a fantastic service!" - Customer Name</p>
</div>
</section>
<!-- Code Block -->
<section class="section-gap">
<h2>Code Block</h2>
<div class="nb-copy-container">
<pre class="nb-code-block">
<code>
function example() {
return "Neubrutalism";
}
</code>
</pre>
</div>
</section>
<!-- Blockquote -->
<section class="section-gap">
<h2>Blockquote</h2>
<blockquote class="nb-blockquote">
Design is not just what it looks like and feels like. Design is how it works.
<span class="nb-blockquote-author">- Steve Jobs</span>
</blockquote>
</section>
<!-- Footer -->
<section class="section-gap">
<h2>Footer</h2>
<!-- Simple Footer -->
<footer class="nb-footer-social-compact">
<div class="nb-footer-social-icons">
<a href="#" class="nb-social-icon" title="Facebook">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
<path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 8h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z" />
</svg>
</a>
<a href="#" class="nb-social-icon" title="Twitter">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
<path
d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.066 9.645c.183 4.04-2.83 8.544-8.164 8.544-1.622 0-3.131-.476-4.402-1.291 1.524.18 3.045-.244 4.252-1.189-1.256-.023-2.317-.854-2.684-1.995.451.086.895.061 1.298-.049-1.381-.278-2.335-1.522-2.304-2.853.388.215.83.344 1.301.359-1.279-.855-1.641-2.544-.889-3.835 1.416 1.738 3.533 2.881 5.92 3.001-.419-1.796.944-3.527 2.799-3.527.825 0 1.572.349 2.096.907.654-.128 1.27-.367 1.824-.697-.215.671-.67 1.233-1.263 1.589.581-.07 1.135-.224 1.649-.453-.384.578-.87 1.084-1.433 1.489z"
/>
</svg>
</a>
<a href="#" class="nb-social-icon" title="Instagram">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
<path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 9h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z" />
</svg>
</a>
</div>
<div class="nb-footer-text">
© 2025 Neubrutalism CSS Library
</div>
</footer>
<!-- Centered Minimal Footer -->
<footer class="nb-footer-centered">
<div class="nb-footer-logo">NB</div>
<div class="nb-footer-text">
© 2025 Neubrutalism CSS Library
</div>
<div class="nb-footer-socials">
<a href="#" class="nb-social-icon">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
<path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 9h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z" />
</svg>
</a>
<a href="#" class="nb-social-icon">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
<path
d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6.066 9.645c.183 4.04-2.83 8.544-8.164 8.544-1.622 0-3.131-.476-4.402-1.291 1.524.18 3.045-.244 4.252-1.189-1.256-.023-2.317-.854-2.684-1.995.451.086.895.061 1.298-.049-1.381-.278-2.335-1.522-2.304-2.853.388.215.83.344 1.301.359-1.279-.855-1.641-2.544-.889-3.835 1.416 1.738 3.533 2.881 5.92 3.001-.419-1.796.944-3.527 2.799-3.527.825 0 1.572.349 2.096.907.654-.128 1.27-.367 1.824-.697-.215.671-.67 1.233-1.263 1.589.581-.07 1.135-.224 1.649-.453-.384.578-.87 1.084-1.433 1.489z"
/>
</svg>
</a>
<a href="#" class="nb-social-icon">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24">
<path d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm3 8h-1.35c-.538 0-.65.221-.65.778v1.222h2l-.209 2h-1.791v7h-3v-7h-2v-2h2v-2.308c0-1.769.931-2.692 3.029-2.692h1.971v3z" />
</svg>
</a>
</div>
</footer>
</section>
</div>
</body>
</html>