Skip to content
Merged
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
73 changes: 36 additions & 37 deletions hackathon_site/event/jinja2/event/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,43 +102,6 @@ <h5>
</div>
<br />

<div class="container colorScroll" data-background-color="#fff">
<div class="section scrollspy" id="about">
<div class="row">
<div class="col m12 l7" id="aboutText">
<h3 class="center">About us</h3>

<p class="center">
Join us at MakeUofT to transform your ideas into reality! This year (2026), 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.
</p>
</div>

<div class="col m12 l5 flexColCenter" id="countdown">
<h3 class="center" id="countdownTitle"></h3>
<div class="countdown">
<div class="col countdownNum">
<div class="countdownWhiteLine"></div>
<p id="day1"></p>
</div>
<div class="col countdownNum">
<div class="countdownWhiteLine"></div>
<p id="day2"></p>
</div>
<div class="col countdownNum">
<div class="countdownWhiteLine"></div>
<p id="day3"></p>
</div>
</div>
<div class="col center countdownDays" id="countdownUnit">Days</div>
</div>
</div>
</div>
</div>
<br /><br /><br />

<div class="container colorScroll" data-background-color="#fff">
<div class="section scrollspy" id="interest">
{% set msgs = get_messages(request) %}
Expand Down Expand Up @@ -207,6 +170,42 @@ <h3 class="center interest-title">Register Your Interest</h3>
</div>
</div>

<div class="container colorScroll" data-background-color="#fff">
<div class="section scrollspy" id="about">
<div class="row">
<div class="col m12 l7" id="aboutText">
<h3 class="center">About us</h3>

<p class="center">
Join us at MakeUofT to transform your ideas into reality! This year (2026), 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.
</p>
</div>

<div class="col m12 l5 flexColCenter" id="countdown">
<h3 class="center" id="countdownTitle"></h3>
<div class="countdown">
<div class="col countdownNum">
<div class="countdownWhiteLine"></div>
<p id="day1"></p>
</div>
<div class="col countdownNum">
<div class="countdownWhiteLine"></div>
<p id="day2"></p>
</div>
<div class="col countdownNum">
<div class="countdownWhiteLine"></div>
<p id="day3"></p>
</div>
</div>
<div class="col center countdownDays" id="countdownUnit">Days</div>
</div>
</div>
</div>
</div>

<div class="container colorScroll" data-background-color="#035E8A">
<div class="section scrollspy" id="schedule">
<div class="row schedule">
Expand Down
Loading