mozilla_contribute.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <title>Mozilla Contribute</title>
  5. <link rel="shortcut icon" type="image/ico" href="../images/thunderbird_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="#contribute">Contribute</a>
  13. <div id="content">
  14. <h1 id="page-title">Get Involved</h1>
  15. <h2><a name="summary">Summary</a></h2>
  16. <p id="summary">
  17. You can <a href="mozilla_mission.html">build a better Internet</a>
  18. by getting involved with Mozilla. You don't have to be a C++
  19. guru (or even know what that means!) and you don't need to spend
  20. lots of time. Take a look at the opportunities below and feel
  21. free to ask if you have any questions.
  22. </p>
  23. <h2><a name="contribute">Contribute</a></h2>
  24. <p id="contribute">
  25. <h3>Area of Interest</h3>
  26. <i>Browse contribution opportunities by area of interest.</i>
  27. <ul id="areas_of_interest">
  28. <li id="browser_choice">
  29. <h4>Web Browser Choice</h4>
  30. <p>
  31. Mozilla has always believed that the freedom to
  32. make informed choices should be central to making
  33. the Web, and the world, a better place. Tell us
  34. why having a choice of browser is important to you
  35. and help us spread the word about how others can
  36. take control of their online lives.
  37. </p>
  38. </li>
  39. <li id="helping_users">
  40. <h4>Helping Users</h4>
  41. <p>
  42. Interested in helping others get the most out of
  43. using Firefox and other Mozilla projects? Our
  44. support process relies on enthusiastic
  45. contributors like you. Find out more about
  46. supporting Firefox, Thunderbird and other Mozilla
  47. projects.
  48. </p>
  49. </li>
  50. <li id="localization">
  51. <h4>Localization</h4>
  52. <p>
  53. Get involved with Mozilla by making Firefox,
  54. Thunderbird and other projects available in your
  55. language. Also help us tell the world about how
  56. Mozilla is building a better Internet by
  57. translating content on our web sites.
  58. </p>
  59. </li>
  60. </ul>
  61. </p>
  62. </div>
  63. </body>
  64. </html>