Quiz: 4. Readme aktualisiert
This commit is contained in:
parent
3a820fa9e4
commit
9aeec6e711
1 changed files with 4 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ public_html/
|
|||
├── team.html ← Steckbrief
|
||||
├── notenrechner.html ← Notenrechner
|
||||
├── textanalyse.html ← Textanalyse
|
||||
├── quiz.html ← Quiz
|
||||
├── kontakt.html ← Kontakt
|
||||
├── impressum.html ← Impressum
|
||||
├── README.md ← Diese Datei
|
||||
|
|
@ -28,6 +29,7 @@ public_html/
|
|||
│ ├── nav.js ← Zentrale Navigation für alle Seiten
|
||||
│ ├── notenrechener.js ← Logik für den Notenrechner
|
||||
│ └── textanalyse.js ← Logik für die Textanalyse
|
||||
│ └── quiz.js ← Logik für Quiz
|
||||
│
|
||||
├── img/
|
||||
│ ├── Fotogalerie/ ← Bilder für die Galerien (Farn & Moos Serie)
|
||||
|
|
@ -47,6 +49,7 @@ public_html/
|
|||
- `team.html` – Steckbrief
|
||||
- `notenrechner.html` – Notenrechner mit Prozentbalken
|
||||
- `textanalyse.html` – Textanalyse (Zeichen, Wörter, Großbuchstaben)
|
||||
- `quiz.html`- Quiz zu Cyanotypie mit Punktezähler
|
||||
- `kontakt.html` – Kontakt
|
||||
- `impressum.html` – Impressum
|
||||
|
||||
|
|
@ -57,6 +60,7 @@ public_html/
|
|||
- Notenrechner mit farbigem Prozentbalken
|
||||
- Textanalyse mit direkter Rückmeldung auf der Seite
|
||||
- Zentrale Navigation über nav.js
|
||||
- Quiz mit drei Fragen und Punktezähler
|
||||
|
||||
|
||||
## Technologien
|
||||
|
|
|
|||
Loading…
Reference in a new issue