Commit | Line | Data |
---|---|---|
a8a2b83e VSB |
1 | <div class="container"> |
2 | <div class="col-md-4"> | |
3 | <div class="ryf-footer"> | |
2d131b90 | 4 | <p><img alt="Free Software Foundation" src="/themes/custom/ryf/images/fsf-logo.svg" /></p> |
a8a2b83e | 5 | |
2d131b90 VSB |
6 | <p>The Free Software Foundation (FSF) is a nonprofit |
7 | with a worldwide mission to promote computer | |
8 | user freedom. | |
9 | </p><p> | |
10 | We defend the rights of all software users. (<a href="//fsf.org">Read more</a>)</p> | |
a8a2b83e VSB |
11 | </div> |
12 | </div> | |
13 | ||
14 | <div class="col-md-offset-2 col-md-3"> | |
15 | <div class="campaigns"> | |
16 | <h4>Campaigns</h4> | |
17 | ||
18 | <ul> | |
19 | <li><a href="/campaigns/priority-projects/">High Priority Free Software Projects</a></li> | |
20 | <li><a href="/campaigns/freejs/">Free JavaScript</a></li> | |
21 | <li><a href="/campaigns/campaigns/secure-boot-vs-restricted-boot/">Secure Boot vs Restricted Boot</a></li> | |
a8a2b83e VSB |
22 | <li><a href="https://www.gnu.org/">GNU Operating System</a></li> |
23 | <li><a href="https://defectivebydesign.org/">Defective by Design</a></li> | |
87bb087d | 24 | <li><i><a href="https://www.fsf.org/campaigns">See all campaigns</a></i></li> |
a8a2b83e VSB |
25 | </ul> |
26 | ||
27 | </div> | |
28 | <!-- .campaigns --></div> | |
29 | ||
30 | <div class="col-md-3"> | |
31 | <div class="get-involved"> | |
32 | <h4>Get Involved</h4> | |
33 | ||
34 | <ul> | |
35 | {% for this_menu in menu_array %} | |
36 | <li> | |
37 | <a class="footer-link" href="{{ this_menu.url }}">{{ this_menu.title }}</a> | |
38 | </li> | |
39 | {% endfor %} | |
40 | </ul> | |
41 | </div> | |
42 | <!-- .get-involved --></div> | |
43 | </div> | |
44 | ||
45 | <div class="container copyright">Send your feedback on our translations and new translations of pages to <a href="mailto:campaigns@fsf.org">campaigns@fsf.org</a>. | |
46 | <br />Copyright © 2004–{{ "now"|date("Y") }} <a href="//fsf.org/about/contact.html" title="Find out how to contact us">Free Software Foundation</a>, Inc. | |
a3e99357 | 47 | <a href="https://my.fsf.org/donate/privacypolicy.html">Privacy Policy</a>, <a href="/weblabels" rel="jslicense">JavaScript license information</a> |
a8a2b83e VSB |
48 | </div> |
49 |