Added UI changes for 2020 hackathon #3

Merged
sarahakbar16 merged 16 commits from sarah into master 2020-01-09 13:27:21 -05:00
Showing only changes of commit 5b36baf50e - Show all commits

View file

@ -1,4 +1,5 @@
{% include 'header.html' %} {% include 'header.html' %}
<link href="../static/css/materialize.min.css" rel="stylesheet">
<p> <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. 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> </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. 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> </p>
<style> <!-- This is stupid but it works -->
p { <div style="position: absolute; bottom: 0; width: 100%;">
margin: 25px 100px; {% include 'footer.html' %}
} </div>
</style>
{% include 'footer.html' %}