Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hackathon_site/event/jinja2/event/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h5>
<h3 class="center">About us</h3>

<p class="center">
Join us at MakeUofT to transform your ideas into reality! This year, the themes for MakeUofT are: Sustainability and Green Tech, Wearable Technology, and Videogames!
Join us at MakeUofT to transform your ideas into reality! This year, the themes for MakeUofT are: Valentines Day, Audio/Music, and Survival (D-day)!
</p>
<p class="center">
Our in-person makeathon is designed for everyone to participate, from beginners to experts. To help facilitate your learning experience, we will have mentors available throughout the event to assist you! You will also be able to interact with some of the top companies in the industry through our networking booths.
Expand Down Expand Up @@ -234,7 +234,7 @@ <h3 class="center">FAQ</h3>
</div>
<div class="collapsible-body">
<span>
We're welcoming any students pursuing post-secondary education! Applications open on January 24th, 2026 and close at 11:59 PM EST on January 31th, 2026. Acceptances will be internally decided on a rolling basis, so apply early to maximize your chances of getting accepted!
We're welcoming any students pursuing post-secondary education! Applications open on December 10th, 2025 and close at 11:59 PM EST on January 31th, 2026. Acceptances will be internally decided on a rolling basis, so apply early to maximize your chances of getting accepted!
</span>
</div>
</li>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions hackathon_site/event/static/event/images/sponsors/sponsor.svg

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions hackathon_site/event/static/event/js/sponsors-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,46 @@ window.SPONSORS_DATA = [
logo: "event/images/sponsors/qualcomm.png",
website: "https://www.qualcomm.com"
},
{
name: "Alphawave Semi",
logo: "event/images/sponsors/alphawave.png",
website: "https://awavesemi.com"
},
{
name: "AMD",
logo: "event/images/sponsors/amd.png",
website: "https://www.amd.com"
},
{
name: "Indomie",
logo: "event/images/sponsors/indomie.png",
website: "https://www.indomie.com"
},
{
name: "Marvell",
logo: "event/images/sponsors/marvell.png",
website: "https://www.marvell.com"
},
{
name: "Microchip",
logo: "event/images/sponsors/microchip.png",
website: "https://www.microchip.com"
},
{
name: "MLH",
logo: "event/images/sponsors/mlh.png",
website: "https://mlh.io"
},
{
name: "Titan Haptics",
logo: "event/images/sponsors/titan.png",
website: "https://titanhaptics.com"
},
{
name: "Ubisoft",
logo: "event/images/sponsors/ubisoft.png",
website: "https://www.ubisoft.com"
},
// Add more sponsors here:
// {
// name: "Company Name",
Expand Down
2 changes: 1 addition & 1 deletion hackathon_site/hackathon_site/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
CONTACT_EMAIL = DEFAULT_FROM_EMAIL
HSS_ADMIN_EMAIL = "hardware@makeuoft.ca"

REGISTRATION_OPEN_DATE = datetime(2025, 12, 10, tzinfo=TZ_INFO)
REGISTRATION_OPEN_DATE = datetime(2025, 12, 8, tzinfo=TZ_INFO)
REGISTRATION_CLOSE_DATE = datetime(2026, 1, 31, 23, 59, 0, tzinfo=TZ_INFO)
EVENT_START_DATE = datetime(2026, 2, 14, 8, 0, 0, tzinfo=TZ_INFO)
EVENT_END_DATE = datetime(2026, 2, 15, 17, 0, 0, tzinfo=TZ_INFO)
Expand Down
Loading