mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
add organization to navbar
This commit is contained in:
parent
7611544bb3
commit
dea0fc0a31
1 changed files with 10 additions and 9 deletions
|
@ -45,13 +45,6 @@
|
||||||
<ul
|
<ul
|
||||||
class="flex flex-col items-center gap-5 rounded-full lg:h-full lg:max-h-full lg:flex-row [&_li]:transition-colors hover:[&_li]:text-cyan-300"
|
class="flex flex-col items-center gap-5 rounded-full lg:h-full lg:max-h-full lg:flex-row [&_li]:transition-colors hover:[&_li]:text-cyan-300"
|
||||||
>
|
>
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="https://wiki.hyprland.org/Getting-Started/Master-Tutorial/"
|
|
||||||
rel="noopener"
|
|
||||||
target="_blank">Get started</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<a href="https://wiki.hyprland.org">Wiki</a>
|
<a href="https://wiki.hyprland.org">Wiki</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -64,8 +57,11 @@
|
||||||
<li aria-current={$page.url.pathname === '/plugins' ? 'page' : undefined}>
|
<li aria-current={$page.url.pathname === '/plugins' ? 'page' : undefined}>
|
||||||
<a href="/plugins">Plugins</a>
|
<a href="/plugins">Plugins</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="/organization">Organization</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="flex flex-row items-center gap-3 px-4">
|
<ul class="flex flex-row items-center gap-1">
|
||||||
<li>
|
<li>
|
||||||
<a href={discordLink} class="social-icon" aria-label="Join us on Discord" target="_blank">
|
<a href={discordLink} class="social-icon" aria-label="Join us on Discord" target="_blank">
|
||||||
<DiscordIcon class="h-full w-full" />
|
<DiscordIcon class="h-full w-full" />
|
||||||
|
@ -82,7 +78,12 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={forgejoLink} class="social-icon" aria-label="Hyprland git instance" target="_blank">
|
<a
|
||||||
|
href={forgejoLink}
|
||||||
|
class="social-icon"
|
||||||
|
aria-label="Hyprland git instance"
|
||||||
|
target="_blank"
|
||||||
|
>
|
||||||
<ForgejoIcon class="h-full w-full" />
|
<ForgejoIcon class="h-full w-full" />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue