diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/firefox-ui/resources/layout/mozilla_contribute.html | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/firefox-ui/resources/layout/mozilla_contribute.html')
-rw-r--r-- | testing/firefox-ui/resources/layout/mozilla_contribute.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/testing/firefox-ui/resources/layout/mozilla_contribute.html b/testing/firefox-ui/resources/layout/mozilla_contribute.html new file mode 100644 index 000000000..cf5e54b85 --- /dev/null +++ b/testing/firefox-ui/resources/layout/mozilla_contribute.html @@ -0,0 +1,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> |