diff --git a/hugo/content/projects/firefox-focus.md b/hugo/content/projects/firefox-focus.md new file mode 100644 index 0000000..51f5256 --- /dev/null +++ b/hugo/content/projects/firefox-focus.md @@ -0,0 +1,47 @@ +--- +title: "Firefox Focus for Android" +date: 2018-05-09T20:47:18+03:00 +imageURL: "/assets/images/firefox-focus.png" +thumbnail: "/assets/images/firefox-focus.png" +link: "https://www.mozilla.org/en-US/firefox/mobile/" +sortDescription: "Browse like no one’s watching. The new Firefox Focus automatically blocks a wide range of online trackers — from the moment you launch it to the second you leave it. Easily erase your history, passwords and cookies, so you won’t get followed by things like unwanted ads. + +Firefox Focus provides automatic ad blocking and tracking protection on an easy-to-use private browser." +descriptionLeft: "Browse like no one’s watching. The new Firefox Focus automatically blocks a wide range of online trackers — from the moment you launch it to the second you leave it. Easily erase your history, passwords and cookies, so you won’t get followed by things like unwanted ads. + +Firefox Focus provides automatic ad blocking and tracking protection on an easy-to-use private browser." +descriptionRight: "We encourage you to participate in this open source project. We love Pull Requests, Bug Reports, ideas, (security) code reviews or any other kind of positive contribution. + +Before you attempt to make a contribution please read the [Community Participation Guidelines](https://www.mozilla.org/en-US/about/governance/policies/participation/)." +callToAction: "Learn More..." # Find out more by default +listingDescription: "Firefox Focus is a privacy first, fast and lightweight browser for Android and iOS.." # The description of the project for the project listing, if no description is provided the content of the sortDescription will be used +menu: "projects" +--- + +- Setup development environment time: + + - 5' with Android Studio pre-installed, 15-45 without it + + - [Instructions](https://github.com/mozilla-mobile/focus-android#build-instructions) + +- Technologies + + - ![android](/assets/images/android-studio.png) Android Studio + - ![java](/assets/images/java.png) Java + - ![javascript](/assets/images/js.jpg) Javascript + - ![html](/assets/images/html.png) HTML + + + +- Contribute + + - [Guide to Contributing](https://github.com/mozilla-mobile/focus-android/wiki/Contributing) + - [Find easy tasks to begin with](https://github.com/mozilla-mobile/focus-android/labels/good%20first%20issue) + - [Explore all available issues](https://github.com/mozilla-mobile/focus-android/issues) + +- Additional resources + + - By participating in this project, you're agreeing to uphold the [Mozilla Community Participation Guidelines](https://www.mozilla.org/en-US/about/governance/policies/participation/). + - For general discussion (feedback, ideas), head to our IRC channel: #focus (irc.mozilla.org) | [view logs](https://mozilla.logbot.info/focus/) (We're available Monday-Friday, GMT and PST working hours). + - Opt-in to our Mailing List [firefox-focus-public@](https://mail.mozilla.org/listinfo/firefox-focus-public) to keep up to date. + - View the [wiki](https://github.com/mozilla-mobile/focus-android/wiki) diff --git a/hugo/content/projects/wiki-edu.md b/hugo/content/projects/wiki-edu.md new file mode 100644 index 0000000..4a6bc71 --- /dev/null +++ b/hugo/content/projects/wiki-edu.md @@ -0,0 +1,39 @@ +--- +title: "Wiki Education Dashboard" +date: 2018-05-09T20:47:18+03:00 +imageURL: "/assets/images/wiki-edu.png" +thumbnail: "/assets/images/wiki-edu.png" +link: "https://github.com/WikiEducationFoundation/WikiEduDashboard" +sortDescription: "The Wiki Education Dashboard is a web application that supports Wikipedia education assignments, edit-a-thons, and other editing projects. It provides data and course management features for groups of editors — instructors, students, and others — who are working on Wikipedia, Wikidata, and other Wikimedia wikis. Users log in with their Wikipedia accounts (through OAuth) and allow the Dashboard to make edits on their behalf. The Dashboard automates many of the standard elements of organizing and participating in a Wikipedia classroom assignment, edit-a-thon, or other wiki contribution campaign." +descriptionLeft: "The Wiki Education Dashboard is a web application that supports Wikipedia education assignments, edit-a-thons, and other editing projects. It provides data and course management features for groups of editors — instructors, students, and others — who are working on Wikipedia, Wikidata, and other Wikimedia wikis. Users log in with their Wikipedia accounts (through OAuth) and allow the Dashboard to make edits on their behalf. The Dashboard automates many of the standard elements of organizing and participating in a Wikipedia classroom assignment, edit-a-thon, or other wiki contribution campaign." +descriptionRight: "The Dashboard code runs two main sites: the Wiki Education Dashboard — dashboard.wikiedu.org — and the Wikimedia Programs & Events Dashboard — outreachdashboard.wmflabs.org. dashboard.wikiedu.org is used for Wiki Education programs, primarily focused on higher education in the United States and Canada. outreachdashboard.wmflabs.org is for the global Wikimedia community to organize all kinds of programs, including edit-a-thons, education programs, and other events. + +This is a project of Wiki Education." +callToAction: "Learn More..." # Find out more by default +listingDescription: "Firefox Focus is a privacy first, fast and lightweight browser for Android and iOS.." # The description of the project for the project listing, if no description is provided the content of the sortDescription will be used +menu: "projects" +--- + +- Setup development environment time: + + - 60' + + - [Instructions](https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/docs/setup.md) + +- Technologies + + - ![rails](/assets/images/rails.png) Ruby on Rails + - ![react](/assets/images/react.png) React + + +- Contribute + + - [Guide to Contributing](https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/CONTRIBUTING.md) + - [Find easy tasks to begin with](https://github.com/WikiEducationFoundation/WikiEduDashboard/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) + - [Explore all available issues](https://github.com/WikiEducationFoundation/WikiEduDashboard/issues) + +- Additional resources + + - [Development Process outline](https://github.com/WikiEducationFoundation/WikiEduDashboard/blob/master/docs/dev_process.md) + - For general discussion (feedback, ideas), please email sage AT wikiedu DOT org + - This project is part of the Wikimedia technical ecosystem and follows the [Wikimedia Code of Conduct](https://www.mediawiki.org/wiki/Code_of_Conduct). diff --git a/hugo/static/assets/images/android-studio.png b/hugo/static/assets/images/android-studio.png new file mode 100644 index 0000000..cbe254a Binary files /dev/null and b/hugo/static/assets/images/android-studio.png differ diff --git a/hugo/static/assets/images/html.png b/hugo/static/assets/images/html.png new file mode 100644 index 0000000..81d1fcb Binary files /dev/null and b/hugo/static/assets/images/html.png differ diff --git a/hugo/static/assets/images/java.png b/hugo/static/assets/images/java.png new file mode 100644 index 0000000..a0ab329 Binary files /dev/null and b/hugo/static/assets/images/java.png differ diff --git a/hugo/static/assets/images/rails.png b/hugo/static/assets/images/rails.png new file mode 100644 index 0000000..1ab162d Binary files /dev/null and b/hugo/static/assets/images/rails.png differ