summaryrefslogtreecommitdiffstats
path: root/static/includes/footer.html
blob: a19f25e8d4fba2e30b4169f7f8b536a29021ccec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- start footer -->
<footer class="footer">

  <!--#include virtual="/includes/follow.html"-->

  <div class="content is-small">
    <p>Copyright &copy; 2002-2021 Free Software Foundation of India.</p>

    <p>Verbatim copying and distribution of this entire article is
    permitted in any medium, provided this notice is preserved.</p>
  </div>

  <div class="footer-sister-orgs content is-small has-text-centered">
      <p class="">FSF India has sister organizations in <a href="//fsf.org">North America</a>, <a href="//fsfe.org">Europe</a>, and <a href="//fsfla.org">Latin America</a>.</p>
  </div>
</footer>
<!-- end footer  -->