addedd background and disqus

This commit is contained in:
Walker Waylon Scott 2017-07-23 13:44:45 -05:00
parent 203889aba4
commit 51c898f266
2 changed files with 19 additions and 5 deletions

View file

@ -5,16 +5,23 @@
{{ super() }} {{ super() }}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link rel='stylesheet' type='text/css' href='static/css/wsw_notebook.css'> <link rel='stylesheet' type='text/css' href='static/css/wsw_notebook.css'>
<!-- <link rel='stylesheet' type='text/css' href='static/css/custom.css'> --> <link rel='stylesheet' type='text/css' href='static/css/custom.css'>
{% endblock %} {% endblock %}
{% block body %} {% block body %}
{{ super ()}} {{ super ()}}
<div class='notebook-container' style='float:center; max-width: 800px; margin-left:auto; margin-right:auto background-color:white' > <div id="bottom-image" style='min-height: 1200px'>
{{ body | safe }} <div id="middle-image" style='min-height: 1200px'>
</div> <div id="top-image" style='min-height: 1200px'>
<div class='notebook-container' style='float:center; max-width: 800px; margin-left:auto; margin-right:auto; background-color:white' >
{{ body | safe }}
<div id="disqus_thread"></div>
</div>
</div>
</div>
</div>
<!-- {{ body | safe }} --> <!-- {{ body | safe }} -->
<script> <script>
// $('.output_html').hide() // $('.output_html').hide()
@ -35,4 +42,5 @@ $('#show-code-btn').click(function (event){
$('.input_area').toggle() $('.input_area').toggle()
}); });
</script> </script>
<script src='static/js/lights.js?v=1'></script>
{% endblock %} {% endblock %}

View file

@ -111,9 +111,15 @@
{% endfor %} {% endfor %}
</div> </div>
{% endfor %} {% endfor %}
{ body | safe }
<div id="disqus_thread"></div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<script src='static/js/enthusiast.js?v=4'></script> <script src='static/js/enthusiast.js?v=5'></script>
<script src='static/js/lights.js?v=1'></script>
<script src='static/js/lights.js?v=1'></script>
{% endblock %} {% endblock %}