Skip to content

Commit

Permalink
Updated registration guide button url
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcinnestaylor committed Oct 16, 2024
1 parent 63ef51e commit fcdd29f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/templates/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h4 class="text-center">Format</h4>
<a href="{% url 'register_base' %}" class="btn btn-outline-light w-100 mb-2"><i class="fa-solid fa-user-plus fa-fw"></i> Register</a>
<br>
<!-- Registration Guide button -->
<a href="https://drive.google.com/drive/folders/1uCylEYyFdXdxD_BxplYZIioW6_ragXTq?usp=sharing" class="btn btn-outline-light w-100 my-2" target="_blank"><i class="fa-solid fa-book fa-fw"></i> Registration Guide</a>
<a href="{{ PCS_DOCS_URL }}/usage/account_registration.html" class="btn btn-outline-light w-100 my-2" target="_blank" rel="external noopener"><i class="fa-solid fa-book fa-fw"></i> Registration Guide</a>
<br>
<!-- 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
Expand All @@ -79,8 +79,8 @@ <h4 class="text-center">Format</h4>
class="fa-solid fa-user-plus fa-fw"></i> Register</a>
<br>
<!-- Registration Guide button -->
<a href="https://drive.google.com/drive/folders/1uCylEYyFdXdxD_BxplYZIioW6_ragXTq?usp=sharing"
class="btn btn-lg btn-outline-light w-100 my-2" target="_blank"><i class="fa-solid fa-book fa-fw"></i> Registration
<a href="{{ PCS_DOCS_URL }}/usage/account_registration.html"
class="btn btn-lg btn-outline-light w-100 my-2" target="_blank" rel="external noopener"><i class="fa-solid fa-book fa-fw"></i> Registration
Guide</a>
<br>
<!-- Contest Schedule button -->
Expand Down Expand Up @@ -289,7 +289,7 @@ <h5>Faculty Division</h5>
<!-- Extra Credit card -->
<div class="card border-secondary mt-3">
<div class="card-header font-weight-bold bg-secondary text-white">
<i class="fa-solid fa-list-ul fa-fw"></i> Extra Credit Courses
<i class="fa-solid fa-list-ul fa-fw"></i> Registered Courses
</div>
<div class="card-body">
{% for course in courses|slice:"5" %}
Expand Down

0 comments on commit fcdd29f

Please sign in to comment.