Skip to content

Commit

Permalink
Add Accommodations
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Jan 14, 2024
1 parent 8191962 commit 4e6b0f5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export const config = {
label: 'Exploring the city',
url: '/venue-and-travel/explore-city'
},
{
label: 'Accommodations',
url: '/venue-and-travel/accommodations'
},
{
label: 'Travel grant',
url: '/venue-and-travel/travel-grant'
Expand Down
16 changes: 16 additions & 0 deletions src/pages/venue-and-travel/accommodations.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
layout: ../../layouts/MarkdownLayout.astro
title: Accommodations
description: Find accomodations nearby from our curated list
---
Looking for where to stay during the evnet? Find and book your accomodation today from our curated list of accomodations below!

## Hotels

### (Hotel name)
- (Address)
- ? min by walk / ? min by car

### (Hotel name)
- (Address)
- ? min by walk / ? min by car

0 comments on commit 4e6b0f5

Please sign in to comment.