Readme aktualisiert
This commit is contained in:
parent
4f318c78bf
commit
6e59e9fb2c
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -14,6 +14,8 @@ public_html/
|
||||||
├── ueber_uns.html ← Über das Studio
|
├── ueber_uns.html ← Über das Studio
|
||||||
├── eis_projekt.html ← Das Lernprojekt
|
├── eis_projekt.html ← Das Lernprojekt
|
||||||
├── team.html ← Steckbrief
|
├── team.html ← Steckbrief
|
||||||
|
├── notenrechner.html ← Notenrechner
|
||||||
|
├── textanalyse.html ← Textanalyse
|
||||||
├── kontakt.html ← Kontakt
|
├── kontakt.html ← Kontakt
|
||||||
├── impressum.html ← Impressum
|
├── impressum.html ← Impressum
|
||||||
├── README.md ← Diese Datei
|
├── README.md ← Diese Datei
|
||||||
|
|
@ -23,6 +25,9 @@ public_html/
|
||||||
│
|
│
|
||||||
├── js/
|
├── js/
|
||||||
│ └── script.js ← JavaScript für die Bildgalerien
|
│ └── script.js ← JavaScript für die Bildgalerien
|
||||||
|
│ ├── nav.js ← Zentrale Navigation für alle Seiten
|
||||||
|
│ ├── notenrechener.js ← Logik für den Notenrechner
|
||||||
|
│ └── textanalyse.js ← Logik für die Textanalyse
|
||||||
│
|
│
|
||||||
├── img/
|
├── img/
|
||||||
│ ├── Fotogalerie/ ← Bilder für die Galerien (Farn & Moos Serie)
|
│ ├── Fotogalerie/ ← Bilder für die Galerien (Farn & Moos Serie)
|
||||||
|
|
@ -40,10 +45,20 @@ public_html/
|
||||||
- `ueber_uns.html` – Über das Studio
|
- `ueber_uns.html` – Über das Studio
|
||||||
- `eis_projekt.html` – Das Lernprojekt
|
- `eis_projekt.html` – Das Lernprojekt
|
||||||
- `team.html` – Steckbrief
|
- `team.html` – Steckbrief
|
||||||
|
- `notenrechner.html` – Notenrechner mit Prozentbalken
|
||||||
|
- `textanalyse.html` – Textanalyse (Zeichen, Wörter, Großbuchstaben)
|
||||||
- `kontakt.html` – Kontakt
|
- `kontakt.html` – Kontakt
|
||||||
- `impressum.html` – Impressum
|
- `impressum.html` – Impressum
|
||||||
|
|
||||||
|
|
||||||
|
## Features
|
||||||
|
- Begrüßung nach Tageszeit (script.js): zeigt je nach Uhrzeit einen anderen Text in einer anderen Farbe (index.html, css/style.css)
|
||||||
|
- Dark Mode mit Schiebeschalter – Einstellung wird im localStorage gespeichert
|
||||||
|
- Notenrechner mit farbigem Prozentbalken
|
||||||
|
- Textanalyse mit direkter Rückmeldung auf der Seite
|
||||||
|
- Zentrale Navigation über nav.js
|
||||||
|
|
||||||
|
|
||||||
## Technologien
|
## Technologien
|
||||||
- HTML
|
- HTML
|
||||||
- CSS
|
- CSS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue