An open API service indexing awesome lists of open source software.

https://github.com/ahmednuaman/coding-for-my-sister

An introduction to coding for my sister (and anyone else)
https://github.com/ahmednuaman/coding-for-my-sister

Last synced: about 2 months ago
JSON representation

An introduction to coding for my sister (and anyone else)

Awesome Lists containing this project

README

        

# Coding for My Sister

An introduction to coding for my sister (and anyone else).

## Prerequisites
Before you start make sure you have the following bases covered:

- You have a favourite text editor, I recommend [Sublime Text](http://sublimetext.com) or [Brackets](http://brackets.io)
- You have [git](http://git-scm.org) [installed](https://help.github.com/articles/set-up-git)
- You have your favourite [web](http://getfirefox.com) [browser](http://google.com/chrome) open
- You have your favourite [terminal](https://www.google.co.uk/search?q=open+terminal) open

Once you're cool with that then start off at [Chapter 1's Hello World](chapter-1/hello-world/).

## Index
- [**Chapter 1 – Getting Started**](chapter-1/)
- [Hello World](chapter-1/hello-world/): we create a simple HTML page, use git to version it and deploy it online on to github.com's `gh-pages`
- [Typography](chapter-1/typography/): we extend our HTML page and add a heading, paragraph, quote and list

## Errata or Suggestions

Fork the repo, make the desired update and submit a pull request.

## License

The MIT License (MIT)

Copyright (c) 2013 Ahmed Nuaman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.