Readme hinzugefügt
This commit is contained in:
parent
d72d23952f
commit
69ef32057e
1 changed files with 51 additions and 0 deletions
51
README.md
Normal file
51
README.md
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
# cyan. – Creative Studio
|
||||
|
||||
"cyan." ist ein erfundenes kreatives Studio rund um die Kunst der Cyanotypie – ein historisches Fotogramm-Verfahren mit Licht und Natur, welches zum Übungszweck für das Lernprojekt als Gestaltungselement dient.
|
||||
|
||||
## Über das Projekt
|
||||
Lernprojekt im Rahmen des Moduls **Entwicklung interaktiver Softwareanwendungen (EIS)** an der Pädagogischen Hochschule Weingarten, SoSe 2026.
|
||||
|
||||
## Projektstruktur
|
||||
public_html/
|
||||
├── index.html ← Startseite mit Bildgalerien
|
||||
├── ueber_uns.html ← Über das Studio
|
||||
├── eis_projekt.html ← Das Lernprojekt
|
||||
├── team.html ← Steckbrief
|
||||
├── kontakt.html ← Kontakt
|
||||
├── impressum.html ← Impressum
|
||||
├── README.md ← Diese Datei
|
||||
│
|
||||
├── css/
|
||||
│ └── style.css ← Zentrales Stylesheet für alle Seiten
|
||||
│
|
||||
├── js/
|
||||
│ └── script.js ← JavaScript für die Bildgalerien
|
||||
│
|
||||
├── img/
|
||||
│ ├── Fotogalerie/ ← Bilder für die Galerien (Farn & Moos Serie)
|
||||
│ ├── Avatar.png ← Avatar für den Steckbrief
|
||||
│ ├── Logo2.png ← Logo für die Navigation
|
||||
│ └── Favicon.jpg ← Favicon
|
||||
│
|
||||
└── assets/
|
||||
└── Preisliste.pdf ← Downloadbare Preisliste
|
||||
|
||||
|
||||
## Seiten
|
||||
- `index.html` – Startseite mit Bildgalerien
|
||||
- `ueber_uns.html` – Über das Studio
|
||||
- `eis_projekt.html` – Das Lernprojekt
|
||||
- `team.html` – Steckbrief
|
||||
- `kontakt.html` – Kontakt
|
||||
- `impressum.html` – Impressum
|
||||
|
||||
|
||||
## Technologien
|
||||
- HTML
|
||||
- CSS
|
||||
- JavaScript
|
||||
- Git / Forgejo
|
||||
|
||||
## Live
|
||||
[https://isa9.edumake.de](https://isa9.edumake.de)
|
||||
|
||||
Loading…
Reference in a new issue