Skip to content

Commit

Permalink
Link guide
Browse files Browse the repository at this point in the history
  • Loading branch information
spikex committed Oct 2, 2023
1 parent 21ad3a7 commit 6979314
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions src/_components/shared/navbar.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@
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
2 changes: 1 addition & 1 deletion src/boulder-guide.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Boulder Guide
top_level: false
top_level: true
---
<%
airport_transportation_options = [
Expand Down
2 changes: 1 addition & 1 deletion src/sponsorship.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Sponsorship
top_level: true
top_level: false
---

<div class="max-w-5xl mx-auto text-lg leading-relaxed text-[#404040] mb-20">
Expand Down

0 comments on commit 6979314

Please sign in to comment.