ctdo.de/README.MD

34 lines
829 B
Plaintext
Raw Normal View History

2023-02-26 13:21:14 +00:00
# README
2023-02-26 14:21:08 +00:00
## Inhaltsverzeichnis
2023-02-26 15:07:21 +00:00
0. [README](https://git.ctdo.de/xoy/ctdo.de/src/branch/master/README.MD) - Übersicht
1. [SCRUMBOARD](https://git.ctdo.de/xoy/ctdo.de/src/branch/master/SCRUMBOARD.MD) - Entwicklungsplan
2023-02-26 14:21:08 +00:00
---
2023-02-26 13:44:19 +00:00
2023-02-26 13:21:14 +00:00
## Struktur
| Name | Pfad |
| --------------- | ----------- |
| Eigene Elemente | /elements/ |
| Events | /events/ |
| Bilder | /images/ |
| CSS | /styles/ |
2023-02-26 13:44:19 +00:00
| PHP Scripts | /php/ |
## Erstellen neuer Events
Datei im Elementverzeichnis Anlegen: *YYYY-MM-DD.html*
Strukturierung:
```
<h1 class="title"> Event Titel </h1>
<p class="date"> Event Datum </p>
<p class="desc"> Event Beschreibung </p>
<div class="content">
Event Content
...
</div>
```
Eigenes CSS kann in der Datei *events_custom.css* hinzugefügt werden.