added subpages

This commit is contained in:
2025-11-19 10:30:38 +01:00
parent a52605f8e8
commit e0869958ab
18 changed files with 143 additions and 134 deletions

View File

@ -0,0 +1,12 @@
<div>
<h1 class="font-bold text-4xl">Anfahrt</h1>
<p>Find me in app/views/welcome/anfahrt.html.erb</p>
</div>
<p class="mt-10">
<h2>Beschreibung</h2>
<ul>
<li>Wir arbeiten hier mit Bilder und Links</li>
<li>Weiter verwenden wir für die Plazierung auf der Seite div's mit p's und br's</li>
</ul>
</p>

View File

@ -0,0 +1,12 @@
<div>
<h1 class="font-bold text-4xl">Datenschutz</h1>
<p>Find me in app/views/welcome/datenschutz.html.erb</p>
</div>
<p class="mt-10">
<h2>Beschreibung</h2>
<ul>
<li>Text und Heading</li>
<li>Was beinhaltet eine Datenschutzseite?</li>
</ul>
</p>

View File

@ -0,0 +1,12 @@
<div>
<h1 class="font-bold text-4xl">Impressum</h1>
<p>Find me in app/views/welcome/impressum.html.erb</p>
</div>
<p class="mt-10">
<h2>Beschreibung</h2>
<ul>
<li>Wieder Text mit H1 bis H6 und Paragaphen</li>
<li>Was beinhaltet ein Impressum</li>
</ul>
</p>

View File

@ -0,0 +1,13 @@
<div>
<h1 class="font-bold text-4xl">Welcome</h1>
<p>Find me in app/views/welcome/index.html.erb</p>
</div>
<p class="mt-10">
<h2>Beschreibung</h2>
<ul>
<li>Was sind Tags</li>
<li>was ist CSS</li>
<li>Wir machen und das Leben einfacher mit Tailwind CSS</li>
</ul>
</p>

View File

@ -0,0 +1,15 @@
<div>
<h1 class="font-bold text-4xl">Kontakt</h1>
<p>Find me in app/views/welcome/kontakt.html.erb</p>
</div>
<p class="mt-10">
<h2>Beschreibung</h2>
<ul>
<li>Was ist ein Formular</li>
<li>Was sind Felder, Text, Radio, Checkbox und Textarea</li>
<li>Kann man Telefon, Email und Datum bei der Eingabe erzwingen?</li>
<li>Ich stelle mich vor</li>
<li>Ich baue ein Bild von mir ein</li>
</ul>
</p>

View File

@ -0,0 +1,12 @@
<div>
<h1 class="font-bold text-4xl">Leistungen</h1>
<p>Find me in app/views/welcome/Leistungen.html.erb</p>
</div>
<p class="mt-10">
<h2>Beschreibung</h2>
<ul>
<li>Viel Text mit Header h1 - h6</li>
<li>Text in Paragaphen mit p und br</li>
</ul>
</p>