slowtwitch-wp-theme/footer.php

100 lines
4.4 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- start footer html
-->
<div class="container">
<hr class="slowtwitch-divider">
</div>
<div class="container">
<div class="row">
<img class="slowtwitch-horizontal-ad" src="/wp-content/themes/slowtwitch-wp/assets/images/ad-mock.jpg" alt="ad mock">
</div>
</div>
<div class="container">
<hr class="slowtwitch-divider">
</div>
<div class="container">
<!-- THIS SHOULD BE TAKEN CARE OF WITH CUSTOM POST TYPES IN ACF -->
<div class="row" class="partner-link-list">
<h4>Our Partners</h4>
</div>
<div class="row">
<a href="https://www.piedmontese.com/">Certified Piedmontese</a> |
<a href="http://www.cervelo.com/en/bikes/p-series">Cervelo</a> |
<a href="https://goodlifeproteins.com/discount/slowtwitch20">Goodlife Brands</a> |
<a href="https://hedcycling.com/">HED</a> |
<a href="https://jakroo.com/">Jakroo</a> |
<a href="https://lazersport.us/">Lazer</a> |
<a href="https://profile-design.com/">Profile Design</a> |
<a href="https://www.sailfish.com/en">Sailfish</a> |
<a href="https://bike.shimano.com/en-US/home.html">Shimano</a> |
<a href="http://speedplay.com/">Speedplay</a> |
<a href="https://ventumracing.com/">Ventum</a> |
<a href="https://www.wahoofitness.com/">Wahoo Fitness</a> |
<a href="https://www.sram.com/en/zipp">Zipp</a> |
<a href="https://zootsports.com/">Zoot Sports</a>
</div>
</div>
<div class="container footer-links">
<div class="row">
<div class="columns eight footer-links-slowtwitch">
<a href="<?php echo home_url('/aboutus') ?>">About</a> |
<a href="<?php echo home_url('/advertise') ?>">Advertise</a> |
<a href="<?php echo home_url('/privacy') ?>">Privacy Policy</a> |
<a href="<?php echo home_url('/agreement') ?>">User Agreement</a>
</div>
<div class="column one footer-links-twitter">
<a style="display: contents;" href="https://www.facebook.com/slowtwitch/">
<img class="slowtwitch-logo-social" src="/wp-content/themes/slowtwitch-wp/assets/images/twitter-white.svg" alt="facebook logo">
</a>
</div>
<div class="column one footer-links-vimeo">
<a style="display: contents;" href="https://www.facebook.com/slowtwitch/">
<img class="slowtwitch-logo-social" src="/wp-content/themes/slowtwitch-wp/assets/images/vimeo-white.svg" alt="facebook logo">
</a>
</div>
<div class="column one footer-links-facebook">
<a style="display: contents;" href="https://www.facebook.com/slowtwitch/">
<img class="slowtwitch-logo-social" src="/wp-content/themes/slowtwitch-wp/assets/images/facebook-white.svg" alt="facebook logo">
</a>
</div>
<div class="column one footer-links-youtube">
<a style="display: contents;" href="https://www.facebook.com/slowtwitch/">
<img class="slowtwitch-logo-social" src="/wp-content/themes/slowtwitch-wp/assets/images/youtube-white.svg" alt="facebook logo">
</a>
</div>
</div>
</div>
<div class="container footer-newsletter-signup">
<div class="row">
<div class="column one-half">
<h4>Subscribe to Our Newsletter</h4>
<p>This is a placeholder and does not work yet.</p>
<form action="">
<input type="email" placeholder="Email" />
<input type="submit" name="submit" id="submit">
</form>
</div>
<div class="column one-half slowtwitch-logo-footer-container">
<a style="display: contents;" href="<?php echo home_url() ?>">
<span>transition-DOT-area-AT-slowtwitch-DOT-com</span>
<img class="slowtwitch-logo-footer" src="/wp-content/themes/slowtwitch-wp/assets/images/logo.svg" alt="slowtwitch logo">
</a>
</div>
</div>
</div>
<div class="container footer-termination-container">
<div class="row">
<div class="column one-third advertise-with-us-footer-container">
<a style="display: contents;" href="<?php echo home_url('advertise') ?>">
<img src="/wp-content/themes/slowtwitch-wp/assets/images/logo-white.svg" alt="slowtwitch logo">
<span>Advertise With Us</span>
</a>
</div>
<div class="column two-thirds">
<span class="footer-copyright">©1999-2024 Slowtwitch, Inc., and Slowtwitch.com. Reproduction of material from any Slowtwitch.com page without written permission is strictly prohibited.</span>
</div>
</div>
</div>
<?php wp_footer() ?>
</body>
</html>