File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,22 @@ The goal of this brief course is to provide you with a fun introduction to the w
17
17
* Be patient and nice
18
18
* You will get through it!
19
19
20
+ ### What web coding is (really)?
21
+ Recipes to give to your computer to “cook” up some awesome things for you online
20
22
21
- #Get Google Chrome
22
- - Download at ... Google
23
+ ## Setting up your computer
24
+ (Brace yourself ...)
23
25
24
- #Get the Atom text editor!
25
- - Download [ https://atom.io/ ] ( Atom )
26
+ Please set up the following:
27
+ * A web browser to see what we're working on as others see it (Recommend Google Chrome: [ chrome.google.com] (chrome.google.com))
28
+ * A text editor to modify your files (Recommend the Atom text editor: [ atom.io] ( Atom.io ) )
29
+ * Download the tutorial files on this page within the zip file
26
30
27
- #Sign up for Github!
28
- - Open a new tab in your browser and go to GitHub.com
29
- - Click the green signup button on the top of this page.
30
- - Confirm your account by clicking the confirmation link in your email
31
+ Patience! Setting up your computer takes time and can be tricky, especially across platforms.
32
+
33
+ Once you're ready, you can move onto the next lesson.
34
+
35
+ ## H.T.M.L. - "the building blocks of the internet"
31
36
32
37
## Download the class files
33
38
- Go to https://github.com/GalvanizeOpenSource/Learn-To-Code-Week-1
You can’t perform that action at this time.
0 commit comments