Skip to content

Commit

Permalink
update links in site footer
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris committed May 26, 2021
1 parent dea3acd commit 429edcf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,40 @@
<div class="footer">
<div class="Grid container">
<div class="Grid-cell footer-cell u-size1of4 footer-margin">
<button onclick="location.href='{{ "projects" | relURL }}'" type="button" class="Button Button--large">Explore Projects</button>
<a href="{{ "projects" | relURL }}" type="button" class="Button Button--large">Explore Projects</a>
</div>
<div class="Grid-cell footer-cell u-size1of4 footer-margin">
<h3 class="xsmall-margin">
<a class="foot-link" target="_blank" href="https://about.twitter.com/">About</a>
</h3>
<a class="foot-link" target="_blank" href="https://about.twitter.com/en_us/lets-go-twitter.html">Let's go Twitter</a>
<a class="foot-link" target="_blank" href="https://careers.twitter.com/en.html">Careers</a>
<a class="foot-link" target="_blank" href="https://about.twitter.com/en/who-we-are/twitter-for-good">Twitter for Good</a>
<a class="foot-link" target="_blank" href="https://careers.twitter.com/">Careers</a>
</div>

<div class="Grid-cell footer-cell u-size1of4 footer-margin">
<h3 class="xsmall-margin">
<a class="foot-link" target="_blank" href="https://blog.twitter.com/">Blogs</a>
</h3>
<a class="foot-link" target="_blank" href="https://blog.twitter.com/engineering/en_us/topics/open-source.html">Open Source</a>
<a class="foot-link" target="_blank" href="https://blog.twitter.com/engineering/en_us.html">Engineering</a>
<a class="foot-link" target="_blank" href="https://blog.twitter.com/engineering">Engineering</a>
<a class="foot-link" target="_blank" href="https://blog.twitter.com/developer">Developer</a>
</div>

<div class="Grid-cell footer-cell u-size1of4 footer-margin">
<h3 class="xsmall-margin">
<a class="foot-link" target="_blank" href="https://developer.twitter.com/">Developers</a>
</h3>
<a class="foot-link" target="_blank" href="https://dev.twitter.com/overview/documentation">Documentation</a>
<a class="foot-link" target="_blank" href="https://developer.twitter.com/docs">Documentation</a>
<a class="foot-link" target="_blank" href="https://twittercommunity.com/">Forums</a>
<a class="foot-link" target="_blank" href="https://dev.twitter.com/community">Communities</a>
<a class="foot-link" target="_blank" href="https://developer.twitter.com/community">Communities</a>
</div>

<div class="Grid-cell footer-cell u-size1of4">
<a class="foot-link" href="">© {{ now.Format "2006"}} Twitter, Inc.</a>
</div>

<div class="Grid-cell footer-cell u-size1of4">
<a class="foot-link" target="_blank" href="https://support.twitter.com/articles/20170520">Cookies</a>
<a class="foot-link" target="_blank" href="https://help.twitter.com/rules-and-policies/twitter-cookies">Cookies</a>
</div>

<div class="Grid-cell footer-cell u-size1of4">
Expand Down

0 comments on commit 429edcf

Please sign in to comment.