added shhshell

(its about time lol)
forgot about the site tbh :heavysob:
This commit is contained in:
neon443
2025-07-30 18:03:55 +01:00
parent dd82825cbc
commit 05e228c50a
2 changed files with 9 additions and 4 deletions

View File

@@ -34,9 +34,9 @@
</h2> </h2>
<h3>Apps</h3> <h3>Apps</h3>
<div class="homescreen"> <div class="homescreen">
<a href="https://apps.apple.com/gb/app/near-future-event-tracker/id6744963429" class="app"> <a href="https://testflight.apple.com/join/uNKEAtSw" class="app">
<img src="https://github.com/neon443/NearFuture/blob/main/Resources/Assets.xcassets/AppIcon.appiconset/NearFutureIcon.png?raw=true" alt="App Icon"> <img src="https://github.com/neon443/ShhShell/blob/main/Resources/Assets.xcassets/AppIcon.appiconset/ShhShell.png?raw=true" alt="App Icon" style="scale: 1;">
<span class="label">Near Future</span> <span class="label">ShhShell</span>
</a> </a>
<a href="https://testflight.apple.com/join/8aeqD8Q2" class="app"> <a href="https://testflight.apple.com/join/8aeqD8Q2" class="app">
<img src="https://github.com/neon443/AirAP/blob/main/AirAP/Assets.xcassets/AppIcon.appiconset/Icon.png?raw=true" alt="App Icon" style="scale: 1;"> <img src="https://github.com/neon443/AirAP/blob/main/AirAP/Assets.xcassets/AppIcon.appiconset/Icon.png?raw=true" alt="App Icon" style="scale: 1;">
@@ -50,6 +50,10 @@
<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;"> <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> <span class="label">Crazy Cattle 3D</span>
</a> </a>
<a href="https://apps.apple.com/gb/app/near-future-event-tracker/id6744963429" class="app">
<img src="https://github.com/neon443/NearFuture/blob/main/Resources/Assets.xcassets/AppIcon.appiconset/NearFutureIcon.png?raw=true" alt="App Icon">
<span class="label">Near Future</span>
</a>
<a href="https://github.com/neon443/RNG_Swift" class="app"> <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;"> <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> <span class="label">RNG</span>

View File

@@ -188,7 +188,7 @@ h5 {
margin-top: 5px; margin-top: 5px;
width: 100px; width: 100px;
height: 100px; height: 100px;
border-radius: 20px; border-radius: 22px;
transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
} }
@@ -253,6 +253,7 @@ h5 {
.app img { .app img {
width: auto; width: auto;
height: 80px; height: 80px;
border-radius: 18px;
} }
.indented { .indented {
margin-left: 10px; margin-left: 10px;