Compare commits

..

13 Commits

Author SHA1 Message Date
neon443
5533304b57 sob how has stickerslack not been here this whole time 2026-01-04 19:42:52 +00:00
Nihaal Sharma
1ff4044f76 fix rng link 2025-11-25 09:01:32 +00:00
Nihaal Sharma
90f4c137e6 Create CNAME 2025-11-13 21:22:37 +00:00
Nihaal Sharma
25beba998e Delete CNAME 2025-11-13 21:22:33 +00:00
Nihaal Sharma
c7fbaed7c7 Create CNAME 2025-11-13 20:57:10 +00:00
Nihaal Sharma
d05f9053c8 Delete CNAME 2025-11-13 20:57:02 +00:00
Nihaal Sharma
08a74f4402 Create CNAME 2025-11-13 20:35:44 +00:00
Nihaal Sharma
56b52b3203 Update ShhShell to use AppStore link 2025-11-11 18:34:02 +00:00
neon443
26f0004f58 update icon2 2025-09-27 17:43:49 +01:00
neon443
61774d4c98 update shhshell icon 2025-09-27 17:42:52 +01:00
neon443
aa49037779 update shhshell icon 2025-08-23 13:24:25 +01:00
neon443
6a376d4574 updated the icon grid to have proper columsn that are euqal size 2025-07-30 18:15:00 +01:00
neon443
05e228c50a added shhshell
(its about time lol)
forgot about the site tbh :heavysob:
2025-07-30 18:03:55 +01:00
3 changed files with 18 additions and 8 deletions

1
CNAME Normal file
View File

@@ -0,0 +1 @@
neon443.xyz

View File

@@ -34,14 +34,18 @@
</h2>
<h3>Apps</h3>
<div class="homescreen">
<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 href="https://apps.apple.com/us/app/shhshell/id6746970159" class="app">
<img src="https://github.com/neon443/ShhShell/blob/main/Resources/Assets.xcassets/ShhShell.imageset/ShhShell.png?raw=true" alt="App Icon" style="scale: 1;">
<span class="label">ShhShell</span>
</a>
<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;">
<span class="label">AirAP</span>
</a>
<a href="https://testflight.apple.com/join/JWTN897S" class="app">
<img src="https://files.catbox.moe/d8go4n.png" alt="App Icon" style="scale: 1;">
<span class="label">StickerSlack</span>
</a>
<a href="https://github.com/neon443/DockPhobia" class="app">
<img src="https://github.com/neon443/DockPhobia/raw/main/DockPhobia/Resources/Assets.xcassets/AppIcon.appiconset/DockPhobiaAppIcon.png?raw=true" alt="App Icon" style="scale: 1.25;">
<span class="label">DockPhobia</span>
@@ -50,7 +54,11 @@
<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>
<a href="https://github.com/neon443/RNG_Swift" class="app">
<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://apps.apple.com/app/id6745455019" 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>

View File

@@ -168,10 +168,10 @@ h5 {
.homescreen {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
gap: 20px;
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
gap: 0px;
margin-top: 10px;
justify-items: start;
justify-items: center; /* center-align app tiles */
}
.app {
@@ -188,7 +188,7 @@ h5 {
margin-top: 5px;
width: 100px;
height: 100px;
border-radius: 20px;
border-radius: 22px;
transition: 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@@ -253,6 +253,7 @@ h5 {
.app img {
width: auto;
height: 80px;
border-radius: 18px;
}
.indented {
margin-left: 10px;