Note: must be logged into UChicago account to view the syllabus and other materials.
##Goals
- Learn how to use terminal and Github.
- Exposure to HTML, CSS, and some Javascript.
- Make personal website with link to a customized Searchable Map.
##Lessons
Note: lessons will be uploaded after they are taught.
- Terminal
- GitHub
- HTML & CSS
- Personal Website
- Searchable Map
##Instructions To Start
- Clone the repository:
$ git clone https://github.com/uchicagotechteam/Fall2016Workshops.git
- Create a branch called firstname-lastname-2016, so mine would be julia-oran-2016:
$ git branch julia-oran-2016
$ git checkout julia-oran-2016
- Add, commit, and push your work to this branch. You should not merge it with master.
$ git add .
$ git commit -m "write a descriptive message here about what you did"
$ git push origin julia-oran-2016
##Personal Website
- Make a repository to host your website on Github.
- Find a template you like:
- Customize the template to meet the requirements.
##Searchable Map
- Read about Derek Eder's Searchable Map Template.
- Pick a dataset from the City of Chicago Data Portal with geocoded locations. Some examples:
- Fork his repository and then clone it so you have a local copy:
$ git clone https://github.com/derekeder/FusionTable-Map-Template.git
- Follow the instructions.
##Documents
##Resources
Created by Julia Oran for TechTeam 2016