diff --git a/src/content/news/2ya.md b/src/content/news/2ya.md index a49ef37..84f1a65 100644 --- a/src/content/news/2ya.md +++ b/src/content/news/2ya.md @@ -1,8 +1,10 @@ --- title: Hyprland 0.37.0 + 2 year anniversary! date: 1710548497 -author: Vaxry -authorLink: https://github.com/vaxerski/ +author: + name: Vaxry + link: https://github.com/vaxerski/ + picture: /imgs/profile_pictures/vaxry.webp --- It's march 16th, and as such we're celebrating the 2 year anniversary of Hyprland! diff --git a/src/content/news/contestWinners.md b/src/content/news/contestWinners.md index e3f4e80..4495375 100644 --- a/src/content/news/contestWinners.md +++ b/src/content/news/contestWinners.md @@ -1,8 +1,10 @@ --- title: Wallpaper contest winners date: 1706570428 -author: Vaxry -authorLink: https://github.com/vaxerski/ +author: + name: Vaxry + link: https://github.com/vaxerski/ + picture: /imgs/profile_pictures/vaxry.webp --- The competition has ended, we got some great submissions, and have finally managed to narrow down 3 winners. diff --git a/src/content/news/independentHyprland.md b/src/content/news/independentHyprland.md index c3ee09a..2fe9761 100644 --- a/src/content/news/independentHyprland.md +++ b/src/content/news/independentHyprland.md @@ -1,8 +1,10 @@ --- title: Hyprland is now fully independent! date: 1721559307 -author: Vaxry -authorLink: https://github.com/vaxerski/ +author: + name: Vaxry + link: https://github.com/vaxerski/ + picture: /imgs/profile_pictures/vaxry.webp --- With great pleasure may I announce that our move off of wlroots is now complete and [MR 6608](https://github.com/hyprwm/Hyprland/pull/6608) is diff --git a/src/content/news/update40.md b/src/content/news/update40.md index b8f2f8e..cf503b7 100644 --- a/src/content/news/update40.md +++ b/src/content/news/update40.md @@ -1,8 +1,10 @@ --- title: A Hyprland mega-release 0.40.0 date: 1714838440 -author: Vaxry -authorLink: https://github.com/vaxerski/ +author: + name: Vaxry + link: https://github.com/vaxerski/ + picture: /imgs/profile_pictures/vaxry.webp --- Changing over 15,000 lines of code, the Hyprland 0.40.0 update has finally dropped. This diff --git a/src/content/news/update41.md b/src/content/news/update41.md index 83e3538..a660c8b 100644 --- a/src/content/news/update41.md +++ b/src/content/news/update41.md @@ -1,8 +1,10 @@ --- title: A huge Hyprland release 0.41.0 date: 1718030074 -author: Vaxry -authorLink: https://github.com/vaxerski/ +author: + name: Vaxry + link: https://github.com/vaxerski/ + picture: /imgs/profile_pictures/vaxry.webp --- Just as we thought 0.40.0 was a mega-release, we now proudly present 0.41.0, which is almost twice as sizeable. diff --git a/src/content/news/update43.md b/src/content/news/update43.md index c1d8d5d..07bcd11 100644 --- a/src/content/news/update43.md +++ b/src/content/news/update43.md @@ -1,8 +1,10 @@ --- title: Hyprland 0.43.0 released! date: 1725814920 -author: Vaxry -authorLink: https://github.com/vaxerski/ +author: + name: Vaxry + link: https://github.com/vaxerski/ + picture: /imgs/profile_pictures/vaxry.webp --- Quite a while after 0.42.0, 0.43.0 has finally been released. diff --git a/src/content/news/update44.md b/src/content/news/update44.md index 5f06064..18125dc 100644 --- a/src/content/news/update44.md +++ b/src/content/news/update44.md @@ -1,8 +1,10 @@ --- title: Hyprland 0.44.0 is out! date: 1728213146 -author: Vaxry -authorLink: https://github.com/vaxerski/ +author: + name: Vaxry + link: https://github.com/vaxerski/ + picture: /imgs/profile_pictures/vaxry.webp --- 0.44.0 is finally upon us! diff --git a/src/content/news/wallpaperContest.md b/src/content/news/wallpaperContest.md index b4e2c55..7e17e76 100644 --- a/src/content/news/wallpaperContest.md +++ b/src/content/news/wallpaperContest.md @@ -1,8 +1,10 @@ --- title: We're hosting a Hyprland wallpaper contest! date: 1702852617 -author: Vaxry -authorLink: https://github.com/vaxerski/ +author: + name: Vaxry + link: https://github.com/vaxerski/ + picture: /imgs/profile_pictures/vaxry.webp --- To all artists, designers and enjoyers of graphics: this is a piece of news for you! diff --git a/src/lib/Helper.mjs b/src/lib/Helper.mjs index 2a36f1e..6088866 100755 --- a/src/lib/Helper.mjs +++ b/src/lib/Helper.mjs @@ -120,7 +120,7 @@ export function getRandom(array) { return array.at(Math.floor(Math.random() * array.length)) } -export function formatDate(date, dateStyle = 'medium', locales = 'en') { +export function formatDate(date, dateStyle = 'long', locales = 'en') { const dateToFormat = new Date(date) const dateFormatter = new Intl.DateTimeFormat(locales, { dateStyle }) diff --git a/src/routes/hall_of_fame/+page.svelte b/src/routes/hall_of_fame/+page.svelte index b1bcff3..addef37 100644 --- a/src/routes/hall_of_fame/+page.svelte +++ b/src/routes/hall_of_fame/+page.svelte @@ -8,6 +8,8 @@ export let data +
+
-
<TitleHeading slot="title" class="">Hall of Fame</TitleHeading> <TitleSubtile slot="subtitle" class="class-w-[40ch]"> @@ -69,15 +70,6 @@ margin-bottom: min(-10vh, -6rem); } - .gradient_ { - position: absolute; - inset: 0; - z-index: -1000; - mask-image: radial-gradient(70% 50% at 50% 0%, white 70%, transparent); - background: url('/imgs/grain.webp'), - radial-gradient(70% 50% at 50% 0%, theme(colors.cyan.500 / 40%), transparent); - } - .japanese { position: relative; width: 100%; diff --git a/src/routes/news/+page.svelte b/src/routes/news/+page.svelte index 6e5bbad..7956804 100644 --- a/src/routes/news/+page.svelte +++ b/src/routes/news/+page.svelte @@ -68,6 +68,8 @@ <title>Hyprland News +
+
@@ -89,7 +91,7 @@