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