Added form to the contact-page

This commit is contained in:
Justin Dretvic 2021-04-09 21:51:57 +02:00
parent efe0442e7a
commit 28eab04ecd
1 changed files with 23 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<h6>Kontakt...</h6>
</section>
<section>
<h2>Hier mein Social Media</h2>
<h2>Hier mein Social Media:</h2>
<ul>
<li><a href="https://twitter.com/">Twitter</a></li>
<li><a href="https://www.instagram.com/">Instagram</a></li>
@ -50,6 +50,28 @@
<blockquote> Der Sinn des Lebens besteht nicht darin ein erfolgreicher Mensch zu sein, sondern ein
wertvoller.<br>~ Albert Einstein</blockquote>
</section>
<section>
<h2>Falls ihr mich kontaktieren wollt:</h2>
<form action="#" method="GET">
<p>
<label for="fname">Vorname: </label>
<input type="text" name="fname" id="fname">
</p>
<p>
<label for="lname">Nachname: </label>
<input type="text" name="lname" id="lname">
</p>
<p>
<label for="email">E-Mail: </label>
<input type="email" name="email" id="email">
</p>
<p>
<label for="message"> Deine Nachricht:</label><br>
<textarea name="message" id="message" cols="30" rows="5"></textarea>
</p>
<input type="submit">
</form>
</section>
</main>
<hr>
<footer>