hide jumbotron
This commit is contained in:
parent
b45bc2d5bc
commit
9e82752574
1 changed files with 3 additions and 9 deletions
|
@ -19,13 +19,8 @@
|
||||||
<div class="site-container">
|
<div class="site-container">
|
||||||
|
|
||||||
{% include header.html %} {% if page.type == "home" %}
|
{% include header.html %} {% if page.type == "home" %}
|
||||||
<div class="jumbotron">
|
<!--div class="jumbotron">
|
||||||
<div class="jumbotron-content">
|
<div class="jumbotron-content">
|
||||||
<!-- div id="logo-div" class="float-left">
|
|
||||||
<img src="../assets/images/logo.png" />
|
|
||||||
</div -->
|
|
||||||
|
|
||||||
<!-- Begin MailChimp Signup Form -->
|
|
||||||
<div id="mc_embed_signup" class="float-left">
|
<div id="mc_embed_signup" class="float-left">
|
||||||
<form action="https://github.us17.list-manage.com/subscribe/post?u=85102052c447ce8a8bba06f24&id=2366f7f35a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
<form action="https://github.us17.list-manage.com/subscribe/post?u=85102052c447ce8a8bba06f24&id=2366f7f35a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
||||||
<div id="mc_embed_signup_scroll">
|
<div id="mc_embed_signup_scroll">
|
||||||
|
@ -45,10 +40,9 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<!--End mc_embed_signup-->
|
|
||||||
<div class="clear-both"></div>
|
<div class="clear-both"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div-->
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
@ -116,4 +110,4 @@ http://fullhacker.com -->
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue