Skip to content

Commit 7627c82

Browse files
committed
Merge pull request #9 from thacherT1D/master
To Lee From Thacher
2 parents 6ec9fa3 + 86b254f commit 7627c82

File tree

1 file changed

+29
-34
lines changed

1 file changed

+29
-34
lines changed

README.md

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,37 @@ bit of coding.
77

88

99
Here's what we'll be doing:
10-
10+
#### Setting up our computers
1111
#### Overview of basic HTML concepts
1212
#### Overview of CSS concepts
1313
#### Signing up for github and learning about git
14-
#### Forking and cloning our first project
15-
#### Editing HTML/CSS and pushing code back up to Github.
14+
#### Editing HTML/CSS
15+
16+
#Get Google Chrome
17+
- Download at... Google
18+
19+
#Get the Atom text editor!
20+
- Download [https://atom.io/](Atom)
21+
22+
#Sign up for Github!
23+
- Open a new tab in your browser and go to GitHub.com
24+
- Click the green signup button on the top of this page.
25+
- Confirm your account by clicking the confirmation link in your email
26+
27+
## Download the class files
28+
- Go to https://github.com/GalvanizeOpenSource/Learn-To-Code-Week-1
29+
- Click on the button on the right-hand side that says "Download ZIP"
30+
- Go to your downloads folder and double click on the .zip file to unzip it
31+
- IMPORTANT! leave all the individual files in the downloaded folder (if you would like to move it out of the downloads folder move the entire folder, not individual items)
32+
- From atom file > open, select the folder and then click open
33+
- From atom if the file tree does not appear on the left hand View > Toggle Tree View -- this will show you the entire folder within atom
34+
35+
Now if you already know some of what we're talking about you're all set to poke around in the files -- index.html and style.css are the two files we will be making changes to later.
36+
37+
## What is git?
38+
Git is a piece of software that allows you to edit and collaborate on projects
39+
regardless of your teams location. With Git, you and your team can all be working
40+
on the same codebase without having to worry about who's doing what in which order.
1641

1742

1843
## Overview of HTML
@@ -53,9 +78,8 @@ are
5378
####Specificity
5479
What Does CSS Stand for?
5580

56-
5781
####id's vs Classes
58-
Classes are used when you need to style multiple elemnets in a document, while
82+
Classes are used when you need to style multiple elements in a document, while
5983
id's are used to style specific elements on a page.
6084

6185
####Syntax
@@ -72,29 +96,6 @@ Now lets look at the css!
7296
```
7397

7498

75-
## What is git?
76-
Git is a piece of software that allows you to edit and collaborate on projects
77-
regardless of your teams location. With Git, you and your team can all be working
78-
on the same codebase without having to worry about who's doing what in which order.
79-
80-
81-
Topic: talk about the cookie receipie metaphor
82-
83-
#Sign up for Github!
84-
- Open a new tab in your browser and go to GitHub.com
85-
- Click the green signup button on the top of this page.
86-
- Confirm your account by clicking the confirmation link in your email
87-
88-
#Lets Fork and Clone our first project on Github!
89-
- Click the fork button on the top right of this page!
90-
- Click "Clone in Desktop"
91-
- Follow Prompts to install the GitHub App
92-
93-
94-
#Get the Atom text editor!
95-
- Download [https://atom.io/](Atom)
96-
97-
9899
##Change the Font to something from Google Fonts
99100
- Navigate to google fonts: https://www.google.com/fonts
100101
- Find a font you like and click "add to collection".
@@ -108,14 +109,8 @@ Topic: talk about the cookie receipie metaphor
108109
- Change the name of the site
109110
- Change all the navigation links & Section Headers
110111
- Replace my images with your own images
111-
- Push changes to github
112-
113112

114113
##Make some changes
115114

116-
##Commit and Push to Github
117-
118-
119-
120115

121116
#Question Time!

0 commit comments

Comments
 (0)