added subpages
This commit is contained in:
12
app/views/welcome/anfahrt.html.erb.muster
Normal file
12
app/views/welcome/anfahrt.html.erb.muster
Normal 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>
|
||||
12
app/views/welcome/datenschutz.html.erb.muster
Normal file
12
app/views/welcome/datenschutz.html.erb.muster
Normal 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>
|
||||
12
app/views/welcome/impressum.html.erb.muster
Normal file
12
app/views/welcome/impressum.html.erb.muster
Normal 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>
|
||||
13
app/views/welcome/index.html.erb
Normal file
13
app/views/welcome/index.html.erb
Normal 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>
|
||||
15
app/views/welcome/kontakt.html.erb.muster
Normal file
15
app/views/welcome/kontakt.html.erb.muster
Normal 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>
|
||||
12
app/views/welcome/leistungen.html.erb.muster
Normal file
12
app/views/welcome/leistungen.html.erb.muster
Normal 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>
|
||||
Reference in New Issue
Block a user