6db57bf712 | ||
---|---|---|
.. | ||
afterschool-program | ||
assets | ||
blank-template | ||
branding-guidelines | ||
club-collaboration | ||
collaborative-learning | ||
comms_template | ||
community-meet-up | ||
design-thinking | ||
difficult-discussions | ||
encouraging-participatory-playful-learning | ||
events-women-girls-guide | ||
existing-program | ||
growing-community | ||
hosting-mozilla-club-in-library | ||
incorporating-mozilla-in-school | ||
increasing-womens-web-literacy | ||
integra_tu_club | ||
introducing-topics | ||
learning-platform-women | ||
local-partnerships | ||
markdown-guide | ||
marketing-your-mozilla-club-pr-guide | ||
marketing-your-mozilla-club-social-media | ||
marketing-your-mozilla-club-writing-a-blog | ||
mixing-afterschool-program | ||
neighborhood-with-low-connectivity | ||
participation-to-collaboration | ||
partnering-local | ||
pledge | ||
public-speaking | ||
teaching-web-literacy-open | ||
template-assets | ||
train-the-trainer-guide | ||
turning-learners-into-facilitators | ||
web-literacy-education-kit | ||
your-first-month-as-a-club-captain | ||
your-first-month-as-a-club-captain-without-rc | ||
Gruntfile.js | ||
LICENSE | ||
Mozilla Club Examples.pdf | ||
Mozilla Club One-Pager.pdf | ||
Mozilla Clubs Leader Agreement.pdf | ||
README.md | ||
bower.json | ||
central-station.html | ||
clubs-resources.json | ||
facts.html | ||
regional-coordinator.html | ||
thanks.html |
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.
- Download the Template Folder zip file
- Unzip it
- Edit the
content.md
file only
- Try the Brackets Editor - it's cool!
- It's in markdown, here's a handy syntax guide.
- 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)
- Drag and drop the finished folder into the
clubs
folder on thegh-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
- Navigate to the
content.md
file you want to edit in the Github UI - Click the Pencil icon near the top right of the file contents
- Use the Preview tab to check your changes.
- 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
- Navigate to the specific file you want to delete
- Click the Trash icon in the top right of the file content
- If you delete both files in the folder, the folder will be deleted automatically