summaryrefslogtreecommitdiffstats
path: root/testing/firefox-ui/resources/layout/mozilla_mission.html
blob: c9ed2bd850aff6e5878cc85db668ea96de9bf4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
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>