Skip to content

Commit

Permalink
Update nav and index links
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 authored Sep 14, 2024
1 parent 8f147f2 commit 93cb4cc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
29 changes: 23 additions & 6 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,29 @@ export const config = {
]
},
{
label: 'News',
url: 'https://blog.ubucon.asia/'
},
{
label: 'Docs',
url: 'https://docs.ubucon.asia'
label: 'Links',
items: [
{
label: 'News',
url: 'https://blog.ubucon.asia/'
},
{
label: 'Docs',
url: 'https://docs.ubucon.asia'
},
{
label: 'Chat',
url: 'https://docs.ubucon.asia/chat/'
},
{
label: 'Photo album (Community)',
url: 'https://photos.app.goo.gl/EMVw8zJQqgRvDqzaA'
},
{
label: 'Photo album (Official)',
url: 'https://photos.app.goo.gl/vFeFiPakaFdwjQJN6'
}
]
}
],
navigationRight: [
Expand Down
13 changes: 2 additions & 11 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,8 @@ import uca24logo from "@assets/logo.svg";
<Col size={9}>
<hr />

<a
href="https://events.canonical.com/event/47/timetable/"
class="p-button">Schedule</a
>
<a
href="https://docs.ubucon.asia/general/chat/"
class="p-button">Chat</a
>
<a href="https://photos.app.goo.gl/EMVw8zJQqgRvDqzaA" class="p-button"
>Share photo</a
>
<a href="https://events.canonical.com/event/47/timetable/"
class="p-button">Schedule</a>
<a href="/register" class="p-button--positive">Register</a>
</Col>
</Row>
Expand Down

0 comments on commit 93cb4cc

Please sign in to comment.