Upload Aufgabe 01

This commit is contained in:
Justin Dretvic 2020-04-23 12:56:22 +02:00
parent 963165e8d5
commit 1681105aea
3 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,30 @@
<!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="youtube.com" target:"_blank">Youtube</a></p>
<p> Homepage von Janina: <a href="https://janinacpb.github.io/GIS-SoSe-2020" target:"_blank">Press me!</a></p>
<p> Homepage von Linda: <a href="https://linlin94.github.io/GiS_SoSe2020" target:"_blank">Press me!</a></p>
<p> Homepage von Jacqueline: <a href="https://jk-jacki.github.io/GIS_SoSe2020" 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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

View File

@ -13,6 +13,7 @@ body {
</head>
<body>
<!-- Hier die Links zu den gelösten Aufgaben einstellen, aktuelle oben, alte stehen lassen! Format: Aufgabenbezeichnung, Datum -->
<a href="https://yamidesu.github.io/GIS-SoSe-2020/Aufgaben/Aufgabe_00_2020-04-22/index.html" target:"_blank"> Aufgabe_00_2020-04-22 </a>
<a href="https://yamidesu.github.io/GIS-SoSe-2020/Aufgaben/Aufgabe_00_2020-04-22/index.html" target="_blank"> Aufgabe_00_2020-04-22 </a>
<a href="https://yamidesu.github.io/GIS-SoSe-2020/Aufgaben/Aufgabe_01_2020-04-29/index.html" target="_blank"> Aufgabe_01_2020-04-29 </a>
</body>
</html>