Added UI changes for 2020 hackathon #3
3 changed files with 12 additions and 11 deletions
|
@ -28,7 +28,6 @@
|
|||
{% else %}
|
||||
<a class="nav-link active" href="/register">Register</a>
|
||||
{% endif %}
|
||||
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="../static/assets/Hack@WPI-SponsorshipInformation-2020.pdf">Sponsorship Packet</a>
|
||||
|
|
|
@ -75,7 +75,7 @@ a {
|
|||
padding-bottom: 10px;
|
||||
padding-top:10px;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
<!--Logo + Date+ Hosted By -->
|
||||
<div class="container">
|
||||
|
@ -109,10 +109,10 @@ a {
|
|||
</div>
|
||||
|
||||
<div class="gold-sponsors">
|
||||
<img class="logo" src="../static/img/logos/iboss.png" style = "height: 140px">
|
||||
<img class="logo" src="../static/img/logos/kronos.png" style = "height: 65px">
|
||||
<img class="logo" src="../static/img/logos/iboss.png" style = "height: 150px">
|
||||
<img class="logo" src="../static/img/logos/kronos.png" style = "height: 75px">
|
||||
<img class="logo" src="../static/img/logos/paytronix.png" style = "height: 30px">
|
||||
<img class="logo" src="../static/img/logos/abbvie.png" style = "height: 65px">
|
||||
<img class="logo" src="../static/img/logos/abbvie.png" style = "height: 60px">
|
||||
</div>
|
||||
|
||||
<div class="silver-sponsors">
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
{% include 'header.html' %}
|
||||
<link href="../static/css/materialize.min.css" rel="stylesheet">
|
||||
<p>
|
||||
I agree to hold harmless the organizers of HACK@WPI and WPI’s 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>
|
||||
<div style="margin: 16px">
|
||||
<p>
|
||||
I agree to hold harmless the organizers of HACK@WPI and WPI’s 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>
|
||||
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>
|
||||
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>
|
||||
</div>
|
||||
|
||||
<!-- This is stupid but it works -->
|
||||
<div style="position: absolute; bottom: 0; width: 100%;">
|
||||
|
|
Loading…
Add table
Reference in a new issue