Add various links to dashboard

This commit is contained in:
ACM 2018-01-09 15:24:12 -05:00
parent 65e1c4e24b
commit 71a2e9999e
2 changed files with 12 additions and 2 deletions

Binary file not shown.

View file

@ -10,14 +10,24 @@
<h1>You are waitlisted, if space opens up we ill let you know...</h1> <h1>You are waitlisted, if space opens up we ill let you know...</h1>
{% else %} {% else %}
<h1>You are fully registered! We look forward to seeing you!</h1> <h1>You are fully registered! We look forward to seeing you!</h1>
The schedule is <a href="https://docs.google.com/spreadsheets/d/1Hkuf6kMPEC-fqasOpS85AtOasJRn74ilPMnCgBwGgV0/edit?usp=sharing">here</a>
<br>
<a href="https://www.google.com/maps/place/WPI+Student+Campus+Center/@42.2744758,-71.8105159,17z/data=!4m8!1m2!2m1!1scc+wpi!3m4!1s0x89e40658927aa83f:0x953412a0addf6184!8m2!3d42.2747714!4d-71.8084429">Location in Google Maps</a>
The event will take place in Odeum Hall on the second floor of the Campus Center building
<br>
You can park at the <a href="https://www.google.com/maps/place/Hackfeld+Lot/@42.274131,-71.8112764,16.88z/data=!4m5!3m4!1s0x89e406f433008cd5:0xba67db4fec56e85c!8m2!3d42.2728874!4d-71.8128909">Hackfeld Lot</a>. Please make sure to print and put this <a href="../static/parking_placecard.pdf">placecard</a>.
<br>
Let us know if you have any questions by sending them to hack@wpi.edu
{% endif %} {% endif %}
<br> <br>
<a href="#" id="drop-link"><p class="sub-button btn waves-effect waves-light grey darken-1">Drop Application :(</p></a> <a href="#" id="drop-link"><p class="sub-button btn waves-effect waves-light grey darken-1">Drop Application if you can't make it :(</p></a>
{% if admin %} {% if admin %}
<br>
<a href="/admin"><p class="btn">Admin Dashboard</p></a> <a href="/admin"><p class="btn">Admin Dashboard</p></a>
{% endif %} {% endif %}
<br> <br>
Please sit tight, while we improve the UI of this page :P Please sit tight, while we improve the UI of this page :P (Or we'll do it next year)
</div> </div>
</div> </div>
</div> </div>