summaryrefslogtreecommitdiffstats
path: root/testing/firefox-ui/resources/layout/mozilla_contribute.html
blob: cf5e54b85f06b72da8792e5e08d2a9ee20a97d59 (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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
    <title>Mozilla Contribute</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="#contribute">Contribute</a>

    <div id="content">
        <h1 id="page-title">Get Involved</h1>

        <h2><a name="summary">Summary</a></h2>
        <p id="summary">
            You can <a href="mozilla_mission.html">build a better Internet</a>
            by getting involved with Mozilla.  You don't have to be a C++
            guru (or even know what that means!) and you don't need to spend
            lots of time.  Take a look at the opportunities below and feel
            free to ask if you have any questions.
        </p>

        <h2><a name="contribute">Contribute</a></h2>
        <p id="contribute">
            <h3>Area of Interest</h3>
            <i>Browse contribution opportunities by area of interest.</i>

            <ul id="areas_of_interest">
                <li id="browser_choice">
                    <h4>Web Browser Choice</h4>
                    <p>
                        Mozilla has always believed that the freedom to
                        make informed choices should be central to making
                        the Web, and the world, a better place.  Tell us
                        why having a choice of browser is important to you
                        and help us spread the word about how others can
                        take control of their online lives.
                    </p>
                </li>
                <li id="helping_users">
                    <h4>Helping Users</h4>
                    <p>
                        Interested in helping others get the most out of
                        using Firefox and other Mozilla projects?  Our
                        support process relies on enthusiastic
                        contributors like you.  Find out more about
                        supporting Firefox, Thunderbird and other Mozilla
                        projects.
                    </p>
                </li>
                <li id="localization">
                    <h4>Localization</h4>
                    <p>
                        Get involved with Mozilla by making Firefox,
                        Thunderbird and other projects available in your
                        language. Also help us tell the world about how
                        Mozilla is building a better Internet by
                        translating content on our web sites.
                    </p>
                </li>
            </ul>
        </p>
    </div>
</body>
</html>