Skip to content

Commit

Permalink
Remove nav items for now
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Feb 22, 2024
1 parent 7c27e17 commit 63e53f7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
16 changes: 8 additions & 8 deletions _data/nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
path: /
- title: Location
path: /location
- title: Speakers
path: /speakers
- title: Guide
path: /guide
# - title: Speakers
# path: /speakers
# - title: Guide
# path: /guide
# - title: Call for Speakers
# path: /call-for-speakers
# - title: Be a Sponsor
Expand All @@ -14,7 +14,7 @@
# path: /tickets
# - title: Code of Conduct
# path: /code-of-conduct
- title: Accessibility
path: /accessibility
- title: Activities
path: https://activities.heartofclojure.eu
# - title: Accessibility
# path: /accessibility
# - title: Activities
# path: https://activities.heartofclojure.eu
20 changes: 10 additions & 10 deletions _layouts/front_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
<img class="db h5 pt6 center" src="/img/hoc-logo-white.svg" />
<div id="gradient" class="absolute top-0 left-0 right-0 bottom-0"></div>

<div class="tc mv5">
{% if site.cfp_open %}
<a class="{{site.classsets.button_non_white_bg}} dib" href="{{ site.cfp_url }}">Become a Speaker</a>
{% endif %}
{% if site.tickets_enabled %}
<a class="{{site.classsets.button_non_white_bg}} dib" href="{{ site.tickets_url }}">Get your ticket now!</a>
{% else %}
<a class="link ba br2 bw2 f4 b--transparent b white pv3 ph4 mh3 dib">Sold out!</a>
{% endif %}
</div>
<!-- <div class="tc mv5"> -->
<!-- {% if site.cfp_open %} -->
<!-- <a class="{{site.classsets.button_non_white_bg}} dib" href="{{ site.cfp_url }}">Become a Speaker</a> -->
<!-- {% endif %} -->
<!-- {% if site.tickets_enabled %} -->
<!-- <a class="{{site.classsets.button_non_white_bg}} dib" href="{{ site.tickets_url }}">Get your ticket now!</a> -->
<!-- {% else %} -->
<!-- <a class="link ba br2 bw2 f4 b--transparent b white pv3 ph4 mh3 dib">Sold out!</a> -->
<!-- {% endif %} -->
<!-- </div> -->
</header>

<div class="mv5">
Expand Down

0 comments on commit 63e53f7

Please sign in to comment.