diff --git a/Assets/forgejo.svg b/Assets/forgejo.svg new file mode 100644 index 0000000..e2461e6 --- /dev/null +++ b/Assets/forgejo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/README.md b/README.md index 3b1c4bc..6736b9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # live-site Files for my current live site located at https://page.moonmoon.tech/ + +main branch is the live site, dev branch is development branch and not commited changes yet. diff --git a/index.html b/index.html index 3280632..83865be 100644 --- a/index.html +++ b/index.html @@ -21,11 +21,14 @@ @@ -38,7 +41,7 @@ Moon Moon's Hub

I am a 29-year-old Norwegian guy that occasionally streams, is a tech head, and hosts various things on my local server. - Some of these you can check out at my dashborad.

+ Some of these you can check out at my dashboard.

@@ -50,6 +53,7 @@
+ Forgejo diff --git a/style.css b/style.css index b24b69e..52fe164 100644 --- a/style.css +++ b/style.css @@ -412,6 +412,25 @@ footer { color: rgb(63, 9, 126); } +.social-buttons a img { + position: absolute; + top: 50%; + left: 50%; + width: 22px; + height: 22px; + transform: translate(-50%, -50%); + object-fit: contain; + transition: 0.3s; +} + +.social-buttons a:hover img { + transform: translate(-50%, -50%) rotate(0deg); +} + +.social-buttons a img:hover { + transform: translate(-50%, -50%) rotate(225deg); +} + /* ------------------- */ /* Utility classes */ /* ------------------- */