Skip to content

Commit

Permalink
Merge pull request #246 from bangkokrb/release/4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert authored Nov 23, 2022
2 parents cad0360 + 5a598be commit 5df53e8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions frontend/stylesheets/components/_table-schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,9 @@

tbody .table-schedule__event {
border-left: 1px solid var(--bs-border-color);
&--subtitle {
display: block;
font-size: 80%;
}
}
}
3 changes: 3 additions & 0 deletions src/_components/table_schedule.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
{% else %}
<td class="table-schedule__event">
{{ event.title }}
{% if event.subtitle %}
<span class="table-schedule__event--subtitle">{{ event.subtitle }}</span>
{% endif %}
</td>
{% endif %}
</tr>
Expand Down
1 change: 1 addition & 0 deletions src/_data/schedule/day_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@
- start_at: "18:00"
end_at: "22:00"
title: "Official Party 🥳"
subtitle: "at Bangkok Heritage, 2 Phaya Thai Rd, Thung Phaya Thai, Ratchathewi, Bangkok 10400"
4 changes: 1 addition & 3 deletions src/practicalities.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ On this page you'll find our __A-Z of Practicalities for RubyConf TH 2022__.

[Google Maps link](https://goo.gl/maps/vnLpSxt1zzw)

We have a discounted rate available for conference attendees, [view the venue page](/venue/).

The hotel is easy to reach by taxi or public transport. You can take the Airport Rail Link to Phaya Thai station, or the BTS Skytrain to Phaya Thai or Victory Monument. From either it is around a 7-10 minute walk.

Bangkok is a major tourist destination and there are hundreds of hotels and hostels for every budget. For some ideas check [our travel guide](https://lemi.travel/rubyconfth/guide-for-visitors-to-rubyconf-th) .
Expand Down Expand Up @@ -152,7 +150,7 @@ On this page you'll find our __A-Z of Practicalities for RubyConf TH 2022__.
{% endrendercontent %}

{% rendercontent "section_text", title: "Official Party" %}
The official party is held on Friday evening. The venue will be confirmed soon. Don't worry about getting lost, we'll provide volunteers to help you make your way to the party from the hotel!
The official party is held on Friday evening. The venue will be the **Bangkok Heritage** restaurant at [2 Phaya Thai Rd, Thung Phaya Thai, Ratchathewi, Bangkok 10400](https://www.google.com/maps/dir/8+Pullman+Bangkok+King+Power,+Rang+Nam+Alley,+Thanon+Phaya+Thai,+Ratchathewi,+Bangkok/2+Phaya+Thai+Rd,+Thung+Phaya+Thai,+Ratchathewi,+Bangkok+10400/@13.7571317,100.5331732,17z/data=!3m1!4b1!4m13!4m12!1m5!1m1!1s0x30e29eb64a4f804b:0xe80009bce2fa812a!2m2!1d100.5373605!2d13.7588878!1m5!1m1!1s0x30e29eca59954db1:0xeb9150e8229bf5dc!2m2!1d100.5327609!2d13.7553756). Don't worry about getting lost, we'll provide volunteers to help you make your way to the party from the hotel!

The party is free for all attendees (simply wear your conference lanyard)!
{% endrendercontent %}
Expand Down
3 changes: 1 addition & 2 deletions src/venue.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ title: "Venue"
<section class="venue-booking">
<h2>Staying There</h2>

<p>If you are interested in staying in the hotel during the event, you can use a dedicated booking portal provided directly by the hotel. The portal provides a discounted rate for all attendees.</p>
<p>The dedicated booking portal provided directly by the hotel is now closed, however you can still book the hotel via other booking sites e.g. <a href='https://www.agoda.com/en-gb/search?site_id=1731617&checkout=2022-12-10&campaignid=&SearchDateType=selected&NumberOfAdults=2&LT=16&NumberOfChildren=0&childages=&NumberOfRooms=1&gsite=localuniversal&los=2&PartnerCurrency=THB&RoomID=2983988&PriceTax=1534.58&PriceTotal=10204.58&RatePlan=5d8337e9-8c4f-1d07-bff4-517c31ed088a&UserCountry=TH&Currency=THB&UserDevice=desktop&Verif=false&rr=&audience_list=&mcid=29004&booking_source=cpc&adType=0&selectedproperty=90026&city=9395&adults=2&children=0&rooms=1&hc=THB&checkin=2022-12-08'>Agoda</a>. For other hotel options view the <a href='/practicalities'>Practicalities</a> page</p>

<a href="https://www.idem.events/r/rubyconfth-2022" target="_blank" class="btn btn--primary">Book a Room</a>
</section>

0 comments on commit 5df53e8

Please sign in to comment.