- The Future of 11ty — Zach Leatherman
- Hints and Suggestions — Miriam Suzanne
- 11ty and Large-Project Tooling — Paul Everitt
- Digital Frontiers, IndieWeb Cowboys, and A Place Online To Call Your Own— Henry Desroches
- You're Probably Doing Web Performance Wrong — Sia Karamalegos
- Building a Town That Doesn't Exist — Dan Sinker
- 11ty for “Non-Developers” — Adrianna Tan
- Don't Fear the Cascade — Mayank
- Managing content management (with no vendor lock-in) — David Large, Liam Bigelow
- Come to the light side: HTML Web Components — Chris Ferdi
- European Accessibility Act: What you need to know
- Gesetzliche Grundlagen und Pflichten für barrierefreie Websites
- WCAG 2.1 auf Deutsch
- Es gibt mittlerweile auch schon die WCAG 2.2
- Wirkt sich die WCAG 2.2 aus?
- A Roundup Of WCAG 2.2 Explainers
- WCAG Cheat Sheets and Checklists
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*, | |
::after, | |
::before { | |
box-sizing: border-box; | |
} | |
html { | |
font-size: 16px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin br($br: false, $number: false) { | |
@if $br { | |
@if $number { | |
border-radius: $br * 1px; | |
} @else { | |
border-radius: $br; | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@mixin br($br: false) { | |
@if $br { | |
border-radius: $br * 1px; | |
} | |
} | |
.card { | |
@include br(80); | |
} |
Die Süddeutsche hat sich ein eigenes CMS für ihre Storytelling-Strecken gebaut. Das kann eine Menge. Dieses Beispiel ist Basic, denn es gibt auch animierte SVG-Grafike und mehr: https://www.sueddeutsche.de/projekte/artikel/reise/weltreise-reise-unterwegs-e696367/
Aber auch der BR hat einiges in Sachen Storytelling zu bieten:
Der BR scheint eine React-Lösung gebaut zu haben.
- https://github.com/Janani-Balasooriya/Java-Beginner-Projects
- https://github.com/pccoe-acm-hacktoberfest-2023/beginner-projects
- https://github.com/KrishGaur1354/Java-Projects-for-Beginners
- https://github.com/SSDesignNCode/Tic-Tac-Toe-Java
- https://github.com/tegamax/JavaBeginnerToAdvance
- https://github.com/Kalutu/Java-Projects-for-Beginners
- https://github.com/DavidHancu/JavaChallenges
- https://github.com/Warlord27/Java-Project
- Naming colors in design systems by Jess Sattell
- How To Name Design Tokens in Design Systems by Vitaly Friedman
- the component gallery
- naming by Nord Health Design
- naming - chapter in Design good practices by Javier Cuello
- Naming things needn’t be hard by Paul Robert Lloyd
- Alle Schnittstellenkomponenten: https://component.gallery, von Iain Bean
- Titelblätter/Lebenslauf: https://lnkd.in/eAJ5vqup
- Dark Mode: https://www.darkmodedesign.com/, von Cai Cardenas
- Dashboards: https://dashboarddesignpatterns.github.io/, nach Benjamin Bach
- Datenvisualisierung: https://www.dataviz-inspiration.com/, von Yan Holtz
- Zu vermeidende irreführende Muster: https://www.deceptive.design/, Harry Brignull, Mark Leiser, Cristiana -antos, Kosha Doshi
- Designkonzepte: https://maggieappleton.com/patterns, von Maggie Appleton
- Designsysteme für Figma: https://www.designsystemsforfigma.com/, von Josh Cusick
- E-Mail: https://emaillove.com, von Andrew King
- Ethisches Design: https://humanebydesign.com, von Jon Yablonski