mozillaclubs/club_guides
Julia Vallera 6db57bf712
Add files via upload
2017-12-18 11:39:19 -05:00
..
afterschool-program Add files via upload 2017-07-30 18:12:50 -05:00
assets Add files via upload 2017-07-30 18:12:50 -05:00
blank-template Add files via upload 2017-07-30 18:12:50 -05:00
branding-guidelines Add files via upload 2017-07-30 18:12:50 -05:00
club-collaboration Add files via upload 2017-07-30 18:12:50 -05:00
collaborative-learning Add files via upload 2017-07-30 18:12:50 -05:00
comms_template Add files via upload 2017-07-30 18:12:50 -05:00
community-meet-up Add files via upload 2017-07-30 18:12:50 -05:00
design-thinking Add files via upload 2017-07-30 18:12:50 -05:00
difficult-discussions Add files via upload 2017-07-30 18:12:50 -05:00
encouraging-participatory-playful-learning Add files via upload 2017-07-30 18:12:50 -05:00
events-women-girls-guide Add files via upload 2017-07-30 18:12:50 -05:00
existing-program Add files via upload 2017-07-30 18:12:50 -05:00
growing-community Add files via upload 2017-07-30 18:12:50 -05:00
hosting-mozilla-club-in-library Add files via upload 2017-07-30 18:12:50 -05:00
incorporating-mozilla-in-school Add files via upload 2017-07-30 18:12:50 -05:00
increasing-womens-web-literacy Add files via upload 2017-07-30 18:12:50 -05:00
integra_tu_club Add files via upload 2017-07-30 18:12:50 -05:00
introducing-topics Add files via upload 2017-07-30 18:12:50 -05:00
learning-platform-women Add files via upload 2017-07-30 18:12:50 -05:00
local-partnerships Add files via upload 2017-07-30 18:12:50 -05:00
markdown-guide Add files via upload 2017-07-30 18:12:50 -05:00
marketing-your-mozilla-club-pr-guide Add files via upload 2017-07-30 18:12:50 -05:00
marketing-your-mozilla-club-social-media Add files via upload 2017-07-30 18:12:50 -05:00
marketing-your-mozilla-club-writing-a-blog Add files via upload 2017-07-30 18:12:50 -05:00
mixing-afterschool-program Add files via upload 2017-07-30 18:12:50 -05:00
neighborhood-with-low-connectivity Add files via upload 2017-07-30 18:12:50 -05:00
participation-to-collaboration Add files via upload 2017-07-30 18:29:31 -05:00
partnering-local Add files via upload 2017-07-30 18:29:31 -05:00
pledge Add files via upload 2017-07-30 18:29:31 -05:00
public-speaking Add files via upload 2017-07-30 18:29:31 -05:00
teaching-web-literacy-open Add files via upload 2017-07-30 18:29:31 -05:00
template-assets Add files via upload 2017-07-30 18:29:31 -05:00
train-the-trainer-guide Add files via upload 2017-07-30 18:29:31 -05:00
turning-learners-into-facilitators Add files via upload 2017-07-30 18:29:31 -05:00
web-literacy-education-kit Add files via upload 2017-07-30 18:29:31 -05:00
your-first-month-as-a-club-captain Add files via upload 2017-07-30 18:29:31 -05:00
your-first-month-as-a-club-captain-without-rc Add files via upload 2017-07-30 18:29:31 -05:00
Gruntfile.js Add files via upload 2017-07-30 18:12:50 -05:00
LICENSE Add files via upload 2017-07-30 18:12:50 -05:00
Mozilla Club Examples.pdf Add files via upload 2017-12-18 11:39:19 -05:00
Mozilla Club One-Pager.pdf Add files via upload 2017-12-18 11:33:39 -05:00
Mozilla Clubs Leader Agreement.pdf Add files via upload 2017-12-18 11:38:02 -05:00
README.md Update README.md 2017-08-14 19:44:34 -05:00
bower.json Add files via upload 2017-07-30 18:12:50 -05:00
central-station.html Add files via upload 2017-07-30 18:12:50 -05:00
clubs-resources.json Add files via upload 2017-07-30 18:12:50 -05:00
facts.html Add files via upload 2017-07-30 18:12:50 -05:00
regional-coordinator.html Add files via upload 2017-07-30 18:29:31 -05:00
thanks.html Add files via upload 2017-07-30 18:29:31 -05:00

README.md

Welcome!

This folder contains Mozilla Clubs guides & resources.

Adding a new guide via drag & drop!

Note - Drag & drop does not work in Firefox! Please use Chrome.

  1. Download the Template Folder zip file
  2. Unzip it
  3. Edit the content.md file only
  1. Rename the folder to match the content title, this will be a part of the URL so...
  • Make it all lowercase
  • Don't use special characters
  • Replace spaces with dashes (like-this)
  1. Drag and drop the finished folder into the clubs folder on the gh-pages branch right here

Viewing a Published Guide

Your new page will be available at https://mozilla.github.io/mozillaclubs/club_guides/name-of-your-folder

Editing existing pages

  1. Navigate to the content.md file you want to edit in the Github UI
  2. Click the Pencil icon near the top right of the file contents
  3. Use the Preview tab to check your changes.
  4. When you're ready, click the Comitt button to save your changes

Here is a handy Markdown Guide to help you with formatting your content.

Changing the name of the folder

Unfortunately, you can't do this within the Github UI, so you'll have to upload another folder with the correct name.

  • You can delete the original folder by using the Github UI to delete the files within in (see below)

Adding images

To display an image in a guide, use the following markdown syntax...

![image alt text](https://example.com/image.jpg "Image Title Text")

You can also add an image file to the folder that contains your guide, and then use the following markdown syntax to display it...

![image alt text](image.jpg "Image Title Text")

Deleting Guides

  1. Navigate to the specific file you want to delete
  2. Click the Trash icon in the top right of the file content
  3. If you delete both files in the folder, the folder will be deleted automatically