Skip to content

Commit c521054

Browse files
committed
Added submission button, updated important dates
1 parent 08a02c1 commit c521054

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/templates/gamejam.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{% extends "header.html" %} {% block headertext %}{%endblock%}
22
{% block content %}
33

4-
<h1 id="countdown" style="text-align:center; font-size:1.5em;">Time Left to Submit: </h1>
4+
<div style="text-align:center; font-size:1.5em;">
5+
<h1 id="countdown">Time Left to Submit: </h1>
6+
<a href="https://forms.gle/J548QPnxUGHVv3PD6" class="btn btn-red">Submit Here!</a>
7+
<p></p>
8+
</div>
59

610
<div id="gamejamGrid">
711
<div id="gamejam-flyer-wrapper" class="subcontent">
812
<h2>Important Dates</h2>
913
<p>Submission Deadline: April 14th 5pm</p>
10-
<p>Closing Ceremony: April 16th 4pm</p>
14+
<p>Closing Ceremony: April 16th 4pm, Wegmans Theater at MAGIC</p>
1115
<p></p>
1216
<a href="{{ url_for('static', filename='files/GamejamFlyer.pdf') }}">
1317
<img style="width: 100%" src="{{ url_for('static', filename='images/GamejamFlyer.png') }}">

0 commit comments

Comments
 (0)