Skip to content

Commit

Permalink
refactor #37
Browse files Browse the repository at this point in the history
  • Loading branch information
arendondiosa committed Dec 7, 2019
1 parent d53c8b7 commit 7e13267
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,23 @@ <h1 class="title">&lt;{{ t_sponsor_title }}/&gt;</h1>
</div>
</div>
</div>

<div class="subscribe">
<div class=" wow fadeInUp" data-wow-delay="0.8s" data-wow-duration="1.2s" data-wow-offset="-1000">
<div class="container">
<div class="row">
<div class="text-center col-md-12">
<h1 class="title">&lt;{{ t_subscribe_title }}/&gt;</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
{% include 'partials/_mailchimp.html' %}
</div>
</div>
</div>
</div>
</div>
</div>
{% include 'partials/_footer.html' %}
</div>
Expand Down

0 comments on commit 7e13267

Please sign in to comment.