privacy.php 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="stylesheet" href="css/style.css">
  7. <title>Tuvute Pamoja</title>
  8. </head>
  9. <body>
  10. <ul>
  11. <li><a id="home" href="index.php">Home</a></li>
  12. <li><a id="original" href="submit.php">Original Story Submission</a></li>
  13. <li><a id="translation" href="submittranslation.php">Translated Story Submission</a></li>
  14. <li><a id="stories" href="displaystories.php">Submitted Stories</a></li>
  15. <li><a id="statistics" href="submissionstatistics.php">Submissions per Language</a></li>
  16. <!-- <li><a id="coordinate" href="coordinator.php">Coordinator Application</a></li>
  17. --> <li><a id="contact" href="contact.php">Contact</a></li>
  18. <li><a id="resources" href="resources.php">Resources</a></li>
  19. <li><a id="flyers" href="flyers.php">Flyers</a></li>
  20. <li><a id="faq" href="faq.php">Frequently Asked Questions</a></li>
  21. <li><a id="privacy" class="active" href="#">Privacy</a></li>
  22. </ul>
  23. <header>
  24. <h1>Tuvute Pamoja
  25. <a href="https://deeplearningindaba.com">
  26. <img src="images/deeplearningindaba.svg" alt="Deeplearning Indaba" style="height:60px">
  27. </a> </h1>
  28. </header>
  29. <section id="description">
  30. <h2>Indaba X: African Language Short Story Competition</h2>
  31. <p>We aim to preserve your privacy and only collect and store information necessary for the competition. We store information you send to us either by submitting a form or any email communications you send to us. Your IP address, the web browser and operating system used when accessing the site may also be stored in web server logs. This information is not shared with third parties. We do not offer any guarantees on security, but do our best to inform you on how your information is used. As such, we allow you to examine and comment on the software used to collect stories which can be found <a href="https://notabug.org/tuvutepamoja/submission">here</a>.</p>
  32. </section>
  33. </body>
  34. <?php include 'footer.php';?>
  35. </html>