Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Oct 2, 2024
1 parent cd1c5d2 commit e8f19f6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
11 changes: 9 additions & 2 deletions devcon/cms/pages/city_guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ intro_city_guide: >
## **See you in Bangkok!**
### **Devcon is a non-profit event about **the future of technology,
computing, and society, and it's coming to** Bangkok, Thailand!**
### **Devcon is a non-profit event about the future of technology, computing,
and society, and it's coming to Bangkok, Thailand!**
Southeast Asia has many strong grassroots Ethereum communities and activities
Expand Down Expand Up @@ -109,6 +109,13 @@ community_guides:
guide with invaluable tips and recommendations, showcasing the author's
extensive knowledge of the city.
url: 'https://goto-grok.hashnode.dev/the-hitchhikers-guide-to-bangkok'
hotel_discounts: >
Some community members have secured discounted hotel rooms in Bangkok close to
the Devcon venue.
First come, first served. [Reserve them
here.](https://tripsha.notion.site/Devcon-2024-Bangkok-Accommodation-Options-107f6acb2e5c80c9a43cf37bc2df9f04)
areas:
- title: Asoke
text: >
Expand Down
6 changes: 4 additions & 2 deletions devcon/src/pages/city-guide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,11 @@ export default pageHOC(function CityGuide(props: any) {
</div>

<div className="section" id="areas">
<div className="py-8 border-top h2 bold">Areas to stay</div>
<div className="py-8 pb-4 border-top h2 bold">Areas to stay</div>

<div className="grid relative grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2 lg:gap-4 pb-8">
<RichText content={cityGuide.hotel_discounts} />

<div className="grid relative grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-2 lg:gap-4 py-8 pt-4">
{cityGuide.areas &&
cityGuide.areas.map(({ title, text, metro_distance, metro_station, metro_url }: any) => {
return (
Expand Down
1 change: 1 addition & 0 deletions devcon/tina/templates/city_guide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ const city_guide: Template = {
},
],
},
createRichText('hotel_discounts'),
{
name: 'areas',
label: 'areas',
Expand Down
2 changes: 1 addition & 1 deletion devcon/tina/tina-lock.json

Large diffs are not rendered by default.

0 comments on commit e8f19f6

Please sign in to comment.