Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrmn authored May 15, 2024
1 parent e3ff5f5 commit 6e34ded
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,14 @@
</ul>

<div class="site-header__utility">
{% if page.id == 'africa' %}
<a class="btn-alt" href="https://forms.gle/u1HUXBEPWA6JAp3R7" target="_blank">
<div>
<span>Join All In Africa</span>
{% include arrow.html %}
</div>
</a>
{% else %}

<a class="btn-alt" href="/become-a-partner/">
<div>
<span>Join the Community</span>
{% include arrow.html %}
</div>
</a>
{% endif %}

<div class="burger js-menu-trigger">
<svg class="closed" width="24" height="24" viewBox="0 0 24 24">
<path d="M3 4H21V6H3V4ZM9 11H21V13H9V11ZM3 18H21V20H3V18Z" fill="#06F395"/>
Expand Down Expand Up @@ -208,21 +201,14 @@

<div>

{% if page.id == 'africa' %}
<a class="btn" href="https://forms.gle/5jAoJbj5uJouvYBu9" target="_blank">

<span>Join All In Africa</span>
{% include arrow.html %}

</a>
{% else %}

<a class="btn" href="/become-a-partner/">

<span>Join the Community</span>
{% include arrow.html %}

</a>
{% endif %}

</div>
</div>
</nav>
Expand Down

0 comments on commit 6e34ded

Please sign in to comment.