Slide decks or other materials may come in any format (pptx, md, html). Although most materials are reusable and editable, this repo is primarily meant as an archive to stably collect materials of past events.
💡 Hence, please add your materials (also) in a stable file format (typically PDF) to make them independent of link changes, etc.
- Add a new folder named
<date>_<context>_<title>
(date format:yyyy-mm-dd
) with your materials toslide-decks/
- add a
README.md
to describe the event / materials, etc. - List your slides in the root README.md sorted by latest first
- All files and folders must always be kebap-case. This means all lower case and
-
as word separator.
src\assets\images\arc-commander\access-2.png
Try to use .svg
files for icons, graphics and logos. Use any other file format for screenshots or tutorial images.
Images should be stored in the images/
directory. If your image has a obvious context, you SHOULD create a subdirectory for it.
|-- images
|-- arc-commander
|-- access-1.png
|-- access-2.png
|-- access-3.png