mozilla_grants.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <title>Mozilla Grants</title>
  5. <link rel="shortcut icon" type="image/ico" href="../images/mozilla_favicon.ico" />
  6. </head>
  7. <body>
  8. <a href="mozilla.html">
  9. <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
  10. </a>
  11. <a href="#summary">Summary</a> |
  12. <a href="#goals">Goals</a>
  13. <div id="content">
  14. <h1 id="page-title">Mozilla Grants</h1>
  15. <h2><a name="summary">Summary</a></h2>
  16. <p id="summary">
  17. Since 2006, Mozilla has awarded over two million dollars to fund
  18. projects that contribute to the health of the Open Web. The
  19. Mozilla Grants program is jointly funded by the Mozilla
  20. Corporation and the Mozilla Foundation, and awards financial
  21. support to individuals and organizations whose work supports and
  22. enhances the mission and values of the Mozilla Project.
  23. </p>
  24. <h2><a name="goals">Goals</a></h2>
  25. <p id="goals">
  26. Mozilla makes grants to individuals and organizations all over
  27. the world. We mainly fund activity that supports the Mozilla
  28. Grants program's four target areas:
  29. <ul id="goal_list">
  30. <li id="accessibility">
  31. <strong>Accessibility:</strong> Mozilla believes that
  32. the Internet truly is for everyone, and that those with
  33. disabilities should be able to participate on the Web
  34. along with their sighted and hearing peers. As part of
  35. our accessibility strategy, we are funding the
  36. development of free, open source options for those with
  37. visual and auditory impairments.
  38. </li>
  39. <li id="community">
  40. <strong>Community:</strong> Mozilla offers suppport to
  41. the broader free culture and open source community, as
  42. part of Mozilla's general effort to 'give back', aiding
  43. in the creation of technologies and projects that
  44. increase the health of the open Web ecosystem.
  45. </li>
  46. <li id="education">
  47. <strong>Education:</strong> As part of Mozilla's broader
  48. education initiative, we support educational
  49. institutions that are producing the next generation of
  50. innovative creators of software.
  51. </li>
  52. <li id="open_source">
  53. <strong>Open Source:</strong> These grants support the
  54. creation and adoption of Web standards, open source
  55. principles, and the overall principles of transparency,
  56. collaboration, and openness that free and open source
  57. software projects adhere to.
  58. </li>
  59. </ul>
  60. </p>
  61. </div>
  62. </body>
  63. </html>