about_ca.php 1.2 KB

12345678910111213141516171819202122232425262728
  1. <body>
  2. <nav>
  3. <div id="hmenu">
  4. <ul>
  5. <?php echo($menuout); ?>
  6. </ul>
  7. </div>
  8. </nav>
  9. <div class="scrwide">
  10. <div class="scrwidein">
  11. <section class="sectcont">
  12. <!-- needs translation -->
  13. <h3>About</h3>
  14. <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>
  15. <p>Here are some contacts of those involved</p>
  16. <ul>
  17. <li>Ca_Gi: <a href="https://mastodon.bida.im/@Ca_Gi">@Ca_Gi@mastodon.bida.im</a></li>
  18. <li>Pongrèbio: <a href="https://mastodon.bida.im/@pongrebio" style="letter-spacing:-0.3px;">@pongrebio@mastodon.bida.im</a></li>
  19. <li>Jota: <a href="https://mastodon.bida.im/@gnagno">@gnagno@mastodon.bida.im</a></li>
  20. </ul>
  21. <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>
  22. </section>
  23. </div>
  24. </div>
  25. <div class="transrfh">
  26. This translation from english language needs some revisions and additions, please click <a href="https://pad.cisti.org/p/MastostartTransRevEnCa" target="_blank">here</a> if you’d like to help
  27. </div>
  28. </body>