1
Fork 0

Removed import of utils js

This commit is contained in:
Jake Howard 2015-11-09 14:28:53 +00:00
parent 7d586c67f9
commit a0348c6ece
2 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,6 @@
<body> <body>
{% block content%}{% endblock %} {% block content%}{% endblock %}
<script type="text/javascript" src="{% static 'js/libs.js' %}"></script> <script type="text/javascript" src="{% static 'js/libs.js' %}"></script>
<script type="text/javascript" src="{% static 'js/utils.js' %}"></script>
<script type="text/javascript" src="{% static 'js/app.js' %}"></script> <script type="text/javascript" src="{% static 'js/app.js' %}"></script>
<noscript> <noscript>
<style> html, body { display:none; }</style> <style> html, body { display:none; }</style>

View file

@ -3,8 +3,8 @@
{% block htmltitle %}Homepage{% endblock %} {% block htmltitle %}Homepage{% endblock %}
{% block content%} {% block content%}
<div class="container-fluid" style="background: url(https://m2.behance.net/rendition/pm/26810225/disp/cd6290c1a0fd814decf7fbafc0cbca4a.gif) fixed; background-size: cover;"> <div class="container-fluid" style="height: 100vh; background: url(https://m2.behance.net/rendition/pm/26810225/disp/cd6290c1a0fd814decf7fbafc0cbca4a.gif) fixed; background-size: cover;">
<div class="jumbotron container animated zoomInDown" style="margin-top: 0; text-align: center; background-color: transparent; color: white; padding-bottom: 0; margin-bottom: 0;"> <div class="jumbotron container animated zoomInDown" style="margin-top: 5vh; text-align: center; background-color: transparent; color: white; padding-bottom: 0; margin-bottom: 0;">
<img src="http://placehold.it/230x230"/> <img src="http://placehold.it/230x230"/>
<h1 style="margin-bottom: 15px;">Hello, world!</h1> <h1 style="margin-bottom: 15px;">Hello, world!</h1>
<p>Some random subtitle</p> <p>Some random subtitle</p>