Skip to content

Commit

Permalink
Remove links to about
Browse files Browse the repository at this point in the history
  • Loading branch information
frankwiles committed Jul 13, 2023
1 parent f0daed3 commit 0ac9cc3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion templates/boost/moderators.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

{% block subnav %}
<div class="py-8 px-4 space-y-4 text-sm uppercase border-b md:py-2 md:px-0 md:space-x-10 border-slate">
<a href="{% url 'boost-about' %}" class="block md:inline">About</a>
<a href="{% url 'boost-people' %}" class="block md:inline">People</a>
<a href="{% url 'boost-moderators' %}" class="block md:inline md:py-1 md:border-b text-orange md:border-orange">Moderators</a>
</div>
Expand Down
1 change: 0 additions & 1 deletion templates/boost/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

{% block subnav %}
<div class="py-8 px-4 space-y-4 text-sm uppercase border-b md:py-2 md:px-0 md:space-x-10 border-slate">
<a href="{% url 'boost-about' %}" class="block md:inline">About</a>
<a href="{% url 'boost-people' %}" class="block md:inline md:py-1 md:border-b text-orange md:border-orange">People</a>
<a href="{% url 'boost-moderators' %}" class="block md:inline">Moderators</a>
</div>
Expand Down
3 changes: 0 additions & 3 deletions templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ <h2 class="mb-3 text-4xl">Boost Mission</h2>
<li>advance and disseminate C++ software development best practices</li>
</ul>
<div>
<a href="{% url 'boost-about' %}" class="justify-center py-3 px-8 text-base font-medium bg-gray-300 rounded-md border md:py-4 md:px-10 md:text-lg border-steel text-slate dark:bg-charcoal dark:text-orange">
About Us <i class="fas fa-chevron-right text-slate dark:text-orange"></i>
</a>
</div>
</div>
<div class="flex my-16 md:w-1/2">
Expand Down

0 comments on commit 0ac9cc3

Please sign in to comment.