mozilla_projects.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <title>Mozilla Projects</title>
  5. <link rel="shortcut icon" type="image/ico" href="../images/firefox_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="#applications">Applications</a>
  13. <div id="content">
  14. <h1 id="page-title">Our Projects</h1>
  15. <h2><a name="summary">Summary</a></h2>
  16. <p id="summary">
  17. The Mozilla community produces a lot of great software and acts
  18. as an incubator for innovative ideas as a way to advance our
  19. <a href="mozilla_mission.html">mission</a> of building a better
  20. Internet.
  21. </p>
  22. <h2><a name="applications">Applications</a></h2>
  23. <p id="applications">
  24. <p>
  25. These applications are developed by the Mozilla community
  26. and their code is hosted on mozilla.org.
  27. </p>
  28. <ul id="product_list">
  29. <li id="bugzilla">
  30. <h3><strong>Bugzilla</strong></h3>
  31. Bugzilla is a bug tracking system designed to help teams
  32. manage software development. Hundreds of organizations
  33. across the globe are using this powerful tool to get
  34. organized and communicate effectively.
  35. </li>
  36. <li id="camino">
  37. <h3><strong>Camino</strong></h3>
  38. Camino is a Web browser optimized for Mac OS X with a
  39. Cocoa user interface, and powerful Gecko layout engine.
  40. It's the simple, secure, and fast browser for Mac OS X.
  41. </li>
  42. <li id="firefox">
  43. <h3><strong>Firefox for Desktop</strong></h3>
  44. The award-winning Firefox Web browser has security,
  45. speed and new features that will change the way you use
  46. the Web. Don’t settle for anything less.
  47. </li>
  48. </ul>
  49. </p>
  50. </div>
  51. </body>
  52. </html>