diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..ad26d80 Binary files /dev/null and b/bun.lockb differ diff --git a/public/forgejologo.svg b/public/forgejologo.svg new file mode 100644 index 0000000..9c46d82 --- /dev/null +++ b/public/forgejologo.svg @@ -0,0 +1,40 @@ + + + + + Forgejo logo + Caesar Schinas + + + + + + + + + + + + + diff --git a/public/graphitelogo.svg b/public/graphitelogo.svg new file mode 100644 index 0000000..1aa9c24 --- /dev/null +++ b/public/graphitelogo.svg @@ -0,0 +1,85 @@ + + + + + + + + diff --git a/public/index.html b/public/index.html index ec23f94..3152822 100644 --- a/public/index.html +++ b/public/index.html @@ -4,40 +4,22 @@ - + + + + + - - Zoey's Bits +
- diff --git a/public/jellyfinlogo.svg b/public/jellyfinlogo.svg new file mode 100644 index 0000000..d4d7f01 --- /dev/null +++ b/public/jellyfinlogo.svg @@ -0,0 +1,24 @@ + + + + + + + + + + icon-transparent + + + + + diff --git a/public/memoslogo.png b/public/memoslogo.png new file mode 100644 index 0000000..7e2036c Binary files /dev/null and b/public/memoslogo.png differ diff --git a/public/owncastlogo.png b/public/owncastlogo.png new file mode 100644 index 0000000..f5c52e0 Binary files /dev/null and b/public/owncastlogo.png differ diff --git a/public/photonlogo.png b/public/photonlogo.png new file mode 100644 index 0000000..3fec62e Binary files /dev/null and b/public/photonlogo.png differ diff --git a/public/versions.txt b/public/versions.txt deleted file mode 100644 index 07559f5..0000000 --- a/public/versions.txt +++ /dev/null @@ -1,11 +0,0 @@ -godot 4.2.1-1, -blender 17:4.0.2-8, -inkscape 1.3.2-3, -krita 5.2.2-2, -gimp 2.10.36-3 - - - - - -please GOD LET ME FIX THIS BS \ No newline at end of file diff --git a/src/App.css b/src/App.css index 97e78a9..cd96acf 100644 --- a/src/App.css +++ b/src/App.css @@ -15,28 +15,90 @@ } .BunnyLogo, -.GiteaLogo, -.NextcloudLogo { +.MemosLogo, +.OwncastLogo, +.PhotonLogo { + width: 115px; + height: 115px; user-select: none; pointer-events: none; object-position: center; } -.LogoBoxes { - width: 100%; - height: auto; +.PubP { + color: #111111; + font-size: larger; + user-select: none; + pointer-events: none; + object-position: center; +} + +.LogoBoxesPub { + width: 150px; + height: 150px; display: flex; justify-content: center; align-items: center; } -.LogoBoxes { +.LogoBoxesPub { transition: transform 0.25s ease; } -.LogoBoxes:hover { +.LogoBoxesPub:hover { + transform: scale(1.1) /*rotate(360deg)*/; + animation: LogoHoverAnim 0.5s ease-in-out; +} + +.TextButt { + user-select: none; + object-position: center; +} + +.Teardrop { + user-select: none; + pointer-events: none; + object-position: center; +} + +.ForgejoLogo, +.JellyfinLogo, +.GraphiteLogo { + height: 76px; + width: 76px; + user-select: none; + pointer-events: none; + object-position: center; +} + +.TailP { + color: #111111; + user-select: none; + pointer-events: none; + object-position: center; +} + +.SubHeaders { + user-select: none; + pointer-events: none; + object-position: center; +} + +.LogoBoxesTail { + width: 100px; + height: 100px; + display: flex; + justify-content: center; + align-items: center; +} + +.LogoBoxesTail { + transition: transform 0.25s ease; +} + +.LogoBoxesTail:hover { transform: scale(1.1) rotate(360deg); - animation: LogoHoverAnim 1s ease-in-out; + animation: LogoHoverSpinAnim 1s ease-in-out; } .VersionBox { @@ -101,6 +163,17 @@ } @keyframes LogoHoverAnim { + from { + /*transform: rotate(0deg) scale(1);*/ + transform: scale(1); + } + to { + /*transform: rotate(360deg) scale(1.1);*/ + transform: scale(1.1); + } +} + +@keyframes LogoHoverSpinAnim { from { transform: rotate(0deg) scale(1); } @@ -109,6 +182,7 @@ } } + @keyframes Welcome-spin { from { transform: rotate(-2deg); diff --git a/src/App.jsx b/src/App.js similarity index 90% rename from src/App.jsx rename to src/App.js index d2d8a70..a0d1caf 100644 --- a/src/App.jsx +++ b/src/App.js @@ -12,7 +12,7 @@ import Home from './Home'; function App() { return ( -
+
diff --git a/src/BottomBar.jsx b/src/BottomBar.js similarity index 100% rename from src/BottomBar.jsx rename to src/BottomBar.js diff --git a/src/Home.js b/src/Home.js index 067ded4..c577c29 100644 --- a/src/Home.js +++ b/src/Home.js @@ -21,15 +21,37 @@ function Home() {

Welcome, fellow traveller!

-
- - Nextcloud +

Public Services.

+
-
+

Tailscale

+ +

_>#

diff --git a/src/SideBar.jsx b/src/SideBar.js similarity index 100% rename from src/SideBar.jsx rename to src/SideBar.js diff --git a/src/TopBar.jsx b/src/TopBar.js similarity index 85% rename from src/TopBar.jsx rename to src/TopBar.js index edb675c..e6742ee 100644 --- a/src/TopBar.jsx +++ b/src/TopBar.js @@ -16,15 +16,15 @@ const TopBar = () => {
-
+
-

Projects

+

Projects

-
+
-

Rants

+

Rants

-
+

About