summaryrefslogtreecommitdiffstats
path: root/testing/firefox-ui/resources/layout/mozilla_organizations.html
blob: 9d2ae9ff08c47d0cc0043559b58a3a5b1593f4ab (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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <title>Mozilla Organizations</title>
    <link rel="shortcut icon" type="image/ico" href="../images/thunderbird_favicon.ico" />
</head>

<body>
    <a href="mozilla.html">
        <img id="mozilla_logo" src="../images/mozilla_logo.jpg" />
    </a>

    <a href="#summary">Summary</a> |
    <a href="#organization">Organization</a>

    <div id="content">
        <h1 id="page-title">Mozilla Organizations</h1>

        <h2><a name="summary">Summary</a></h2>
        <p id="summary">
            Mozilla is a global community of people creating a better
            Internet. We build public benefit into the Internet by creating
            free, open source products and technologies that improve the
            online experience for people everywhere.
        </p>

        <h2><a name="organization">Organization</a></h2>
        <p id="organization">
            There are several organizations that support the Mozilla
            community and Mozilla's principles. They include the non-profit
            Mozilla Foundation as well as two wholly owned taxable
            subsidiaries, the Mozilla Corporation and Mozilla Messaging.
            Mozilla considers itself a hybrid organization, combining non-
            profit and market strategies to ensure the Internet remains a
            shared public resource.
        </p>
   </div>
</body>
</html>