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

Remove the link to buy tickets #348

Merged
merged 2 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
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
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