summaryrefslogtreecommitdiffstats
path: root/html/includes/footer.html
blob: f9c01ad0431c669d24c136878f0c66ab0239e4d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- start footer -->
<footer class="footer">
  <div class="content is-small">
    <p>Copyright &copy; 2002-2019 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="#">North America</a>, <a href="#">Europe</a>, and <a href="#">Latin America</a>.</p>
  </div>
</footer>
<!-- end footer  -->