rename WoF to HoF

This commit is contained in:
VDawg 2023-11-18 09:38:01 +01:00
parent 8cffcad8cb
commit af5399d958
8 changed files with 10 additions and 10 deletions

View File

@ -51,7 +51,7 @@
>Get started</a >Get started</a
> >
</li> </li>
<li><a href="/wall_of_fame">Hall of fame</a></li> <li><a href="/hall_of_fame">Hall of fame</a></li>
</ul> </ul>
</div> </div>

View File

@ -1,7 +1,7 @@
<script> <script>
import Community from './CommunitySlice.svelte' import Community from './CommunitySlice.svelte'
import FeaturesSlice from './FeaturesSlice.svelte' import FeaturesSlice from './FeaturesSlice.svelte'
import WallOfFameSlice from './WallOfFameSlice.svelte' import HallOfFameSlice from './HallOfFameSlice.svelte'
import Hero from './Hero.svelte' import Hero from './Hero.svelte'
import InstallSlice from './InstallSlice.svelte' import InstallSlice from './InstallSlice.svelte'
import PreviewRiceSlice from './PreviewRiceSlice.svelte' import PreviewRiceSlice from './PreviewRiceSlice.svelte'
@ -19,7 +19,7 @@
<PluginsSlice /> <PluginsSlice />
<WallOfFameSlice /> <HallOfFameSlice />
<Community /> <Community />

View File

@ -9,7 +9,7 @@
<div class="z-20 -mb-40 px-4"> <div class="z-20 -mb-40 px-4">
<Title> <Title>
<span slot="pre"> Memorials of the ricing legends </span> <span slot="pre"> Memorials of the ricing legends </span>
<span slot="title">Wall of Fame</span> <span slot="title">Hall of Fame</span>
</Title> </Title>
</div> </div>
@ -19,8 +19,8 @@
class="relative -mt-8 flex w-full max-w-[1100px] flex-col items-center justify-end gap-16 overflow-hidden [perspective:100px] md:px-16 lg:gap-24" class="relative -mt-8 flex w-full max-w-[1100px] flex-col items-center justify-end gap-16 overflow-hidden [perspective:100px] md:px-16 lg:gap-24"
use:animateIn={{ slide: 24, fade: 0.5, duration: 800 }} use:animateIn={{ slide: 24, fade: 0.5, duration: 800 }}
> >
<a class="absolute bottom-24 left-1/2 z-20 -translate-x-1/2" href="/wall_of_fame"> <a class="absolute bottom-24 left-1/2 z-20 -translate-x-1/2" href="/hall_of_fame">
<Button size="lg" type="fancyOutline">Go to Wall of Fame</Button> <Button size="lg" type="fancyOutline">Go to Hall of Fame</Button>
</a> </a>
<FameRicePreview <FameRicePreview

View File

@ -53,7 +53,7 @@
<a href="https://wiki.hyprland.org">Wiki</a> <a href="https://wiki.hyprland.org">Wiki</a>
</li> </li>
<li aria-current={$page.url.pathname === '/about' ? 'page' : undefined}> <li aria-current={$page.url.pathname === '/about' ? 'page' : undefined}>
<a href="/wall_of_fame">Wall of fame</a> <a href="/hall_of_fame">Hall of fame</a>
</li> </li>
</ul> </ul>
<ul <ul

View File

View File

@ -34,7 +34,7 @@
</div> </div>
<div class="gradient_" /> <div class="gradient_" />
<Title> <Title>
<span slot="title" class="title">Wall of fame</span> <span slot="title" class="title">Hall of fame</span>
<div slot="subtitle" class="max-w-[40ch]"> <div slot="subtitle" class="max-w-[40ch]">
The chronicles of the triumphant from bygone rice contests held within our Discord The chronicles of the triumphant from bygone rice contests held within our Discord
</div> </div>
@ -153,9 +153,9 @@
</section> </section>
<svelte:head> <svelte:head>
<title>Wall of Fame</title> <title>Hall of Fame</title>
<meta name="description" content="The winners from Hyprlands rice contests" /> <meta name="description" content="The winners from Hyprlands rice contests" />
<meta property="og:title" content="Hyprland's Wall of Fame" /> <meta property="og:title" content="Hyprland's Hall of Fame" />
<meta <meta
property="og:description" property="og:description"
content="The chronicles of the triumphant from bygone rice contests held within our Discord" content="The chronicles of the triumphant from bygone rice contests held within our Discord"