Redesigned some things and made a post at Bla.

This commit is contained in:
The Wobbler 2023-10-08 17:48:57 +02:00
parent 746437ff9d
commit 17bc1ea575
8 changed files with 292 additions and 142 deletions

View file

@ -1,57 +1,49 @@
<!DOCTYPE html>
<html lang="de"><meta charset="utf-8">
<head>
<head>
<title>Pythonskripte</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>
</head>
<body style="background-color: #2e2e2e";>
<body style="background-color: #2e2e2e;">
<div class="background">
<div style="font-family:ubuntu;" class="topnav">
<div class="topnav-placeholder"></div>
<a class="topnav-inactive" href="https://i21k.de/emil" title="EKNr1 Startseite">Startseite</a>
<a class="topnav-inactive" 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>
<dl>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/PyBrow" class="normal-link">* PyBrow</a>
</dt>
<dd class="normal-text">
- Ein Webbrowser mit Python programmiert.
<br>
Downloaded eine Version aber mit den Settings und Icon.
</dd>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/winke-winke.py" class="normal-link">* Python Animation Test</a>
</dt>
<dd class="normal-text">
- Ein kleiner Test einer Terminalanimation.
</dd>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/ematrix/" class="normal-link">* EMatrix</a>
</dt>
<dd class="normal-text">
- Eine kleine einfache Matrix.
<br>
Downloaded eine Version aber ab der 1.1 mit den Settings
</dd>
</dl>
<dl>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/PyBrow" class="normal-link">* PyBrow</a>
</dt>
<dd class="normal-text">
- Ein Webbrowser mit Python programmiert.
<br>
Downloaded eine Version aber mit den Settings und Icon.
</dd>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/winke-winke.py" class="normal-link">* Python Animation Test</a>
</dt>
<dd class="normal-text">
- Ein kleiner Test einer Terminalanimation.
</dd>
<dt class="normal-list">
<a href="https://i21k.de/emil/files/python/ematrix/" class="normal-link">* EMatrix</a>
</dt>
<dd class="normal-text">
- Eine kleine einfache Matrix.
<br>
Downloaded eine Version aber ab der 1.1 mit den Settings
</dd>
</dl>
</div>
@ -60,9 +52,18 @@
let backgrounds = getFilesInFolder(pageContent);
randomBackground(backgrounds)
});
</script>
</script>
</body>
<div class="topnav-companion"></div>
<div style="font-family:ubuntu;" class="topnav">
<a class="topnav-inactive" href="https://i21k.de/emil" title="EKNr1 Startseite">Startseite</a>
<a class="topnav-inactive" 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>
</body>
</html>