Skip to content

Commit

Permalink
More better ticket links
Browse files Browse the repository at this point in the history
  • Loading branch information
spikex committed Aug 15, 2023
1 parent 799c4b0 commit 3248c70
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
10 changes: 10 additions & 0 deletions src/_components/shared/navbar.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
class="absolute right-4 top-full hidden w-full max-w-[250px] rounded-lg bg-white py-5 shadow-lg lg:static lg:block lg:w-full lg:max-w-full lg:bg-transparent lg:py-0 lg:px-4 lg:shadow-none xl:px-6"
>
<ul class="blcok lg:flex">
<li class="group relative">
<a
href="https://ti.to/rocky-mountain-ruby/2023"
target="_blank"
class="mx-8 flex py-2 text-base text-primary group-hover:text-primary lg:mr-0 lg:ml-7 lg:inline-flex lg:py-6 lg:px-0 lg:text-white lg:group-hover:text-white lg:group-hover:opacity-70 xl:ml-12"
>
Register
</a>
</li>

<% homepage_sections.each do |section| %>
<li class="group relative">
<a
Expand Down
7 changes: 7 additions & 0 deletions src/_partials/_footer.erb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
<div
class="-mx-3 flex items-center justify-center md:justify-start"
>
<a
href="https://ti.to/rocky-mountain-ruby/2023"
class="px-3 text-base text-[#f3f4fe] hover:text-dark"
>
Register
</a>

<% @site.collections.pages.resources.select { |r| r.data.top_level }.sort_by { |r| r.data.title }.each do |page| %>
<a
href="<%= page.relative_url %>"
Expand Down
2 changes: 1 addition & 1 deletion src/_partials/_hero.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
A two day, single track conference in the heart of Boulder, Colorado.
</p>
<p class="mx-auto mb-10 max-w-[800px] text-base text-[#e4e4e4] sm:text-lg sm:leading-relaxed md:text-xl md:leading-relaxed">
Tickets are now on sale! <a href="https://ti.to/rocky-mountain-ruby/2023" class="hover:text-white" target="_blank">Get yours today!</a>
Tickets are now on sale! <a href="https://ti.to/rocky-mountain-ruby/2023" class="font-bold hover:text-white" target="_blank">Get yours today!</a>
</p>
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions src/_partials/_program.erb
Original file line number Diff line number Diff line change
Expand Up @@ -468,5 +468,10 @@
</div>
<% end %>
</div>
<div class="justify-center flex">
<a href="https://ti.to/rocky-mountain-ruby/2023" class="bg-primary text-white hover:bg-dark hover:text-white rounded-lg py-3 px-6 text-base font-medium duration-300 ease-in-out" target="_blank">
Register
</a>
</div>
</div>
</section>

0 comments on commit 3248c70

Please sign in to comment.