about_en.php 844 B

12345678910111213141516171819202122
  1. <body>
  2. <nav>
  3. <div id="hmenu">
  4. <ul>
  5. <?php echo($menuout); ?>
  6. </div>
  7. </nav>
  8. <div class="scrwide">
  9. <div class="scrwidein">
  10. <section class="sectcont">
  11. <h3>About</h3>
  12. <p>This website is made by a group of enthusiastic Mastodon users, mainly from the italian instance <a href="https://mastodon.bida.im">mastodon.bida.im</a>, and by other contributors from different instances.</p>
  13. <p>Here are some contacts of those involved</p>
  14. <ul>
  15. <li>Ca_Gi: <a href="https://mastodon.bida.im/@Ca_Gi">@Ca_Gi@mastodon.bida.im</a></li>
  16. <li>Pongrèbio: <a href="https://mastodon.bida.im/@pongrebio">@pongrebio@mastodon.bida.im</a></li>
  17. </ul>
  18. <p>Except where otherwise noted, content on this site is licensed under a <a href="https://creativecommons.org/licenses/by/4.0">Creative Commons Attribution 4.0 International license</a>.</p>
  19. </section>
  20. </div>
  21. </div>
  22. </body>