readme.md aktualisiert
This commit is contained in:
parent
d92435426a
commit
e7b092f819
1 changed files with 37 additions and 0 deletions
37
readme.md
37
readme.md
|
|
@ -1,2 +1,39 @@
|
|||
Pfad auf dem Server: /home/isa8/public.html
|
||||
|
||||
|
||||
|
||||
ueber_uns.html
|
||||
Struktur:
|
||||
.
|
||||
│― index.html
|
||||
│― css/
|
||||
│ … style.css
|
||||
│― js/
|
||||
│ … script.js
|
||||
│
|
||||
│
|
||||
└ pages/
|
||||
│― .gitignore
|
||||
.. eis_projekt.html
|
||||
.. impressum.html
|
||||
.. index.html
|
||||
.. kontakt.html
|
||||
readme.md
|
||||
|
||||
|
||||
Dateien:
|
||||
- index.html — Landing-Seite
|
||||
(lande hier bei isa8.edumake.de)
|
||||
- css/style.css — Layout, Farben
|
||||
- pages/impressum.html — Pflichtangaben
|
||||
- pages/kontakt.html — Kontaktformular
|
||||
|
||||
Verlinkungen:
|
||||
- index.html verlinkt css/style.css
|
||||
(im <head>) — für Layout
|
||||
- index.html verlinkt img/logo.png — ?
|
||||
Logo wird im Header angezeigt
|
||||
- index.html verlinkt pages/impressum.html
|
||||
— Footer-Link
|
||||
- pages/*.html verlinken ../css/style.css
|
||||
(eine Ebene höher)
|
||||
|
|
|
|||
Loading…
Reference in a new issue