mirror of
https://github.com/tjsga/scavenger-hunt-2022.git
synced 2025-04-21 12:20:16 -04:00
feat: rolled over year
This commit is contained in:
parent
0ea6fb3fde
commit
60aee31f7d
Binary file not shown.
|
@ -7,7 +7,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: rgb(24, 82, 103);
|
background-color: rgb(159, 43, 104);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 124 KiB |
|
@ -12,7 +12,7 @@
|
||||||
crossorigin="anonymous">
|
crossorigin="anonymous">
|
||||||
</script>
|
</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'>
|
<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='icon' href="{% static 'img/favicon.png' %}" type='image/png'>
|
||||||
|
|
||||||
<link rel='stylesheet' href="{% static 'css/base.css' %}">
|
<link rel='stylesheet' href="{% static 'css/base.css' %}">
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<div class="col-lg-5 col-md-6 col-sm-12 col-xs-12">
|
<div class="col-lg-5 col-md-6 col-sm-12 col-xs-12">
|
||||||
<a href="{% url 'main:index' %}">
|
<a href="{% url 'main:index' %}">
|
||||||
<img class="header_img" src="{% static 'img/favicon.png' %}" />
|
<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>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-2 col-md-1"></div>
|
<div class="col-lg-2 col-md-1"></div>
|
||||||
|
|
|
@ -31,7 +31,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% 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 %}
|
{% for category, challenges in categories.values %}
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
@ -35,8 +35,7 @@
|
||||||
<h3>Who's organizing this thing?</h3>
|
<h3>Who's organizing this thing?</h3>
|
||||||
<p>
|
<p>
|
||||||
This year's Scavenger Hunt is hosted by the TJ SGA and organized by Rushil
|
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
|
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
|
||||||
Ludwig (2023). Feel free to reach out to our organizers, SGA, or your
|
|
||||||
class officers if you have any further questions! Good luck!
|
class officers if you have any further questions! Good luck!
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user