mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-16 18:35:59 +01:00
rename WoF to HoF
This commit is contained in:
parent
8cffcad8cb
commit
af5399d958
8 changed files with 10 additions and 10 deletions
|
@ -51,7 +51,7 @@
|
|||
>Get started</a
|
||||
>
|
||||
</li>
|
||||
<li><a href="/wall_of_fame">Hall of fame</a></li>
|
||||
<li><a href="/hall_of_fame">Hall of fame</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
import Community from './CommunitySlice.svelte'
|
||||
import FeaturesSlice from './FeaturesSlice.svelte'
|
||||
import WallOfFameSlice from './WallOfFameSlice.svelte'
|
||||
import HallOfFameSlice from './HallOfFameSlice.svelte'
|
||||
import Hero from './Hero.svelte'
|
||||
import InstallSlice from './InstallSlice.svelte'
|
||||
import PreviewRiceSlice from './PreviewRiceSlice.svelte'
|
||||
|
@ -19,7 +19,7 @@
|
|||
|
||||
<PluginsSlice />
|
||||
|
||||
<WallOfFameSlice />
|
||||
<HallOfFameSlice />
|
||||
|
||||
<Community />
|
||||
|
||||
|
|
6
src/routes/WallOfFameSlice.svelte → src/routes/HallOfFameSlice.svelte
Executable file → Normal file
6
src/routes/WallOfFameSlice.svelte → src/routes/HallOfFameSlice.svelte
Executable file → Normal file
|
@ -9,7 +9,7 @@
|
|||
<div class="z-20 -mb-40 px-4">
|
||||
<Title>
|
||||
<span slot="pre"> Memorials of the ricing legends </span>
|
||||
<span slot="title">Wall of Fame</span>
|
||||
<span slot="title">Hall of Fame</span>
|
||||
</Title>
|
||||
</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"
|
||||
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">
|
||||
<Button size="lg" type="fancyOutline">Go to Wall of Fame</Button>
|
||||
<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 Hall of Fame</Button>
|
||||
</a>
|
||||
|
||||
<FameRicePreview
|
|
@ -53,7 +53,7 @@
|
|||
<a href="https://wiki.hyprland.org">Wiki</a>
|
||||
</li>
|
||||
<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>
|
||||
</ul>
|
||||
<ul
|
||||
|
|
0
src/routes/wall_of_fame/+page.js → src/routes/hall_of_fame/+page.js
Executable file → Normal file
0
src/routes/wall_of_fame/+page.js → src/routes/hall_of_fame/+page.js
Executable file → Normal file
6
src/routes/wall_of_fame/+page.svelte → src/routes/hall_of_fame/+page.svelte
Executable file → Normal file
6
src/routes/wall_of_fame/+page.svelte → src/routes/hall_of_fame/+page.svelte
Executable file → Normal file
|
@ -34,7 +34,7 @@
|
|||
</div>
|
||||
<div class="gradient_" />
|
||||
<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]">
|
||||
The chronicles of the triumphant from bygone rice contests held within our Discord
|
||||
</div>
|
||||
|
@ -153,9 +153,9 @@
|
|||
</section>
|
||||
|
||||
<svelte:head>
|
||||
<title>Wall of Fame</title>
|
||||
<title>Hall of Fame</title>
|
||||
<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
|
||||
property="og:description"
|
||||
content="The chronicles of the triumphant from bygone rice contests held within our Discord"
|
0
src/routes/wall_of_fame/Contest.svelte → src/routes/hall_of_fame/Contest.svelte
Executable file → Normal file
0
src/routes/wall_of_fame/Contest.svelte → src/routes/hall_of_fame/Contest.svelte
Executable file → Normal file
0
src/routes/wall_of_fame/FamedRice.svelte → src/routes/hall_of_fame/FamedRice.svelte
Executable file → Normal file
0
src/routes/wall_of_fame/FamedRice.svelte → src/routes/hall_of_fame/FamedRice.svelte
Executable file → Normal file
Loading…
Reference in a new issue