- 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
This file contains hidden or 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
<div class="wrapper"> | |
<p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Sint quas aliquid in nesciunt eveniet alias quis aspernatur dicta! Ad eos, asperiores, at, veritatis dolores ullam officia impedit facilis ab velit aut excepturi voluptate fugiat quidem est quod dolor ducimus. Facilis nobis sed et omnis incidunt tenetur hic possimus quae quaerat itaque quas iure cupiditate, odit impedit. Quaerat, aliquam? Eaque odio accusamus minima vel molestias, illo ab dolorem. Soluta ab numquam ea temporibus voluptas eos amet blanditiis, in quaerat repudiandae distinctio eum quasi inventore provident vel at voluptate commodi molestias nisi consequatur. Fugiat, hic modi. Iste dolor velit in cum assumenda?</p> | |
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Porro vel quas quo nemo maiores labore atque harum itaque placeat repellat. Aliquam expedita alias vel quas fuga quod quos debitis cum labore possimus ipsum, maiores nisi dolor beatae animi voluptatibus cumque veritatis velit, laborum iure |
- 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 hidden or 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 hidden or 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 hidden or 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