Fix indentation in index.html

This commit is contained in:
Nick Krichevsky 2018-12-08 21:22:52 -05:00
parent 15204416bb
commit 5436422a75

View file

@ -148,8 +148,8 @@
<img src="../static/img/background3.jpg" alt="background image"> <img src="../static/img/background3.jpg" alt="background image">
</div> </div>
</div> </div>
</div> </div>
<footer class="page-footer red darken-2"> <footer class="page-footer red darken-2">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<h5 class="white-text">Interested in Sponsoring or Co-Sponsoring?</h5> <h5 class="white-text">Interested in Sponsoring or Co-Sponsoring?</h5>
@ -195,6 +195,6 @@
For issues, please contact <a class="white-text" href="mailto:acm@wpi.edu?subject=[Site]" target="_top"><u>acm@wpi.edu</u></a> For issues, please contact <a class="white-text" href="mailto:acm@wpi.edu?subject=[Site]" target="_top"><u>acm@wpi.edu</u></a>
</div> </div>
</div> </div>
</footer> </footer>
</div> </div>
{% include 'footer.html' %} {% include 'footer.html' %}