Index: Sortiere nach Kategorien
This commit is contained in:
171
index.html
171
index.html
@ -146,6 +146,25 @@
|
||||
opacity: 0.8;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.category-section {
|
||||
margin: 40px 0;
|
||||
}
|
||||
|
||||
.category-title {
|
||||
color: var(--text-color);
|
||||
text-align: center;
|
||||
margin: 30px 0 20px;
|
||||
font-size: 1.8em;
|
||||
text-shadow: 2px 2px 4px var(--shadow-color);
|
||||
padding: 10px;
|
||||
border-radius: 10px;
|
||||
background: var(--tool-bg);
|
||||
max-width: 300px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
box-shadow: 0 2px 4px var(--shadow-color);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -154,72 +173,92 @@
|
||||
<div class="header-image-container">
|
||||
<img src="header.png" alt="PonyWave Tools" class="header-image">
|
||||
</div>
|
||||
|
||||
<div class="tools-grid">
|
||||
<a href="https://tools.ponywave.de/bohne" class="tool-bubble">
|
||||
<h2 class="tool-title">Julien Bam - Songs aus der Bohne Übersicht</h2>
|
||||
<p class="tool-description">Eine Übersicht aller Videos der "Songs aus der Bohne" Saga von Julien Bam</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/sys_info" class="tool-bubble">
|
||||
<h2 class="tool-title">Systeminformationen</h2>
|
||||
<p class="tool-description">Zeigt Infos zu Browser, Gerät, detriebssysten, User-Agent und IPs an.</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/2048" class="tool-bubble">
|
||||
<h2 class="tool-title">2048</h2>
|
||||
<p class="tool-description">2048 in HTML</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/pinkie_timer" class="tool-bubble">
|
||||
<h2 class="tool-title">Pinkie Pie Timer</h2>
|
||||
<p class="tool-description">Ein Pinkie Pie Timer</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/text_cleaner" class="tool-bubble">
|
||||
<h2 class="tool-title">Text Cleaner</h2>
|
||||
<p class="tool-description">Entfere doppelte Zeilen aus einem Text</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/text_sorter" class="tool-bubble">
|
||||
<h2 class="tool-title">Text Sorter</h2>
|
||||
<p class="tool-description">Sortiere einen Text alphabetisch</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/shape_shifter" class="tool-bubble">
|
||||
<h2 class="tool-title">Shape Shifter</h2>
|
||||
<p class="tool-description">Ein Canvas-Experiment, bei dem Partikel verwendet werden, um verschiedene Formen basierend auf Benutzereingaben darzustellen. Unterstützt mehrere Modi: Text, Countdown, Uhrzeit und Icons.</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/yt_thumb" class="tool-bubble">
|
||||
<h2 class="tool-title">YouTube Thumbnail Viewer</h2>
|
||||
<p class="tool-description">Zeige Thumbnails zu YouTube-Videos an und speicher sie</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/kemonogen" class="tool-bubble">
|
||||
<h2 class="tool-title">Kemono Friends Logo Generator</h2>
|
||||
<p class="tool-description">Generiere Logos im Kemono Friends Stil</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/cell" class="tool-bubble">
|
||||
<h2 class="tool-title">Platelets poking</h2>
|
||||
<p class="tool-description">Stupse Platelets an!</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/flash_dl" class="tool-bubble">
|
||||
<h2 class="tool-title">Flash Downloader</h2>
|
||||
<p class="tool-description">Downloade Flash-Dateinen von Z0R und FUS RO GA</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/depp_gpt" class="tool-bubble">
|
||||
<h2 class="tool-title">Depp GPT</h2>
|
||||
<p class="tool-description">Eine lustige KI</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/checkwave" class="tool-bubble">
|
||||
<h2 class="tool-title">Check Wave</h2>
|
||||
<p class="tool-description">Kleine Checkwave Animation</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/dogify" class="tool-bubble">
|
||||
<h2 class="tool-title">Dogify</h2>
|
||||
<p class="tool-description">Wow such doge many fun</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/ba_memory" class="tool-bubble">
|
||||
<h2 class="tool-title">Blue Archive Memory</h2>
|
||||
<p class="tool-description">Memory-Spiel mit Blue Archive Charactere</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/emoji" class="tool-bubble">
|
||||
<h2 class="tool-title">Emoji Rain</h2>
|
||||
<p class="tool-description">Lass es Emoji regnen!</p>
|
||||
</a>
|
||||
<div class="category-section">
|
||||
<h2 class="category-title">🛠️ Utilities</h2>
|
||||
<div class="tools-grid">
|
||||
<a href="https://tools.ponywave.de/sys_info" class="tool-bubble">
|
||||
<h2 class="tool-title">Systeminformationen</h2>
|
||||
<p class="tool-description">Zeigt Infos zu Browser, Gerät, Betriebssystem, User-Agent und IPs an.</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/text_cleaner" class="tool-bubble">
|
||||
<h2 class="tool-title">Text Cleaner</h2>
|
||||
<p class="tool-description">Entferne doppelte Zeilen aus einem Text</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/text_sorter" class="tool-bubble">
|
||||
<h2 class="tool-title">Text Sorter</h2>
|
||||
<p class="tool-description">Sortiere einen Text alphabetisch</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/yt_thumb" class="tool-bubble">
|
||||
<h2 class="tool-title">YouTube Thumbnail Viewer</h2>
|
||||
<p class="tool-description">Zeige Thumbnails zu YouTube-Videos an und speicher sie</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/flash_dl" class="tool-bubble">
|
||||
<h2 class="tool-title">Flash Downloader</h2>
|
||||
<p class="tool-description">Downloade Flash-Dateien von Z0R und FUS RO GA</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/kemonogen" class="tool-bubble">
|
||||
<h2 class="tool-title">Kemono Friends Logo Generator</h2>
|
||||
<p class="tool-description">Generiere Logos im Kemono Friends Stil</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="category-section">
|
||||
<h2 class="category-title">🎮 Spiele</h2>
|
||||
<div class="tools-grid">
|
||||
<a href="https://tools.ponywave.de/2048" class="tool-bubble">
|
||||
<h2 class="tool-title">2048</h2>
|
||||
<p class="tool-description">2048 in HTML</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/ba_memory" class="tool-bubble">
|
||||
<h2 class="tool-title">Blue Archive Memory</h2>
|
||||
<p class="tool-description">Memory-Spiel mit Blue Archive Charactere</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/cell" class="tool-bubble">
|
||||
<h2 class="tool-title">Platelets poking</h2>
|
||||
<p class="tool-description">Stupse Platelets an!</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="category-section">
|
||||
<h2 class="category-title">🎨 Kreativ</h2>
|
||||
<div class="tools-grid">
|
||||
<a href="https://tools.ponywave.de/shape_shifter" class="tool-bubble">
|
||||
<h2 class="tool-title">Shape Shifter</h2>
|
||||
<p class="tool-description">Canvas-Experiment mit Partikeln für verschiedene Formen</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/checkwave" class="tool-bubble">
|
||||
<h2 class="tool-title">Check Wave</h2>
|
||||
<p class="tool-description">Kleine Checkwave Animation</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/dogify" class="tool-bubble">
|
||||
<h2 class="tool-title">Dogify</h2>
|
||||
<p class="tool-description">Wow such doge many fun</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="category-section">
|
||||
<h2 class="category-title">😄 Unterhaltung</h2>
|
||||
<div class="tools-grid">
|
||||
<a href="https://tools.ponywave.de/bohne" class="tool-bubble">
|
||||
<h2 class="tool-title">Julien Bam - Songs aus der Bohne</h2>
|
||||
<p class="tool-description">Übersicht aller Videos der Saga</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/pinkie_timer" class="tool-bubble">
|
||||
<h2 class="tool-title">Pinkie Pie Timer</h2>
|
||||
<p class="tool-description">Ein Pinkie Pie Timer</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/depp_gpt" class="tool-bubble">
|
||||
<h2 class="tool-title">Depp GPT</h2>
|
||||
<p class="tool-description">Eine lustige KI</p>
|
||||
</a>
|
||||
<a href="https://tools.ponywave.de/emoji" class="tool-bubble">
|
||||
<h2 class="tool-title">Emoji Rain</h2>
|
||||
<p class="tool-description">Lass es Emoji regnen!</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
|
Reference in New Issue
Block a user