Skip to content

Instantly share code, notes, and snippets.

@simonhlee97
Last active August 19, 2017 00:20
Show Gist options
  • Save simonhlee97/e465be96b02879c5c1b39318a09ba224 to your computer and use it in GitHub Desktop.
Save simonhlee97/e465be96b02879c5c1b39318a09ba224 to your computer and use it in GitHub Desktop.
1150 Academy - Week 1 - class notes
8/14/2017
** Git Commands **
git status (to check which files are ready to be added)
git add -A (for all files)
git commit -m "Hello World" (commit file to repo)
git log (notes for the file git)
** Design and Technical Wireframes **
[https://wireframe.cc/i0JVBv](My First Wireframe)
Week 1 - goals
HTML
CSS
JS
JS Dom
Firebase
Git (add, commit, push)
Github
The assignments for week one are:
Static webpage Store
Deploying Static webpage to Firebase
CSS creature
8/15/2017
CSS Fundamentals
-units of measure: px, em, rem, %
-margin vs. padding
git and GitHub
-pushing to GitHub repo
8/16/2017
JavaScript Fundamentals
8/18/2017
-installed Firebase
-Deployed web page to Firebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment