footer_index
This commit is contained in:
parent
7012105c69
commit
22ac849e9e
2 changed files with 5 additions and 36 deletions
|
@ -1,41 +1,6 @@
|
|||
<div id="footer_cols">
|
||||
<div class="page_wrap">
|
||||
|
||||
<div class="one_four">
|
||||
<h4>Contact Details</h4>
|
||||
<p>52 Volga str.<br>4002 Plovdiv, Bulgaria</p>
|
||||
<p>tel: +359 (0) 32 398 295 <br /> email: <a href="mailto:office@datapoint.bg">office@datapoint.bg</a></p>
|
||||
</div><!--/one four-->
|
||||
|
||||
<div class="one_four">
|
||||
<h4>Latest Tweet</h4>
|
||||
<p><a href="#">@datapoint</a> Продавам пирони. Изгодно.</p>
|
||||
<span class="tweet_day">2 Days ago</span>
|
||||
</div><!--/one four-->
|
||||
|
||||
<div class="one_four">
|
||||
<h4>Datapoint</h4>
|
||||
<p>We are a dedicated team working to bring you the best hosting in the business.
|
||||
We are passionate about what we do, and why we do it.<br> <a href="#">Read More…</a></p>
|
||||
</div><!--/one four-->
|
||||
|
||||
<div class="one_four last_col">
|
||||
<h4>Newsletter Signup</h4>
|
||||
<p>Join our newsletter to stay informed on our latest updates and sales.</p>
|
||||
<form action="#" method="post">
|
||||
<div class="form_field">
|
||||
<input class="newsletter_input" title="Your Email" type="text" placeholder="Enter Your Email" />
|
||||
<input class="newsletter_submit" type="submit" />
|
||||
</div><!--/form field-->
|
||||
</form>
|
||||
</div><!--/one four-->
|
||||
|
||||
</div><!--/page wrap-->
|
||||
</div><!--/footer cols-->
|
||||
|
||||
<div id="footer_copyright">
|
||||
<div class="page_wrap">
|
||||
<p class="copyright">© Copyright 2015-2017 <a href="https://deflax.net">deflax.net</a>, All Rights Reserved.</p>
|
||||
<p class="design_by">Design by <a href="https://undersys.bg">_sys</a></p>
|
||||
<p class="design_by">Design by _sys</p>
|
||||
</div><!--/page wrap-->
|
||||
</div><!--/footer copyright-->
|
||||
|
|
|
@ -103,3 +103,7 @@
|
|||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block footer %}
|
||||
{% include "footer_index.html" %}
|
||||
{% include "footer.html" %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue