-
-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #828 from Dev-JoyA/feature/fixes-footer-incosisten…
…cy-with-design-system Fixed the inconsistency in footer with vocabulary design system
- Loading branch information
Showing
1 changed file
with
71 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -204,105 +204,79 @@ <h2>Our Work Relies On You!</h2> | |
{% block body %}{% endblock %} | ||
|
||
<!-- Footer --> | ||
<footer class="main-footer"> | ||
<div class="container"> | ||
<div class="columns"> | ||
<div class="column is-one-third-tablet-only is-one-quarter-desktop"> | ||
<a href="https://creativecommons.org" class="main-logo margin-bottom-bigger"> | ||
<span class="has-text-white"> | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
preserveAspectRatio="xMidYMid meet" | ||
viewBox="0 0 304 73"> | ||
<use href="#logomark"></use> | ||
</svg> | ||
</span> | ||
</a> | ||
<div> | ||
<address class="margin-bottom-normal">Creative Commons<br />PO Box 1866, Mountain View CA 94042</address> | ||
<a href="mailto:[email protected]" class="mail">[email protected]</a><br /> | ||
<a href="tel://+1-415-429-6753" class="phone">+1-415-429-6753</a> | ||
</div> | ||
<div class="margin-vertical-large"> | ||
<a href="https://www.instagram.com/creativecommons" class="social has-text-white" target="_blank" | ||
rel="noopener"> | ||
<i class="icon margin-right-small is-size-4">instagram</i> | ||
</a> | ||
<a href="https://www.twitter.com/creativecommons" class="social has-text-white" target="_blank" | ||
rel="noopener"> | ||
<i class="icon margin-right-small is-size-4">twitter</i> | ||
</a> | ||
<a href="https://www.facebook.com/creativecommons" class="social has-text-white" target="_blank" | ||
rel="noopener"> | ||
<i class="icon margin-right-small is-size-4">facebook</i> | ||
</a> | ||
<a href="https://www.linkedin.com/company/creative-commons/" class="social has-text-white" target="_blank" | ||
rel="noopener"> | ||
<i class="icon margin-right-small is-size-4">linkedin</i> | ||
</a> | ||
</div> | ||
</div> | ||
<div class="column is-two-third-tablet-only is-three-quarters-desktop"> | ||
<div class="columns"> | ||
<div class="column is-full"> | ||
<nav class="footer-navigation"> | ||
<ul class="menu"> | ||
<li> | ||
<a href="{{ '/blog/entries'|url }}" class="menu-item">Blog</a> | ||
</li> | ||
<li> | ||
<a href="{{ '/community/community-team'|url }}" class="menu-item">Community Team</a> | ||
</li> | ||
<li> | ||
<a href="{{ '/contributing-code/projects'|url }}" class="menu-item">Project List</a> | ||
</li> | ||
<li> | ||
<a href="{{ '/archives'|url }}" class="menu-item">Archives</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</div> | ||
<div class="columns"> | ||
<div class="column is-two-thirds"> | ||
<div class="subscription"> | ||
<h5 class="b-header">Subscribe to our newsletter</h5> | ||
<form class="newsletter"> | ||
<input type="email" id="emailInput" class="input" placeholder="Your email" required> | ||
<input type="submit" value="subscribe" class="button small"> | ||
</form> | ||
</div> | ||
<div class="attribution margin-top-bigger"> | ||
<p class="caption"> | ||
Except where otherwise | ||
<a href="https://creativecommons.org/policies#license" target="_blank" rel="noopener">noted</a>, | ||
content on this site is licensed under a | ||
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">Creative Commons | ||
Attribution 4.0 International license</a>. | ||
<a href="https://creativecommons.org/website-icons" target="_blank" rel="noopener">Icons</a> | ||
by | ||
<a href="https://fontawesome.com/" target="_blank" rel="noopener">Font Awesome</a>. | ||
</p> | ||
<div class="margin-top-smaller"> | ||
<i class="icon margin-right-small is-size-4">cclogo</i> | ||
<i class="icon margin-right-small is-size-4">ccby</i> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="column is-one-third"> | ||
<aside class="donate-section"> | ||
<h5>Our work relies on you!</h5> | ||
<p>Help us keep the internet free and open.</p> | ||
<a class="button small donate" href="https://creativecommons.org/donate?c_src=website&c_src2=GlobalFooter"> | ||
<i class="icon cc-letterheart-filled margin-right-small is-size-5 padding-top-smaller"></i> | ||
Donate now | ||
</a> | ||
</aside> | ||
</div> | ||
</div> | ||
<footer> | ||
<a class="identity-logo" href="#">Creative Commons</a> | ||
|
||
<nav class="footer-menu"> | ||
<ul> | ||
<!-- <li><a href="/about/contact">Contact</a></li> | ||
<li><a href="https://mail.creativecommons.org/subscribe" target="_blank">Newsletter</a></li> | ||
<li><a href="/privacy">Privacy</a></li> | ||
<li><a href="/policies">Policies</a></li> | ||
<li><a href="/terms">Terms</a></li> --> | ||
<li> | ||
<a href="{{ '/blog/entries'|url }}" class="menu-item">Blog</a> | ||
</li> | ||
<li> | ||
<a href="{{ '/community/community-team'|url }}" class="menu-item">Community Team</a> | ||
</li> | ||
<li> | ||
<a href="{{ '/contributing-code/projects'|url }}" class="menu-item">Project List</a> | ||
</li> | ||
<li> | ||
<a href="{{ '/archives'|url }}" class="menu-item">Archives</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<div class="contact"> | ||
<!-- this area lacks a heading? --> | ||
<h2>Contact Us</h2> | ||
<p>Creative Commons <br> PO Box 1866, Mountain View, CA 94042</p> | ||
<p><a href="mailto:[email protected]">[email protected]</a></p> | ||
<p><a href="tel:+14154296753">+1-415-429-6753</a></p> | ||
|
||
<nav class="social-menu"> | ||
<ul> | ||
<!-- <li><a class="icon-replace fa-instagram" href="#">Instagram</a></li> --> | ||
<li><a class="icon-replace fa-twitter" href="https://twitter.com/creativecommons" target="_blank">Twitter</a></li> | ||
<li><a class="icon-replace fa-mastodon" href="https://mastodon.social/@creativecommons" target="_blank">Mastodon</a></li> | ||
<li><a class="icon-replace fa-facebook" href="https://www.facebook.com/creativecommons" target="_blank">Facebook</a></li> | ||
<li><a class="icon-replace fa-linkedin" href="https://www.linkedin.com/company/creative-commons/" target="_blank">LinkedIn</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
|
||
<div class="subscribe"> | ||
<h2>Subscribe to our Newsletter</h2> | ||
<form action="https://creativecommons.us4.list-manage.com/subscribe/post?u=fd30364b6577b471373d6076c&id=4603fe102a" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate newsletter" target="_blank" novalidate=""> | ||
<input type="email" value="" name="EMAIL" class="email input" id="mce-EMAIL" placeholder="Your email" required=""> | ||
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> | ||
<div style="position: absolute; left: -5000px" aria-hidden="true"> | ||
<input type="text" name="b_fd30364b6577b471373d6076c_4603fe102a" tabindex="-1" value=""> | ||
</div> | ||
</div> | ||
<input type="submit" value="subscribe" id="mc-embedded-subscribe" class="button small"> | ||
</form> | ||
</div> | ||
|
||
<div class="donate"> | ||
<h2>Our work relies on you!</h2> | ||
<p>Help us keep the internet free and open</p> | ||
<a class="donate icon-attach cc-heart-filled" href="https://www.classy.org/give/313412/#!/donation/checkout?c_src=website&c_src2=top-of-page-banner" target="_blank">Donate Now</a> | ||
</div> | ||
|
||
|
||
<div class="license"> | ||
<p>Except where otherwise <a href="/policies/#license">noted</a>, content on this site is licensed under a <a href="/licenses/by/4.0/">Creative Commons Attribution 4.0 International license</a>. Icons by <a href="https://fontawesome.com/" target="_blank">Font Awesome</a>.</p> | ||
|
||
<svg> | ||
<use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-logo"></use> | ||
</svg> | ||
<svg> | ||
<use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use> | ||
</svg> | ||
</div> | ||
|
||
</footer> | ||
<script src="{{ '/static/vocabulary/js/vocabulary.js'|url }}"></script> | ||
</body> | ||
|