|
19 | 19 | content="ACM ICPC, ACM Programming Contest, FSU ICPC, FSU ACM ICPC, FSU Programming Contest, FSU ACM Programming Contest, FSU CS Programming Contest, Florida State ICPC, Florida State Programming Contest, Florida State CS Programming Contest, Florida State ACM Programming Contest, Florida State University Programming Contest, Florida State University ACM Programming Contest, Florida State University ICPC, Florida State University CS Programming Contest">
|
20 | 20 | <!-------------------------------------------------------------->
|
21 | 21 |
|
22 |
| - <!-- Bootstrap 4.5.0 --> |
23 |
| - <link rel="stylesheet" |
24 |
| - href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" |
25 |
| - integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous"/> |
| 22 | + <!-- Bootstrap 4.5.3 --> |
| 23 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" |
| 24 | + integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> |
26 | 25 | <!-------------------------------------------------------------->
|
27 | 26 |
|
28 | 27 | <!-- Font Awesome 6.2.0 -->
|
|
49 | 48 | {% block head %}{% endblock %}
|
50 | 49 | <!-------------------------------------------------------------->
|
51 | 50 |
|
52 |
| - {# Strict order: jQuery first, then Popper.js, then Bootstrap JS #} |
53 |
| - <!-- Bootstrap 4.5.0 JS --> |
| 51 | + {# Strict order: jQuery first, then Popper.js, then Bootstrap JS. NOTE: bootstrap.bundle includes Popper #} |
| 52 | + <!-- Bootstrap 4.5.3 JS --> |
54 | 53 | <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
55 |
| - integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> |
56 |
| - <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" |
57 |
| - integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> |
58 |
| - <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" |
59 |
| - integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script> |
| 54 | + integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> |
| 55 | + <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" |
| 56 | + integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script> |
60 | 57 | <!-------------------------------------------------------------->
|
61 | 58 |
|
| 59 | + {% if not DEBUG %} |
62 | 60 | <!-- Global site tag (gtag.js) - Google Analytics -->
|
63 | 61 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-R68Q4E2KTL"></script>
|
64 | 62 | <script>
|
|
69 | 67 | gtag('config', 'G-R68Q4E2KTL');
|
70 | 68 | </script>
|
71 | 69 | <!-------------------------------------------------------------->
|
| 70 | + {% endif %} |
72 | 71 |
|
73 | 72 | {% block title %}
|
74 | 73 | <title>{% block section %}{% endblock %} | ACM at FSU Programming Contest</title>
|
|
103 | 102 | Resources
|
104 | 103 | </a>
|
105 | 104 | <div class="dropdown-menu">
|
106 |
| - <a class="dropdown-item" href="https://domjudge.cs.fsu.edu" target="_blank" rel="external"><i class="fa-solid fa-server"></i> Contest Server</a> |
| 105 | + <a class="dropdown-item" href="https://domjudge.cs.fsu.edu" target="_blank" rel="external noopener"><i class="fa-solid fa-server"></i> Contest Server</a> |
107 | 106 | <a class="dropdown-item" href="https://drive.google.com/drive/folders/1pjZk22HGTOjvedz932kHox6-rTz5JqoE?usp=sharing"
|
108 |
| - target="_blank" rel="external"><i class="fa-solid fa-file-circle-question"></i> Example Questions</a> |
| 107 | + target="_blank" rel="external noopener"><i class="fa-solid fa-file-circle-question"></i> Example Questions</a> |
109 | 108 | <a class="dropdown-item" href="https://drive.google.com/drive/folders/1uCylEYyFdXdxD_BxplYZIioW6_ragXTq?usp=sharing"
|
110 |
| - target="_blank" rel="external"><i class="fa-solid fa-book"></i> Registration Guide</a> |
111 |
| - <a class="dropdown-item" href="https://bit.ly/JoinProgClub" target="_blank" rel="external"><i class="fa-solid fa-people-group"></i> Programming Club</a> |
| 109 | + target="_blank" rel="external noopener"><i class="fa-solid fa-book"></i> Registration Guide</a> |
| 110 | + <a class="dropdown-item" href="https://bit.ly/JoinProgClub" target="_blank" rel="external noopener"><i class="fa-solid fa-people-group"></i> Programming Club</a> |
112 | 111 | </div>
|
113 | 112 | </li>
|
114 | 113 | <li class="nav-item">
|
|
123 | 122 | <a class="nav-link dropdown-toggle active d-block d-md-none" href="#" id="navbardrop" data-toggle="dropdown"><i class="fa-regular fa-circle-user"></i> {{ user.first_name }}</a>
|
124 | 123 | <div class="dropdown-menu dropdown-menu-right">
|
125 | 124 | {% if user.is_staff %}
|
126 |
| - <a class="dropdown-item" href="{% url 'admin:index' %}" target="_blank"><i class="fa-solid fa-users-gear"></i> Django Admin</a> |
| 125 | + <a class="dropdown-item" href="{% url 'admin:index' %}"><i class="fa-solid fa-users-gear"></i> Django Admin</a> |
127 | 126 | {% endif %}
|
128 | 127 | {% if user.profile.is_volunteer %}
|
129 | 128 | {% if user.profile.role == 5 %}
|
|
172 | 171 | <div class="col-md-4 text-center text-md-left ">
|
173 | 172 |
|
174 | 173 | <div class="py-0">
|
175 |
| - <h3 class="my-4 text-white"><a class="mx-2 font-italic text-primary" href="https://fsu.acm.org" target="_blank" rel="external">ACM at FSU</a></h3> |
| 174 | + <h3 class="my-4 text-white"><a class="mx-2 font-italic text-primary" href="https://fsu.acm.org" title="ACM at FSU Homepage" target="_blank" rel="external noopener">ACM at FSU</a></h3> |
176 | 175 | <p class="footer-links">
|
177 |
| - <a href="mailto:contest@fsu.acm.org" class="text-warning" rel="external"><i class="fa fa-envelope text-white mx-2"></i>contest@fsu.acm.org</a> |
| 176 | + <a href="mailto:contest@fsu.acm.org" title="ACM at FSU Email" class="text-warning"><i class="fa fa-envelope text-white mx-2"></i>contest@fsu.acm.org</a> |
178 | 177 | </p>
|
179 | 178 | <div class="mx-auto pt-2">
|
180 |
| - <a href="https://www.facebook.com/ACMatFSU/" target="_blank" rel="external"><i class="fab fa-facebook fa-lg text-white mr-3"></i></a> |
181 |
| - <a href="https://discord.gg/4z3hNMA" target="_blank" rel="external"><i class="fab fa-discord fa-lg text-white mx-3"></i></a> |
182 |
| - <a href="https://www.linkedin.com/groups/12238485/" target="_blank" rel="external"><i class="fab fa-linkedin fa-lg text-white mx-3"></i></a> |
183 |
| - <a href="{% url 'announcements_feed' %}"><i class="fa fa-rss fa-lg text-white mx-3"></i></a> |
| 179 | + <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 mr-3"></i></a> |
| 180 | + <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> |
| 181 | + <a href="https://www.instagram.com/fsuacm/" title="ACM at FSU Instagram" target="_blank" rel="external noopener"><i |
| 182 | + class="fab fa-instagram fa-lg text-white mx-3"></i></a> |
| 183 | + <a href="https://www.linkedin.com/groups/12238485/" title="ACM at FSU LinkedIn" target="_blank" rel="external noopener"><i class="fab fa-linkedin fa-lg text-white mx-3"></i></a> |
184 | 184 | </div>
|
185 | 185 | </div>
|
186 | 186 | </div>
|
187 | 187 |
|
188 | 188 | <div class="col-md-4 text-white text-center text-md-left ">
|
189 | 189 | <div class="pt-2 mt-4">
|
190 | 190 | <div>
|
191 |
| - <a href="https://goo.gl/maps/AQz5K65kyfjjjQJb7" class="text-white" target="_blank" rel="nofollow"><i class="fa-solid fa-map-location-dot"></i> |
| 191 | + <a href="https://goo.gl/maps/AQz5K65kyfjjjQJb7" title="Google Maps - Love Building" class="text-white" target="_blank" rel="external noopener"><i class="fa-solid fa-map-location-dot"></i> |
192 | 192 | James J. Love Building,
|
193 | 193 | 1017 Academic Way,
|
194 | 194 | Tallahassee, FL 32304</a>
|
195 | 195 | </div>
|
196 | 196 | <div class="my-2">
|
197 |
| - <a class="text-white" href="https://cs.fsu.edu" target="_blank" rel="external"><i class="fa-solid fa-up-right-from-square"></i> FSU Dept of Computer Science</a> |
| 197 | + <a class="text-white" href="https://www.cs.fsu.edu" title="FSU CS Department Homepage" target="_blank" rel="external noopener"><i class="fa-solid fa-up-right-from-square"></i> FSU Dept of Computer Science</a> |
198 | 198 | </div>
|
199 | 199 | <div class="mt-2 pt-1">
|
200 |
| - <a class="text-white" href="https://icpc.global/" target="_blank" rel="external"><i class="fa-solid fa-up-right-from-square"></i> ICPC Global</a> |
| 200 | + <a class="text-white" href="https://icpc.global/" title="ICPC Global Homepage" target="_blank" rel="external noopener"><i class="fa-solid fa-up-right-from-square"></i> ICPC Global</a> |
201 | 201 | </div>
|
202 | 202 | </div>
|
203 | 203 | </div>
|
204 | 204 |
|
205 | 205 | <div class="col-md-4 text-white my-4 text-center text-md-left ">
|
206 | 206 | <span class=" font-weight-bold">About the Contest</span>
|
207 | 207 | <p class="text-info my-2">The ACM at FSU Programming Contest is a coding competition that emphasizes problem solving executed in code.</p>
|
208 |
| - <a class="text-white" href="https://www.mmcinnestaylor.com" target="_blank" rel="external">Built with ♥ by Marlan Mc-T</a> |
| 208 | + <a class="text-white" href="https://www.mmcinnestaylor.com" title="Marlan's Homepage" target="_blank" rel="external noopener">Built with ♥ by Marlan Mc-T</a> |
209 | 209 | </div>
|
210 | 210 | </div>
|
211 | 211 | </div>
|
212 | 212 | </footer>
|
213 | 213 | <!-- end of footer -->
|
214 | 214 | </body>
|
215 |
| - <!-- Hello Lillian --> |
216 | 215 | </html>
|
0 commit comments