Skip to content

Instantly share code, notes, and snippets.

@khattab88
khattab88 / web-toolkit.txt
Created May 13, 2018 12:26
web development toolkit
- Fonts: google fonts (Lato)
- Colors:
- Palette: flat ui colors (https://flatuicolors.com/)
- Shades: 0 to 255 (http://www.0to255.com/)
- Mixer: Adobe color wheel (https://color.adobe.com/create/color-wheel/)
- Gradiant: ui gradiants (https://uigradients.com/)
- Images: unsplash (https://unsplash.com/)
@khattab88
khattab88 / git-commands.txt
Created April 17, 2018 14:36
useful git commands
add remote repo: git remote add origin git@github.com:User/UserRepo.git
publish to remote: git push -u origin master
reference: https://stackoverflow.com/questions/42830557/git-remote-add-origin-vs-remote-set-url-origin