summaryrefslogtreecommitdiffstats
path: root/testing/firefox-ui/resources/layout/mozilla_mission.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/firefox-ui/resources/layout/mozilla_mission.html')
-rw-r--r--testing/firefox-ui/resources/layout/mozilla_mission.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/testing/firefox-ui/resources/layout/mozilla_mission.html b/testing/firefox-ui/resources/layout/mozilla_mission.html
new file mode 100644
index 000000000..c9ed2bd85
--- /dev/null
+++ b/testing/firefox-ui/resources/layout/mozilla_mission.html
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html lang="en" dir="ltr">
+<head>
+ <title>Mozilla Mission</title>
+ <link rel="shortcut icon" type="image/ico" href="../images/seamonkey_favicon.ico" />
+</head>
+
+<body>
+ <a href="mozilla.html">
+ <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
+ </a>
+
+ <a href="#mission">Mission</a> |
+ <a href="#organization">Organization</a> |
+ <a href="#goal">Goal</a>
+
+ <div id="content" name="content">
+ <h1 id="page-title" name="page-title">Mission</h1>
+
+ <h2><a name="mission">Mission</a></h2>
+ <p id="mission_statement">
+ Mozilla's mission is to <strong>promote openness, innovation,
+ and opportunity on the web</strong>. We do this by creating
+ great software, like the Firefox browser, and building
+ movements, like Drumbeat, that give people tools to take control
+ of their online lives.
+ </p>
+
+ <h2><a name="organization">Organization</a></h2>
+ <p id="organization">
+ As a non-profit organization, we define success in terms of
+ building communities and enriching people's lives instead of
+ benefiting our shareholders (guess what: we don't even have
+ shareholders). We believe in the power and potential of the
+ Internet and want to see it thrive for everyone, everywhere.
+ </p>
+
+ <h2><a name="goal">Goal</a></h2>
+ <p id="goal">
+ <strong>
+ Building a better Internet is an ambitious goal, but we
+ believe that it is possible
+ </strong>
+ when people who share our passion get involved. Coders, artists,
+ writers, testers, surfers, students, grandparents; anyone who
+ uses and cares about the web can help make it even better.
+ <a href="mozilla_contribute.html">Find out how you can help</a>.
+ </p>
+ </div>
+</body>
+</html>