Fix styles on ToS page

This commit is contained in:
Nick Krichevsky 2020-01-09 12:05:28 -05:00
parent a742ad41f5
commit 5b36baf50e

View file

@ -1,4 +1,5 @@
{% include 'header.html' %}
<link href="../static/css/materialize.min.css" rel="stylesheet">
<p>
I agree to hold harmless the organizers of HACK@WPI and WPIs Chapter of the Association of Computing Machinery (ACM) from any and all claims, lawsuits, demands, causes of action, liability, loss, damage and/or injury of any kind whatsoever (including without limitation all claims for monetary loss, property damager, equitable relief, personal injury and/or wrongful death), whether brought by an individual or other entity. The indemnification applies to and includes, without limitation, the payment of all penalties, fines, judgments, awards, decrees, attorneys fees, and related costs or expenses, and any reimbursements to ACM for all legal fees, expenses, and costs incurred by it.
</p>
@ -7,9 +8,7 @@ I agree to hold harmless the organizers of HACK@WPI and WPIs Chapter of the A
I also acknowledge the organizers of HACK@WPI will be recording the event using video, photographs, audio recordings, and other media and give them permission to use said media in marketing/promotional materials.
</p>
<style>
p {
margin: 25px 100px;
}
</style>
{% include 'footer.html' %}
<!-- This is stupid but it works -->
<div style="position: absolute; bottom: 0; width: 100%;">
{% include 'footer.html' %}
</div>