Skip to content

Commit 0789aca

Browse files
authored
Restructure site header (#415)
* Restructure site header * Rename "Channel Namespaces" button in hero
1 parent a65a66a commit 0789aca

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

_data/nav.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@
44
link: /policies
55
- name: Channel Guidelines
66
link: /guidelines
7-
- name: Blog & News
8-
link: /news
7+
- name: Project Registration
8+
link: /chanreg
99
- name: About Libera Chat
1010
link: /about
1111
- name: Bylaws
1212
link: /bylaws
13+
- name: Sponsors
14+
link: /sponsors
15+
- name: Archives
16+
items:
17+
- name: Blog & News
18+
link: /news
1319
- name: Meeting Minutes
1420
link: /minutes
1521
- name: Annual Reports
1622
link: /annual-reports
17-
- name: Sponsors
18-
link: /sponsors
1923
- name: Contribute
2024
items:
2125
- name: Donate
@@ -26,12 +30,10 @@
2630
link: /contributing/sponsor
2731
- name: Development
2832
link: /contributing/development
29-
- name: Channel Namespaces
30-
link: /chanreg
31-
- name: Guides
32-
link: /guides
33-
- name: FAQ
33+
- name: Help
3434
link: /guides/faq
35+
- name: New to IRC?
36+
link: /guides/basics
3537
- name: Connect
3638
highlight: true
3739
items:

_includes/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ <h1>Libera.&ZeroWidthSpace;Chat</h1>
1616

1717
<div class="cta">
1818
<a role="button" href="/guides/clients">Choosing an IRC client</a>
19-
<a role="button" href="/chanreg">Channel Namespaces</a>
19+
<a role="button" href="/chanreg">Register your project</a>
2020
</div>
2121
</section>

_includes/herolights.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ <h1>Libera.&ZeroWidthSpace;Chat</h1>
2020

2121
<div class="cta">
2222
<a role="button" href="/guides/clients">Choosing an IRC client</a>
23-
<a role="button" href="/chanreg">Channel Namespaces</a>
23+
<a role="button" href="/chanreg">Register your project</a>
2424
</div>
2525
</section>

_includes/heronewyear.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ <h1 class="newyear">Libera.&ZeroWidthSpace;Chat</h1>
2020

2121
<div class="cta">
2222
<a role="button" href="/guides/clients">Choosing an IRC client</a>
23-
<a role="button" href="/chanreg">Channel Namespaces</a>
23+
<a role="button" href="/chanreg">Register your project</a>
2424
</div>
2525
</section>

_includes/heroween.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ <h1>Libera.&ZeroWidthSpace;Chat</h1>
1616

1717
<div class="cta">
1818
<a role="button" href="/guides/clients">Choosing an IRC client</a>
19-
<a role="button" href="/chanreg">Channel Namespaces</a>
19+
<a role="button" href="/chanreg">Register your project</a>
2020
</div>
2121
</section>

0 commit comments

Comments
 (0)