You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-34Lines changed: 29 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,37 @@ bit of coding.
7
7
8
8
9
9
Here's what we'll be doing:
10
-
10
+
#### Setting up our computers
11
11
#### Overview of basic HTML concepts
12
12
#### Overview of CSS concepts
13
13
#### 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.
16
41
17
42
18
43
## Overview of HTML
@@ -53,9 +78,8 @@ are
53
78
####Specificity
54
79
What Does CSS Stand for?
55
80
56
-
57
81
####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
59
83
id's are used to style specific elements on a page.
60
84
61
85
####Syntax
@@ -72,29 +96,6 @@ Now lets look at the css!
72
96
```
73
97
74
98
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
-
98
99
##Change the Font to something from Google Fonts
99
100
- Navigate to google fonts: https://www.google.com/fonts
100
101
- Find a font you like and click "add to collection".
@@ -108,14 +109,8 @@ Topic: talk about the cookie receipie metaphor
108
109
- Change the name of the site
109
110
- Change all the navigation links & Section Headers
0 commit comments