Skip to content

Commit

Permalink
Remove the link to buy tickets (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierobert authored Oct 11, 2023
1 parent f283bdf commit 0dd3ab4
Show file tree
Hide file tree
Showing 4 changed files with 1,727 additions and 1,386 deletions.
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

0 comments on commit 0dd3ab4

Please sign in to comment.