Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darekkay/presentations
Slides for my public presentations
https://github.com/darekkay/presentations
presentation-slides reveal-js
Last synced: 11 days ago
JSON representation
Slides for my public presentations
- Host: GitHub
- URL: https://github.com/darekkay/presentations
- Owner: darekkay
- Created: 2017-10-14T13:31:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T20:42:12.000Z (6 months ago)
- Last Synced: 2024-10-11T04:46:40.960Z (about 1 month ago)
- Topics: presentation-slides, reveal-js
- Language: HTML
- Homepage: https://darekkay.com/presentations/
- Size: 13.1 MB
- Stars: 10
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Presentations
## Accessible Web
- [Slides](https://darekkay.github.io/presentations/accessible-web/index.html)
- [Demo examples](https://darekkay.github.io/presentations/accessible-web/resources/index.html)Did you ever ask yourself how visually impaired people access the web? What barriers do they encounter? Understanding how other people use the web is the key to identifying and solving any accessibility issues. In this session, I show some common web accessibility problems and ways to fix them.
## Functional CSS
- [Slides](https://darekkay.github.io/presentations/functional-css/index.html)
Functional CSS (also known as _Atomic CSS_ or _Utility-first CSS_) is an approach to CSS architecture that favors small, single-purpose classes with names based on visual function. In this talk, I explain some issues coming from traditional, semantic-based methodologies (e.g. BEM) and how Functional CSS is able solve them.
## Atomic Design
- [Slides](https://darekkay.github.io/presentations/atomic-design/)
## Dev Ninjas - Tools, tips and hacks to improve your productivity
- [Handout](https://darekkay.github.io/presentations/dev-ninja-tools/handout.html)