Skip to content

Commit aa906db

Browse files
Merge pull request #64 from FSU-ACM/dev
nav and homepage updates + faq entry
2 parents a2b7a7e + a45e46f commit aa906db

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed
40.9 KB
Loading

src/core/templates/core/base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
<a class="dropdown-item" href="https://domjudge.cs.fsu.edu" target="_blank" rel="external">Contest Server</a>
7373
<a class="dropdown-item" href="https://drive.google.com/drive/folders/1pjZk22HGTOjvedz932kHox6-rTz5JqoE?usp=sharing"
7474
target="_blank" rel="external">Example Questions</a>
75+
<a class="dropdown-item" href="https://drive.google.com/drive/folders/1uCylEYyFdXdxD_BxplYZIioW6_ragXTq?usp=sharing"
76+
target="_blank" rel="external">Registration Guide</a>
7577
<a class="dropdown-item" href="https://bit.ly/JoinProgClub" target="_blank" rel="external">Programming Club</a>
7678
</div>
7779
</li>

src/core/templates/core/faq.html

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h5 class="mb-0">May a team use multiple computers or I/O devices?</h5>
181181
</div>
182182
<div id="collapseEightContest" class="collapse" aria-labelledby="headingEightContest" data-parent="#accordionContest">
183183
<div class="card-body">
184-
<p>No, team members must share a single computer, keyboard, mouse/touchpad, and display.</p>
184+
No, team members must share a single computer, keyboard, mouse/touchpad, and display.
185185
</div>
186186
</div>
187187
</div>
@@ -534,7 +534,7 @@ <h5 class="mb-0">How do I join an existing team?</h5>
534534
<h2 class="mb-0">
535535
<button class="btn btn-link btn-block text-left text-dark collapsed" type="button" data-toggle="collapse"
536536
data-target="#collapseFourTeams" aria-expanded="false" aria-controls="collapseFourTeams">
537-
<h5 class="mb-0">How many people can comprise a team?</h5>
537+
<h5 class="mb-0">How many people may comprise a team?</h5>
538538
</button>
539539
</h2>
540540
</div>
@@ -562,5 +562,29 @@ <h5 class="mb-0">Am I required to be a member of a team?</h5>
562562
</div>
563563
</div>
564564
</div>
565+
<!-- Sixth Question-->
566+
<div class="card">
567+
<div class="card-header" id="headingSixTeams">
568+
<h2 class="mb-0">
569+
<button class="btn btn-link btn-block text-left text-dark collapsed" type="button" data-toggle="collapse"
570+
data-target="#collapseSixTeams" aria-expanded="false" aria-controls="collapseSixTeams">
571+
<h5 class="mb-0">What are team admins and what can they do?</h5>
572+
</button>
573+
</h2>
574+
</div>
575+
<div id="collapseSixTeams" class="collapse" aria-labelledby="headingSixTeams" data-parent="#accordionTeams">
576+
<div class="card-body">
577+
A team admin is the member who is able to manage a registered team. The person who creates the team will automatically be assigned as its admin, and there is only one admin per team. They are able to:
578+
<ul>
579+
<li>Update the team's name</li>
580+
<li>Change the team's division</li>
581+
<li>View the team's PIN</li>
582+
<li>Kick team members</li>
583+
<li>Delete the team</li>
584+
</ul>
585+
If the team admin decides to leave the team, the role will be assigned to another team member.
586+
</div>
587+
</div>
588+
</div>
565589
</div>
566590
{% endblock %}

src/core/templates/core/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h2 class="text-center">Our Sponsors</h2>
141141
<div class="card mt-3 bg-transparent border-0">
142142
<div class="card-body">
143143
<div class="col d-flex align-items-center justify-content-center">
144-
<img src="{% static 'core/img/deloitte.png' %}" class="img-fluid" alt="...">
144+
<img src="{% static 'core/img/fsucslogo.png' %}" class="img-fluid" alt="...">
145145
</div>
146146
</div>
147147
</div>

0 commit comments

Comments
 (0)