2024-07-01 20:18:30 +00:00
|
|
|
<footer class="st-footer st-main-grid">
|
|
|
|
<div class="st-footer-socials">
|
|
|
|
<a href="https://twitter.com/slowtwitch" class="st-footer-icon"><i class="fa fa-twitter"></i></a>
|
|
|
|
<a href="https://vimeo.com/slowtwitch" class="st-footer-icon"><i class="fa fa-vimeo"></i></a>
|
|
|
|
<a href="https://www.facebook.com/slowtwitch/" class="st-footer-icon"><i class="fa fa-facebook"></i></a>
|
|
|
|
<a href="https://www.youtube.com/slowtwitch" class="st-footer-icon"><i class="fa fa-youtube"></i></a>
|
|
|
|
</div>
|
|
|
|
<div class="st-footer-partners">
|
|
|
|
<h4 class="st-footer-partners__title">Our Partners</h4>
|
|
|
|
<ul class="st-footer-partners__list">
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://www.piedmontese.com/">Certified Piedmontese</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://goodlifeproteins.com/discount/slowtwitch20">Goodlife Brands</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://www.wahoofitness.com/">Wahoo Fitness</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://profile-design.com/">Profile Design</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://zootsports.com/">Zoot Sports</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="http://speedplay.com/">Speedplay</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://bike.shimano.com/en-US/home.html">Shimano</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://ventumracing.com/">Ventum</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="http://www.cervelo.com/en/bikes/p-series">Cervelo</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://www.sailfish.com/en">Sailfish</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://jakroo.com/">Jakroo</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://lazersport.us/">Lazer</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://www.sram.com/en/zipp">Zipp</a></li>
|
|
|
|
<li class="st-footer-partners__list-item"><a href="https://hedcycling.com/">HED</a></li>
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div class="st-footer-menu">
|
|
|
|
<?php
|
|
|
|
wp_nav_menu(
|
|
|
|
array(
|
2024-07-02 20:45:52 +00:00
|
|
|
'menu' => 'footer',
|
2024-07-01 20:18:30 +00:00
|
|
|
'container' => '',
|
2024-07-02 20:45:52 +00:00
|
|
|
'theme_location' => 'footer',
|
2024-07-01 20:18:30 +00:00
|
|
|
'items_wrap' => '<ul class="st-footer-nav-links">%3$s</ul>'
|
|
|
|
)
|
|
|
|
);
|
|
|
|
?>
|
|
|
|
</div>
|
2024-07-24 19:48:04 +00:00
|
|
|
<a href="<?php echo home_url() ?>" class="st-footer-site-title">
|
|
|
|
<img src="/wp-content/themes/slowtwitch-news/assets/images/logotype-purple.png" alt="Logotype" class="st-footer-site-title-img">
|
|
|
|
</a>
|
2024-07-01 20:18:30 +00:00
|
|
|
<p class="st-footer-copyright">© Slowtwitch - Design by Federated Computer</p>
|
|
|
|
</footer>
|
|
|
|
<?php wp_footer() ?>
|
|
|
|
</body>
|
|
|
|
|
2024-06-20 22:15:11 +00:00
|
|
|
</html>
|