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_community.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_community.html')
-rw-r--r-- | testing/firefox-ui/resources/layout/mozilla_community.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/testing/firefox-ui/resources/layout/mozilla_community.html b/testing/firefox-ui/resources/layout/mozilla_community.html new file mode 100644 index 000000000..c8da6afd8 --- /dev/null +++ b/testing/firefox-ui/resources/layout/mozilla_community.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> +<head> + <title>Mozilla Community</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="#history">History</a> | + <a href="#communicate">Communicate</a> | + <a href="#more">More</a> + + <div id="content"> + <h1 id="page-title" name="page-title">Our Community</h1> + + <h2><a name="history">History</a></h2> + <p id="history"> + When www.mozilla.org was launched in 1998 all community activity + occurred right here on this site. Since then the community has + grown much bigger and there are now many different sites, + forums, blogs and newsgroups in different places that track + different parts of the project. These pages aim to be a + comprehensive list to all of the different community resources + available. If you know of something that's not on these lists + that should be, please contact us and we'll update these + pages. + </p> + + <h2><a name="communicate">Communicate</a></h2> + <p id="communicate"> + There are a number of different ways community members + communicate and coordinate (people use mailing lists and + newsgroups, blogs, forums, wikis and they even meet in real + life sometimes too) and all of these options might be + overwhelming at first. Hopefully this set of links will provide + some useful pointers to help you figure out where to go to find + what you're looking for. If you do get lost though and need + some help, feel free to ask for more information. + </p> + + <h2><a name="more">More</a></h2> + <p id="more"> + Please note that this is intended to be an entry point that + provides a high-level overview of the different community areas. + If you're looking for more detailed information about a specific + topic, please look at our Developer, + <a href="mozilla_contribute.html">Contribute</a> and Support + pages or take a look at the other information referenced + throughout this site. + </p> + </div> +</body> +</html> |