footer.php 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. <!-- Footer Section -->
  2. <footer class="footer">
  3. <!-- Container Starts -->
  4. <div id="footer" class="container">
  5. <!-- Row Starts -->
  6. <div class="row section">
  7. <div class="col-xs-12">
  8. <img src="<?php echo get_template_directory_uri(); ?>/img/logo_cut_invert.png" alt="">
  9. </div>
  10. </div>
  11. <!-- Footer Widget Starts -->
  12. <div class="row section">
  13. <div class="footer-widget col-lg-3 col-md-6 col-xs-12 wow fadeIn">
  14. <?php
  15. $options = get_option('kontakt_daten');
  16. echo $options;
  17. ?>
  18. <!--
  19. <h3 class="small-title">
  20. About Us
  21. </h3>
  22. <p>
  23. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis veritatis eius porro modi hic. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
  24. </p>
  25. <div class="social-footer">
  26. <a href="#"><i class="fa fa-facebook icon-round"></i></a>
  27. <a href="#"><i class="fa fa-twitter icon-round"></i></a>
  28. <a href="#"><i class="fa fa-linkedin icon-round"></i></a>
  29. </div> -->
  30. </div>
  31. <!-- Footer Widget Ends -->
  32. <!-- Footer Widget Starts -->
  33. <div class="footer-widget col-lg-3 col-md-6 col-xs-12 wow fadeIn" data-wow-delay=".2s">
  34. <?php
  35. $options = get_option('zweite_spalte');
  36. echo $options;
  37. ?>
  38. <?php /* ?>
  39. <h3 class="small-title">
  40. Links
  41. </h3>
  42. <ul class="menu">
  43. <li><a href="<?php echo get_home_url(); ?>/#sliders">
  44. Home
  45. </a></li>
  46. <li><a href="<?php echo get_home_url(); ?>/#about">
  47. Geschäftsfelder
  48. </a></li>
  49. <li><a href="<?php echo get_home_url(); ?>/#portfolio">
  50. Projekte
  51. </a></li>
  52. <li><a href="<?php echo get_home_url(); ?>/#team-section">
  53. Team
  54. </a></li>
  55. <li><a href="<?php echo get_home_url(); ?>/#clients">
  56. Kunden
  57. </a></li>
  58. <li><a href="<?php echo get_home_url(); ?>/#footer">
  59. Contact
  60. </a></li>
  61. </ul>
  62. <?php */ ?>
  63. </div>
  64. <div class="footer-widget col-lg-3 col-md-6 col-xs-12 wow fadeIn" data-wow-delay=".2s">
  65. <?php
  66. $options = get_option('dritte_spalte');
  67. echo $options;
  68. ?>
  69. </div>
  70. <div class="footer-widget col-lg-3 col-md-6 col-xs-12 wow fadeIn" data-wow-delay=".2s">
  71. <?php
  72. $options = get_option('vierte_spalte');
  73. echo $options;
  74. ?>
  75. </div>
  76. <!-- Footer Widget Ends -->
  77. <!-- Footer Widget Starts -->
  78. <!--
  79. <div class="footer-widget col-lg-3 col-md-6 col-xs-12 wow fadeIn" data-wow-delay=".5s">
  80. <h3 class="small-title">
  81. GALLERY
  82. </h3>
  83. <div class="plain-flicker-gallery">
  84. <a href="#"><img src="<?php echo get_template_directory_uri(); ?>/img/flicker/img1.jpg" alt=""></a>
  85. <a href="#"><img src="<?php echo get_template_directory_uri(); ?>/img/flicker/img2.jpg" alt=""></a>
  86. <a href="#"><img src="<?php echo get_template_directory_uri(); ?>/img/flicker/img3.jpg" alt=""></a>
  87. <a href="#"><img src="<?php echo get_template_directory_uri(); ?>/img/flicker/img4.jpg" alt=""></a>
  88. <a href="#"><img src="<?php echo get_template_directory_uri(); ?>/img/flicker/img5.jpg" alt=""></a>
  89. <a href="#"><img src="<?php echo get_template_directory_uri(); ?>/img/flicker/img6.jpg" alt=""></a>
  90. </div>
  91. </div>
  92. -->
  93. <!-- Footer Widget Ends -->
  94. <!-- Footer Widget Starts -->
  95. <!--
  96. <div class="footer-widget col-lg-3 col-md-6 col-xs-12 wow fadeIn" data-wow-delay=".8s">
  97. <h3 class="small-title">
  98. SUBSCRIBE US
  99. </h3>
  100. <div class="contact-us">
  101. <form>
  102. <div class="form-group">
  103. <input type="text" class="form-control" id="exampleInputName2" placeholder="Enter your name">
  104. </div>
  105. <div class="form-group">
  106. <input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter your email">
  107. </div>
  108. <button type="submit" class="btn btn-common">Submit</button>
  109. </form>
  110. </div>
  111. </div>
  112. -->
  113. <!-- Footer Widget Ends -->
  114. </div>
  115. <!-- Row Ends -->
  116. </div>
  117. <!-- Container Ends -->
  118. <!-- Copyright -->
  119. <div id="copyright">
  120. <div class="container">
  121. <div class="row">
  122. <div class="col-lg-6 col-md-6 col-xs-12">
  123. <p class="copyright-text">Alle Rechte vorbehalten &copy; <?php echo date('Y'); ?> - Entwicklung <a rel="nofollow" href="https://juan-carlos.info">jccb</a>
  124. </p>
  125. </div>
  126. <div class="col-lg-6 col-md-6 col-xs-12">
  127. <ul class="nav nav-inline justify-content-end ">
  128. <li class="nav-item">
  129. <a class="nav-link active" href="<?php echo get_home_url(); ?>/">Startseite</a>
  130. </li>
  131. <li class="nav-item">
  132. <?php
  133. $impressum = get_page_by_title( 'impressum', 'OBJECT', 'page' );
  134. $impressum_link = get_post_permalink( $impressum );
  135. ?>
  136. <a class="nav-link" href="<?php echo $impressum_link ?>">Impressum</a>
  137. </li>
  138. <li class="nav-item">
  139. <?php
  140. $datenschutz = get_page_by_title( 'datenschutz', 'OBJECT', 'page' );
  141. $datenschutz_link = get_post_permalink( $datenschutz );
  142. ?>
  143. <a class="nav-link" href="<?php echo $datenschutz_link ?>">Datenschutz</a>
  144. </li>
  145. </ul>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. <!-- Copyright End-->
  151. </footer>
  152. <!-- Footer Section End-->
  153. <!-- Go to Top Link -->
  154. <a href="#" class="back-to-top">
  155. <i class="fa fa-arrow-up"></i>
  156. </a>
  157. <!-- Preloader -->
  158. <div id="preloader">
  159. <div class="loader" id="loader-1"></div>
  160. </div>
  161. <!-- End Preloader -->
  162. <!-- jQuery first, then Popper.js, then Bootstrap JS -->
  163. <script src="<?php echo get_template_directory_uri(); ?>/js/jquery-min.js"></script>
  164. <script src="<?php echo get_template_directory_uri(); ?>/js/popper.min.js"></script>
  165. <script src="<?php echo get_template_directory_uri(); ?>/js/bootstrap.min.js"></script>
  166. <script src="<?php echo get_template_directory_uri(); ?>/js/owl.carousel.min.js"></script>
  167. <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.mixitup.js"></script>
  168. <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.countTo.js"></script>
  169. <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.nav.js"></script>
  170. <script src="<?php echo get_template_directory_uri(); ?>/js/scrolling-nav.js"></script>
  171. <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.easing.min.js"></script>
  172. <script src="<?php echo get_template_directory_uri(); ?>/js/jquery.slicknav.js"></script>
  173. <script src="<?php echo get_template_directory_uri(); ?>/js/form-validator.min.js"></script>
  174. <script src="<?php echo get_template_directory_uri(); ?>/js/contact-form-script.js"></script>
  175. <script src="<?php echo get_template_directory_uri(); ?>/js/main.js"></script>
  176. <?php // all js scripts are loaded in library/bones.php ?>
  177. <?php wp_footer(); ?>
  178. </body>
  179. </html>