summaryrefslogtreecommitdiffstats
path: root/testing/firefox-ui/resources/layout/mozilla_grants.html
blob: c8935c4fb5da1879465363acfbf6562837fca50a (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <title>Mozilla Grants</title>
    <link rel="shortcut icon" type="image/ico" href="../images/mozilla_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="#goals">Goals</a>

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

        <h2><a name="summary">Summary</a></h2>
        <p id="summary">
            Since 2006, Mozilla has awarded over two million dollars to fund
            projects that contribute to the health of the Open Web. The
            Mozilla Grants program is jointly funded by the Mozilla
            Corporation and the Mozilla Foundation, and awards financial
            support to individuals and organizations whose work supports and
            enhances the mission and values of the Mozilla Project.
        </p>

        <h2><a name="goals">Goals</a></h2>
        <p id="goals">
            Mozilla makes grants to individuals and organizations all over
            the world. We mainly fund activity that supports the Mozilla
            Grants program's four target areas:

            <ul id="goal_list">
                <li id="accessibility">
                    <strong>Accessibility:</strong> Mozilla believes that
                    the Internet truly is for everyone, and that those with
                    disabilities should be able to participate on the Web
                    along with their sighted and hearing peers. As part of
                    our accessibility strategy, we are funding the
                    development of free, open source options for those with
                    visual and auditory impairments.
                </li>

                <li id="community">
                    <strong>Community:</strong> Mozilla offers suppport to
                    the broader free culture and open source community, as
                    part of Mozilla's general effort to 'give back', aiding
                    in the creation of technologies and projects that
                    increase the health of the open Web ecosystem.
                </li>

                <li id="education">
                    <strong>Education:</strong> As part of Mozilla's broader
                    education initiative, we support educational
                    institutions that are producing the next generation of
                    innovative creators of software.
                </li>

                <li id="open_source">
                    <strong>Open Source:</strong> These grants support the
                    creation and adoption of Web standards, open source
                    principles, and the overall principles of transparency,
                    collaboration, and openness that free and open source
                    software projects adhere to.
                </li>
            </ul>
        </p>
   </div>
</body>
</html>