faq.php 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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" class="active" href="#">Frequently Asked Questions</a></li>
  21. <li><a id="privacy" href="privacy.php">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>Question: My language is not listed?</p>
  32. <p>Answer: We do not have funds to offer prizes for all 2000+ African languages. We can increase the number of offered languages to some extent. Contact us at lugha@tuvutepamoja.africa if you want to have your language included and can support a prize. Following the example of <a href="https://en.wikipedia.org/wiki/Engineer_Mohammed_Bashir_Karaye_Prize_for_Hausa_Writing">Engineer Mohammed Bashir Karaye</a>, groups/individuals that support a language can have prizes named after them or entities that they choose. Each language requires $60.</p>
  33. <br>
  34. <br>
  35. <p>Question: How do I know if my submitted story has been received?</p>
  36. <p>Answer: You will get an automatic confirmation email upon submission. This will be followed by confirmation email from a human, and finally your story should appear in the <b>Submitted Stories</b> section of the website. Please <a href="https://tuvutepamoja.africa/contact.php">contact</a> us if you have any problems submitting your story.</p>
  37. <br>
  38. <br>
  39. <p>Question: I have submitted my story, why does it not appear in the <b>Submitted Stories</b> section of the website and so it is not possible to submit a translation.</p>
  40. <p>Answer: It may take upto 24 hours for valid submissions to appear, after which translations can be submitted.</p>
  41. <br>
  42. <br>
  43. </section>
  44. </body>
  45. <?php include 'footer.php';?>
  46. </html>