feat: rolled over year

This commit is contained in:
Rushil Umaretiya 2022-09-15 00:43:28 -04:00
parent 0ea6fb3fde
commit 60aee31f7d
7 changed files with 5 additions and 6 deletions

Binary file not shown.

View File

@ -7,7 +7,7 @@ body {
}
.header {
background-color: rgb(24, 82, 103);
background-color: rgb(159, 43, 104);
text-align: left;
margin: 0px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 165 KiB

After

Width:  |  Height:  |  Size: 124 KiB

View File

@ -12,7 +12,7 @@
crossorigin="anonymous">
</script>
<link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css' integrity='sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T' crossorigin='anonymous'>
<title>Hoco Hunt 2021</title>
<title>Hoco Hunt 2022</title>
<link rel='icon' href="{% static 'img/favicon.png' %}" type='image/png'>
<link rel='stylesheet' href="{% static 'css/base.css' %}">

View File

@ -4,7 +4,7 @@
<div class="col-lg-5 col-md-6 col-sm-12 col-xs-12">
<a href="{% url 'main:index' %}">
<img class="header_img" src="{% static 'img/favicon.png' %}" />
<h1 class="header_title">Hoco Hunt 2021</h1>
<h1 class="header_title">Hoco Hunt 2022</h1>
</a>
</div>
<div class="col-lg-2 col-md-1"></div>

View File

@ -31,7 +31,7 @@
{% endblock %}
{% block main %}
<h1 class="border-bottom p-md-2">Fall Hoco Scavenger Hunt 2021</h1>
<h1 class="border-bottom p-md-2">Homecoming Scavenger Hunt 2022</h1>
{% for category, challenges in categories.values %}
<div class="col">
<div class="row">

View File

@ -35,8 +35,7 @@
<h3>Who's organizing this thing?</h3>
<p>
This year's Scavenger Hunt is hosted by the TJ SGA and organized by Rushil
Umaretiya (2023), Lauren Delwiche (2022), Angela Sidhu (2023), and Aidan
Ludwig (2023). Feel free to reach out to our organizers, SGA, or your
Umaretiya (2023), Vinay Ayala (2023), Aakash Vittala (2023), Sahishnu Hanumansetty (2023), Allison Zhong (2024), and Brian Zhou (2024). Feel free to reach out to our organizers, SGA, or your
class officers if you have any further questions! Good luck!
</p>
</div>