Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/core/templates/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ <h4 class="text-center">Format</h4>
<!-- Contest Schedule button -->
<button type="button" class="btn btn-outline-light w-100 my-2" data-toggle="modal" data-target="#displayScheduleModal"><i class="fa-solid fa-clock fa-fw"></i> Contest Schedule
</button>
<br>
<!-- Contest Discord button -->
<a href="https://discord.gg/P3FDK4PY3T" class="btn btn-outline-light w-100 my-2" target="_blank" rel="external noopener"><i class="fab fa-discord fa-fw"></i> Join Contest Discord</a>
{% if contest.order_tshirt_url %}
<!-- Contest T-shirt button -->
<a href="{{ contest.order_tshirt_url }}"
Expand All @@ -87,6 +90,9 @@ <h4 class="text-center">Format</h4>
<button type="button" class="btn btn-lg btn-outline-light w-100 my-2" data-toggle="modal"
data-target="#displayScheduleModal"><i class="fa-solid fa-clock fa-fw"></i> Contest Schedule
</button>
<br>
<!-- Contest Discord button -->
<a href="https://discord.gg/P3FDK4PY3T" class="btn btn-lg btn-outline-light w-100 my-2" target="_blank" rel="external noopener"><i class="fab fa-discord fa-fw"></i> Join Contest Discord</a>
{% if contest.order_tshirt_url %}
<!-- Contest T-shirt button -->
<a href="{{ contest.order_tshirt_url }}" class="btn btn-lg btn-outline-light w-100 my-2" target="_blank"
Expand Down
9 changes: 6 additions & 3 deletions src/lfg/templates/lfg/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ <h1 class="text-center">Looking For Group</h1>
who are actively seeking teammates.
</p>
<p class="lead">
Check out the <a href="{% url 'faq' %}#lfg">FAQ</a> for information regarding LFG signup and participation. You must be a
member of ACM at FSU's <a href="https://discord.gg/4z3hNMA" target="_blank" rel="external noopener">Discord server</a> in order
to participate in LFG.
Check out the <a href="{% url 'faq' %}#lfg">FAQ</a> for information regarding LFG signup and participation.
You must be a member of ACM at FSU's
<a href="https://discord.gg/4z3hNMA" target="_blank" rel="external noopener">Discord server</a>
and the
<a href="https://discord.gg/P3FDK4PY3T" target="_blank" rel="external noopener">Programming Contest Discord</a>
in order to participate in LFG.
</p>
</div>
<!-- End Overview section-->
Expand Down
7 changes: 5 additions & 2 deletions src/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,10 @@ <h6 class="dropdown-header">Lower Division</h6>
<a class="dropdown-item" href="{% static 'docs/l6_spc_2017.pdf' %}"
target="_blank"><i class="fa-solid fa-file-pdf fa-fw"></i> The Missing Z-95 Headhunter (2017)</a>
<div class="dropdown-divider"></div>
<h5 class="dropdown-header">Misc</h5>
<div class="dropdown-divider"></div>
<h5 class="dropdown-header">Community</h5>
<a class="dropdown-item" href="https://discord.gg/P3FDK4PY3T"
target="_blank" rel="external noopener"><i class="fab fa-discord fa-fw"></i> Join Contest Discord</a>
<a class="dropdown-item" href="https://bit.ly/JoinProgClub"
target="_blank" rel="external noopener"><i class="fa-solid fa-people-group fa-fw"></i> Programming Club</a>
</div>
Expand Down Expand Up @@ -208,7 +211,7 @@ <h3 class=" mb-3 font-italic text-primary">ACM at FSU</h3>
<div class="pt-2">
<a href="https://fsu.acm.org" title="ACM at FSU Homepage" target="_blank" rel="external noopener"><i class="fa-solid fa-house-chimney fa-lg text-white mr-3"></i></a>
<a href="https://www.facebook.com/ACMatFSU/" title="ACM at FSU Facebook" target="_blank" rel="external noopener"><i class="fab fa-facebook fa-lg text-white mx-3"></i></a>
<a href="https://discord.gg/4z3hNMA" title="ACM at FSU Discord" target="_blank" rel="external noopener"><i class="fab fa-discord fa-lg text-white mx-3"></i></a>
<a href="https://discord.gg/P3FDK4PY3T" title="Programming Contest Discord" target="_blank" rel="external noopener"><i class="fab fa-discord fa-lg text-white mx-3"></i></a>
<a href="https://www.instagram.com/fsuacm/" title="ACM at FSU Instagram" target="_blank" rel="external noopener"><i
class="fab fa-instagram fa-lg text-white ml-3"></i></a>
</div>
Expand Down
Loading