First Commit
This commit is contained in:
commit
610aa1e202
4204 changed files with 636764 additions and 0 deletions
119
_static/templates/_footer.php
Normal file
119
_static/templates/_footer.php
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
|
||||
<div class="alert alert-success bordered-bottom nomargin">
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-9 col-sm-12"><!-- left text -->
|
||||
|
||||
<p class="font-lato weight-300 size-20 nomargin-bottom">
|
||||
Du möchtest Vertriebspartner werden oder hast Fragen zu unseren Produkten?
|
||||
</p>
|
||||
<h3>Jetzt Kontakt aufnehmen: <span><strong style="color:#566d56">+49 (0) 8333 946 98 90</strong></span></h3>
|
||||
</div><!-- /left text -->
|
||||
|
||||
|
||||
<div class="col-md-3 col-sm-12 text-right"><!-- right btn -->
|
||||
<a href="/kontakt" rel="nofollow" target="_blank" class="btn btn-primary btn-lg">zum Kontakt</a>
|
||||
</div><!-- /right btn -->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- /CALLOUT -->
|
||||
|
||||
<!-- FOOTER -->
|
||||
<footer id="footer">
|
||||
<div class="container">
|
||||
|
||||
<div class="row">
|
||||
|
||||
<div class="col-md-4">
|
||||
<!-- Footer Logo -->
|
||||
<img class="footer-logo" src="<?php echo SERVER ?>/assets/images/logo_dark.png" alt="" />
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<!-- Contact Address -->
|
||||
<address>
|
||||
<ul class="list-unstyled">
|
||||
<li class="footer-sprite address">
|
||||
mivita e.K.<br>
|
||||
Leinfeld 2<br>
|
||||
87755 Kirchhaslach<br>
|
||||
</li>
|
||||
<li class="footer-sprite phone">
|
||||
Telefon: +49 (0) 8333 946 98 90
|
||||
</li>
|
||||
<li class="footer-sprite email">
|
||||
<a href="mailto:info@riwa-tec.de">info@mivita.care</a>
|
||||
</li>
|
||||
</ul>
|
||||
</address>
|
||||
<!-- /Contact Address -->
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<!-- Links -->
|
||||
<h4 class="letter-spacing-1">Inhalte</h4>
|
||||
<ul class="footer-links list-unstyled">
|
||||
<li <?php echo ($page_path == "") ? 'class="active"' : '' ?>><a href="<?php echo SERVER ?>/">Start</a></li>
|
||||
<li <?php echo ($page_path == "aloevera") ? 'class="active"' : '' ?>><a href="<?php echo SERVER ?>/aloevera">Aloe Vera</a></li>
|
||||
<li <?php echo ($page_path == "produkte") ? 'class="active"' : '' ?>><a href="<?php echo SERVER ?>/produkte">Produktwelt</a></li>
|
||||
<li <?php echo ($page_path == "unternehmen") ? 'class="active"' : '' ?>><a href="<?php echo SERVER ?>/unternehmen"">Geschäftsmodell</a></li>
|
||||
<li <?php echo ($page_path == "kontakt") ? 'class="active"' : '' ?>><a href="<?php echo SERVER ?>/kontakt">Kontakt</a></li>
|
||||
</ul>
|
||||
<!-- /Links -->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="copyright">
|
||||
<div class="container">
|
||||
<ul class="pull-right nomargin list-inline mobile-block">
|
||||
<li <?php echo ($page_path == "datenschutz") ? 'class="active"' : '' ?>><a href="<?php echo SERVER ?>/datenschutz">Datenschutz</a></li>
|
||||
<li>•</li>
|
||||
<li <?php echo ($page_path == "impressum") ? 'class="active"' : '' ?>><a href="<?php echo SERVER ?>/impressum">Impressum</a></li>
|
||||
</ul>
|
||||
© All Rights Reserved, mivita.care
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- /FOOTER -->
|
||||
|
||||
</div>
|
||||
<!-- /wrapper -->
|
||||
|
||||
|
||||
<!-- SCROLL TO TOP -->
|
||||
<a href="#" id="toTop"></a>
|
||||
|
||||
|
||||
<!-- PRELOADER -->
|
||||
<div id="preloader">
|
||||
<div class="inner">
|
||||
<span class="loader"></span>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /PRELOADER -->
|
||||
|
||||
|
||||
<!-- JAVASCRIPT FILES -->
|
||||
<script type="text/javascript">var plugin_path = '<?php echo SERVER ?>/assets/plugins/';</script>
|
||||
<script type="text/javascript" src="<?php echo SERVER ?>/assets/plugins/jquery/jquery-2.2.3.min.js"></script>
|
||||
<script type="text/javascript" src="<?php echo SERVER ?>/assets/js/scripts.js"></script>
|
||||
<?php if($contact): ?>
|
||||
<script type="text/javascript" src="<?php echo SERVER ?>/assets/js/jquery.contact-form.js"></script>
|
||||
<!-- REVOLUTION SLIDER -->
|
||||
<?php endif ?>
|
||||
<script type="text/javascript" src="<?php echo SERVER ?>/assets/plugins/slider.revolution/js/jquery.themepunch.tools.min.js"></script>
|
||||
<script type="text/javascript" src="<?php echo SERVER ?>/assets/plugins/slider.revolution/js/jquery.themepunch.revolution.min.js"></script>
|
||||
<script type="text/javascript" src="<?php echo SERVER ?>/assets/js/view/demo.revolution_slider.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue