GIS-2020-SoSe/Aufgaben/Aufgabe_01_2020-04-29/index.html

30 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title> Aufgabe 01 </title>
<meta charset="UTF-8">
</head>
<body>
<a href="#Anker-Tag"> Hier ist der Anker zu deinem Glück! <br> </a>
<image src="portrait_zuschnitt.png" alt="This is supposed to be a picture of me!"/>
<h1> THIS IS ME </h1>
<p> Ich bin Justin. Ich mag Kekse. Ich studiere Medieninformatik im zweiten Semester. Du möchtest mehr über mich wissen? Dann frag mich doch. :3 <br> </p>
<h1> THIS IS MY FUTURE </h1>
<p> Ich mag Informatik aber auch Medien. Also studiere ich Medieninformatik! <br> </p>
<p> Hier ist ein Link für: <a href="https://www.youtube.com/" target:"_blank">Youtube</a></p>
<p> Homepage von Janina: <a href="https://janinacpb.github.io/GIS-SoSe-2020/Aufgabe01/aufgabe1.html" target:"_blank">Press me!</a></p>
<p> Homepage von Linda: <a href="https://linlin94.github.io/GiS_SoSe2020/Abgaben/Aufgabe_01" target:"_blank">Press me!</a></p>
<p> Homepage von Jacqueline: <a href="https://jk-jacki.github.io/GIS_SoSe2020/Aufgabe01/" target:"_blank">Press me!</a></p>
<p id="Anker-Tag">
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
You've found me ó_ò <br>
Here, have a cookie (UwU)~&#127850
</p>
</body>
</html>