Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release - 5.16.0 #349

Merged
merged 3 commits into from
Oct 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions frontend/stylesheets/components/_app-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
font-size: map-get($font-sizes, 'lg');
}

&__message {
margin-block: 0.75rem 0;

color: $white;
background-color: $primary;

@include media-breakpoint-up(md) {
align-self: flex-start;
margin-top: 1.5rem;
}
}

&,
a {
color: $white;
Expand Down
75 changes: 42 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"css-has-pseudo": "4.0.1",
"esbuild": "0.14.39",
"glob": "8.0.1",
"postcss": "8.4.12",
"postcss": "8.4.31",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-import": "14.1.0",
"postcss-load-config": "3.1.4",
Expand Down
2 changes: 0 additions & 2 deletions src/_data/menu/header.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- title: Tickets
permalink: /tickets
- title: Venue
permalink: /venue
- title: Schedule
Expand Down
14 changes: 7 additions & 7 deletions src/_data/schedule/day_one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
end_at: "10:30"
title: "Component Driven UI with ViewComponent gem"
speaker_id: radoslav-stankov
# slides_url:
slides_url: "https://speakerdeck.com/rstankov/component-driven-ui-with-viewcomponent-gem"
# youtube_id:
- start_at: "10:30"
end_at: "10:50"
Expand All @@ -25,19 +25,19 @@
speaker_id:
- elle-meredith
- lachlan-hardy
# slides_url:
slides_url: "https://speakerdeck.com/blackmill/learn-to-delegate-like-a-boss"
# youtube_id:
- start_at: "11:25"
end_at: "11:55"
title: "Error 418 - I'm a teapot"
speaker_id: matthew-lindfield-seager
# slides_url:
slides_url: "https://www.matt17r.com/rubyconfth-slides/"
# youtube_id:
- start_at: "12:00"
end_at: "12:30"
title: "Big Corps, Big Worries. Some points on selling Ruby to Big Corps."
speaker_id: chakrit-wichian
# slides_url:
slides_url: "https://drive.google.com/file/d/1c7MrY73gQR--LnM4VfIvjICjTsjr-PQ5/view"
# youtube_id:
- start_at: "12:30"
end_at: "13:50"
Expand All @@ -46,13 +46,13 @@
end_at: "14:30"
title: "BYOJ: Build your own JIT with Ruby"
speaker_id: faraaz-ahmad
# slides_url:
slides_url: "https://speakerdeck.com/faraazahmad/byoj-build-your-own-jit-rubyconfth-2023"
# youtube_id:
- start_at: "14:35"
end_at: "15:05"
title: "Cultivating Instinct"
speaker_id: katrina-owen
# slides_url:
slides_url: "https://speakerdeck.com/kytrinyx/cultivating-instinct"
# youtube_id:
- start_at: "15:05"
end_at: "15:35"
Expand All @@ -61,7 +61,7 @@
end_at: "16:05"
title: "Data indexing with RGB (Ruby, Graphs and Bitmaps)"
speaker_id: benji-lewis
# slides_url:
slides_url: "https://docs.google.com/presentation/d/1hDWt4JQXVrPcrdmFWSSCVI9LYn-ZdPaS5ZhTVMBFoZI/edit?usp=sharing"
# youtube_id:
- start_at: "16:10"
end_at: "16:55"
Expand Down
4 changes: 2 additions & 2 deletions src/_data/schedule/day_two.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
end_at: "11:20"
title: "Avoiding Disaster: Practical Strategies for Error Handling"
speaker_id: huy-du
# slides_url:
slides_url: "https://speakerdeck.com/dugiahuy/avoiding-disaster-practical-strategies-for-error-handling"
# youtube_id:
- start_at: "11:25"
end_at: "11:55"
Expand Down Expand Up @@ -52,7 +52,7 @@
end_at: "15:05"
title: "The world of Passkeys 🤝🏽 Ruby"
speaker_id: helio-cola
# slides_url:
slides_url: "https://speakerdeck.com/heliocola/the-world-of-passkeys-ruby"
# youtube_id:
- start_at: "15:05"
end_at: "15:35"
Expand Down
5 changes: 1 addition & 4 deletions src/_layouts/home.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
<div class="container">
<div class="app-hero__heading display-3"><span class="app-hero__text">October 6-7, 2023</span></div>
<small class="app-hero__subheading"><span class="app-hero__text">Novotel Sukhumvit 20 - Bangkok, Thailand</span></small>

<a href="https://www.eventpop.me/e/15095/rubyconfth-2023" target="_blank" class="btn btn--primary app-hero__action">
Buy Tickets {% render "icon", icon: "icon-arrow-right-circle" %}
</a>
<p class="app-hero__message display-4">Thank you for joining us!</p>
</div>
</div>

Expand Down
Loading
Loading