58 lines
1.6 KiB
HTML
58 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<title> Contact </title>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
|
|
<body>
|
|
<p> Look for stuff py pressing <kbd>Ctrl + F</kbd> </p>
|
|
|
|
<p> <b>Hier</b> kommt ihr zu den anderen Seiten </p>
|
|
<ul>
|
|
<li>
|
|
<a href="about_me.html"> About mew! </a>
|
|
</li>
|
|
<li>
|
|
<a href="contact.html"> Kontaktiere mich doch :3 </a>
|
|
</li>
|
|
<li>
|
|
<a href="portfolio.html"> Portfolio </a>
|
|
</li>
|
|
</ul>
|
|
|
|
<div>
|
|
<label>What are you looking for? </label>
|
|
<input type="text">
|
|
</div>
|
|
|
|
<p> Hier ist eine <a href="files/leertext.pdf">PDF</a> mit Leertext verlinkt! </p>
|
|
<p> Diese dient dazu, genug Datentypen für die Aufgabe zu verwenden. </p>
|
|
|
|
<h2> Mail </h2>
|
|
<p> Justin.Dretvic@hs-furtwangen.de </p>
|
|
|
|
<h2> Facebook </h2>
|
|
<img src="files/f_logo_RGB-Blue_58.png" alt="Facebook Logo" />
|
|
<p> Here is a related quote:</p>
|
|
<blockquote>
|
|
<p>We're running the company to serve more people.</p>
|
|
<p>Said by: Mark Zuckerberg</p>
|
|
</blockquote>
|
|
|
|
|
|
<h2> Instagram </h2>
|
|
<img src="files/glyph-logo_May2016.png" width="130" heigth="130" alt="Instagram Logo" />
|
|
|
|
<footer>
|
|
<div>
|
|
<p> Dieser Inhalt steht in einem footer! </p>
|
|
<p> Jegliche Inhalte werden nicht monetär verwendet! </p>
|
|
<p> Alle Bilder, die keine Logos sind, wurden von <a href="https://pixabay.com/de/">https://pixabay.com/de/</a> bezogen </p>
|
|
</div>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html> |