diff --git a/_includes/layouts/admins/admins.njk b/_includes/layouts/admins/admins.njk index b66da5c..a5a6ff1 100644 --- a/_includes/layouts/admins/admins.njk +++ b/_includes/layouts/admins/admins.njk @@ -15,9 +15,8 @@

Admins

-

All known users on Synth.Download who have full access to the Synth.Download servers (also known as "admins") will be listed here.

-

If any sort of proper contact is required, or if you have any questions, please contact synth@synth.download (email) instead.

-
+

Listed below is all administrators (those with administrative access to the Synth.Download servers) who currently help and work on Synth.Download.

+

For any questions, please contact synth@synth.download or Sneexy directly.

{% include "layouts/admins/list.njk" %}
\ No newline at end of file diff --git a/_includes/layouts/admins/list.njk b/_includes/layouts/admins/list.njk index a402ba9..1e8b713 100644 --- a/_includes/layouts/admins/list.njk +++ b/_includes/layouts/admins/list.njk @@ -1,23 +1,42 @@ -
-

Sneexy (Ruben)

-

Current webmaster; Hardware host (slosh!~); Admin.

-

Page

- -
-
-

Senil

-

Maintainer; Admin.

-

Website

- -
-
-

unnick

-

Maintainer; Admin.

-

Website

- -
-
-

melontini

-

Maintainer; Admin.

-

Website

-
\ No newline at end of file + + +

Sneexy (Ruben)

+

Current webmaster; Hardware host (slosh!~); Admin.

+ + + + + + +
+ +

Senil

+

Maintainer; Admin.

+ + + + + + +
+ +

unnick

+

Admin.

+ + + + + + +
+ +

zenfyr

+

Maintainer; Admin.

+ + + + + + +
+
\ No newline at end of file diff --git a/_includes/styles/base.css b/_includes/styles/base.css index a3f93e5..94c926d 100644 --- a/_includes/styles/base.css +++ b/_includes/styles/base.css @@ -316,7 +316,6 @@ card-container { display: grid; gap: 1.2rem; grid-template-columns: repeat(auto-fill, minmax(19rem, 1fr)); - margin-bottom: 1.5rem; card-entry { background-color: var(--background-secondary); diff --git a/_includes/styles/pages/admins.css b/_includes/styles/pages/admins.css index f58e9c2..e33d4c3 100644 --- a/_includes/styles/pages/admins.css +++ b/_includes/styles/pages/admins.css @@ -7,7 +7,7 @@ / ╰─────────────────────────────────────╯ / admins - styling the admin cards on the admins page (admin.md) */ -#admins section .card { +article#admins card-container card-entry { overflow: hidden; position: relative; @@ -15,74 +15,66 @@ z-index: 100; } - .sona { + buttons-container { + margin-top: 0; + margin-bottom: 5rem; + } + + img[sona] { bottom: -3rem; - max-width: 20rem; + max-width: 18rem; opacity: .5; + pointer-events: none; position: absolute; right: -.5rem; transform: rotate(16deg) scaleX(-1); transition: 0.2s; - - &:hover { - opacity: 1; - transition: 0.2s; - } } - &.sneexy { + &#sneexy { --accent: #65ff88; } - &.senil { + &#senil { --accent: #008E54; - .button-container .button:hover { + buttons-container a[button]:hover { color: white !important; } - .sona { - bottom: -9rem; + img[sona] { + bottom: -7rem; } } - &.unnick { + &#unnick { --accent: #0094FF; - .button-container .button:hover { + buttons-container a[button]:hover { color: white !important; } - .sona { + img[sona] { bottom: -2rem; } } - &.melontini { + &#zenfyr { --accent: #e05188; - .button-container .button:hover { + buttons-container a[button]:hover { color: white !important; } - } - @media screen and (max-width: 835px) { - &:has(.sona) { - padding-bottom: 5rem; - - .sona { - pointer-events: none !important; - } + img[sona] { + max-width: 13rem; + bottom: -2rem; } } - @media screen and (max-width: 375px) { - &:has(.sona) { - padding-bottom: 0rem !important; - - .sona { - display: none !important; - } + &:hover { + img[sona] { + opacity: 1; } } } \ No newline at end of file diff --git a/assets/admins/zenfyr.png b/assets/admins/zenfyr.png new file mode 100644 index 0000000..cd007b4 Binary files /dev/null and b/assets/admins/zenfyr.png differ