add apps to the sie

This commit is contained in:
neon443
2025-05-01 10:51:38 +01:00
parent aa148283a6
commit 3ebba8c741
3 changed files with 40 additions and 11 deletions

View File

@@ -32,6 +32,26 @@
Welcome
</b>
</h2>
<h3>Apps</h3>
<div class="homescreen">
<a href="https://github.com/neon443/NearFuture" class="app">
<img src="https://github.com/neon443/NearFuture/blob/main/NearFuture/Assets.xcassets/AppIcon.appiconset/NearFutureIcon.png?raw=true" alt="App Icon">
<span class="label">Near Future</span>
</a>
<a href="https://github.com/neon443/DockPhobia" class="app">
<img src="https://github.com/neon443/DockPhobia/blob/main/DockPhobiaAppIcon.png?raw=true" alt="App Icon" style="scale: 1.25;">
<span class="label">DockPhobia</span>
</a>
<a href="https://github.com/neon443/RNG_Swift" class="app">
<img src="https://github.com/neon443/RNG_Swift/blob/main/IconLight.png?raw=true" alt="App Icon" style="scale: 1;">
<span class="label">RNG</span>
</a>
<a href="https://github.com/neon443/CrazyCattle3DiOS" class="app">
<img src="https://media.githubusercontent.com/media/neon443/CrazyCattle3DiOS/main/xc/CrazyCattle3D/Images.xcassets/AppIcon.appiconset/Icon-1024.png" alt="App Icon" style="scale: 1;">
<span class="label">Crazy Cattle 3D</span>
</a>
</div>
<h3>Games</h3>
<div class="homescreen">
<a href="./games/eaglercraft1122/" class="app">
<img src="./images/minecraft/1.12.png" alt="App Icon">
@@ -112,12 +132,14 @@
<a href="https://notbyai.fyi">
<img class="themednotByAI" src="./images/notByAI.svg" alt="">
</a>
<a class="textLinks" href="https://github.com/neon443/">
GitHub Homepage
</a>
<a class="textLinks" href="https://github.com/neon443/neon443.github.io/issues/new/">
Create an Issue
</a>
<p>
<a class="textLinks" href="https://github.com/neon443/">
GitHub Homepage
</a>
<a class="textLinks" href="https://github.com/neon443/neon443.github.io/issues/new/">
Create an Issue
</a>
</p>
</footer>
</body>
</html>