Added all Files
This commit is contained in:
commit
9fe8dfec49
81 changed files with 1135 additions and 0 deletions
78
ueber-mich.html
Normal file
78
ueber-mich.html
Normal file
|
@ -0,0 +1,78 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="de"><meta charset="utf-8">
|
||||
|
||||
<head>
|
||||
|
||||
<title>Über mich</title>
|
||||
|
||||
<link rel="icon" sizes="192x192" href="profilbild-workbench.png">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body style="background-color: #2e2e2e;">
|
||||
|
||||
<div class="background" id="background">
|
||||
|
||||
<div style="font-family:ubuntu;" class="topnav">
|
||||
|
||||
<a class="topnav-inactive" href="https://i21k.de/emil" title="EKNr1 Startseite">Startseite</a>
|
||||
<a class="topnav-active" href="ueber-mich.html" title="Über mich">Über mich</a>
|
||||
<a class="topnav-inactive" href="downloads.html" title="Downloads">Downloads</a>
|
||||
<a class="topnav-inactive" href="bla" title="Text!">Bla</a>
|
||||
|
||||
</div>
|
||||
|
||||
<h1 class="normal-text">Über mich</h1>
|
||||
<p class="normal-text">
|
||||
Ich bin 14 Jahre alt, kann ein bisschen programmieren
|
||||
<br>
|
||||
und zocke gerne Spiele wie Minecraft.</p>
|
||||
<p class="tiny-text">Bischen wenig Text ;)</p>
|
||||
<br>
|
||||
<p class="normal-text fat-text">Programmiersprachen:</p>
|
||||
<p class="normal-text">
|
||||
- Python
|
||||
<br>
|
||||
- Kotlin
|
||||
<br>
|
||||
- Scratch
|
||||
</p>
|
||||
<p class="normal-text fat-text">Spiele:</p>
|
||||
<p class="normal-text">
|
||||
- Minecraft
|
||||
<br>
|
||||
- Terraria
|
||||
<br>
|
||||
- Factorio
|
||||
<br>
|
||||
- Minetest
|
||||
<br>
|
||||
- Robocraft
|
||||
<br>
|
||||
- AER: Memories of Old
|
||||
<br>
|
||||
- SuperTuxKart
|
||||
<br>
|
||||
- SuperTux 2
|
||||
</p>
|
||||
|
||||
<button class="ytbutton" onclick="window.open('https://www.youtube.com/@eknr1', '_blank')"title="YouTube">YouTube</button>
|
||||
<button class="scratchbutton" onclick="window.open('https://scratch.mit.edu/users/eknr1/', '_blank')"title="Scratch">Scratch</button>
|
||||
<button style="border-radius:5px;background-color:#5865f2;border-color:#5865f2;color:white;font-family:ubuntu;font-size:18px;cursor:pointer;" onclick="window.open('https://discord.com/invite/8htpyBfdan', '_blank')"title="Mein Discordserver">Discordserver</button>
|
||||
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
getStringOfPageContent("backgrounds", function(pageContent) {
|
||||
let backgrounds = getFilesInFolder(pageContent);
|
||||
randomBackground(backgrounds)
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue