127 lines
4.3 KiB
HTML
127 lines
4.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="basic.css">
|
|
<link rel="stylesheet" href="about_me.css">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<title> About Me </title>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<svg width="650" height="160">
|
|
<ellipse cx="325" cy="0" rx="300" ry="150" stroke="#011f4b" stroke-width="5" fill="#005b96" />
|
|
<text fill="#ffffff" font-size="50" x="200" y="60"> A B O U T </text>
|
|
<text fill="#ffffff" font-size="50" x="260" y="110"> M E </text>
|
|
</svg>
|
|
|
|
|
|
|
|
<div class="navigation">
|
|
<ul>
|
|
<li>
|
|
<a href="about_me.html" class="active"> About Me! </a>
|
|
</li>
|
|
<li>
|
|
<a href="contact.html"> Contact </a>
|
|
</li>
|
|
<li>
|
|
<a href="portfolio.html"> Portfolio </a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="achthundert">
|
|
|
|
<div>
|
|
<p id="dollar"> Here you get ( o-o)~[ 20€ ] </p>
|
|
<p id="aplus"> Now you HAVE TO get me an A++ (ò-ó) </p>
|
|
</div>
|
|
|
|
<div id="heading">
|
|
<h1> This is real, this is me</h1>
|
|
<h2> This is exactly, where I'm supposed to be ♫ </h2>
|
|
</div>
|
|
|
|
<div id="pokemon">
|
|
<h4> I'm a D I G I M O N </h4>
|
|
<a href="https://wallpaperaccess.com/full/31008.jpg">
|
|
<img src="files/pokeball.png" alt="pokeball" width="200" height="240" />
|
|
</a>
|
|
<div>
|
|
<label>Süß, oder?</label>
|
|
<input type="checkbox">
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<table>
|
|
<tr>
|
|
<th> WHICH </th>
|
|
<th> ONE </th>
|
|
<th> AM </th>
|
|
<th> I? </th>
|
|
</tr>
|
|
<tr>
|
|
<td class="eagle"> <embed class="eagle" src="files/eagle.jpg" type="image/jpeg" width="100" height="100"> </td>
|
|
<td class="eagle"> <embed src="files/eagle.jpg" type="image/jpeg" width="100" height="100"> </td>
|
|
<td class="eagle"> <embed src="files/eagle.jpg" type="image/jpeg" width="100" height="100"> </td>
|
|
<td class="eagle"> <embed src="files/eagle.jpg" type="image/jpeg" width="100" height="100"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class="eagle"> <embed src="files/eagle.jpg" type="image/jpeg" width="100" height="100"> </td>
|
|
<td class="eagle"> <embed src="files/eagle.jpg" type="image/jpeg" width="100" height="100"> </td>
|
|
<td id="peep"> <embed src="files/robin-redbreast-in-tree-5038867_640.jpg" type="image/jpeg" width="100"
|
|
height="100"> </td>
|
|
<td class="eagle"> <embed src="files/eagle.jpg" type="image/jpeg" width="100" height="100"> </td>
|
|
</tr>
|
|
</table> <br>
|
|
|
|
<div id="kasten_außen">
|
|
<div class="kasten">
|
|
Quick Mafs! <br>
|
|
<code>
|
|
x = 5; <br>
|
|
y = 3; <br>
|
|
x + y = 8;
|
|
</code>
|
|
</div>
|
|
|
|
<div class="kasten">
|
|
<ol>
|
|
<li> Ich kann schon </li>
|
|
<li> den Zahlenbereich </li>
|
|
<li> von 1 bis 20 </li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="dozent">
|
|
<p> Ich saß zu viele Stunden an der Aufgabe, irgendwann hab ich das Design nur noch sehr einfach gehalten.
|
|
Bitte
|
|
vergebt mir, Eure Dozentheit! :c</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<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/"> Pixabay</a> bezogen </p>
|
|
<div class="second_nav">
|
|
<a href=""> <i class="fa fa-facebook-square"></i> </a>
|
|
<a href=""> <i class="fa fa-instagram"></i> </a>
|
|
<a href=""> <i class="fa fa-envelope"></i> </a>
|
|
<a href=""> <i class="fa fa-xing"></i> </a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |