Skip to content

Instantly share code, notes, and snippets.

View NathanUrwin's full-sized avatar
Happy coding!

Nathan Urwin NathanUrwin

Happy coding!
View GitHub Profile

How to change Git username AND email

1. Update remote profile settings

What Makes a Good Mobile Site? Outline

By Pete LePage

Home page and site navigation

  • Keep calls to action front and center
    • DO: Make all of your users' most common tasks easily available.
    • DON'T: Waste precious above-the-fold space with vague calls-to-action like "learn more".
  • Keep menus short and sweet
  • Make it easty to get back to the home page
  • DO: Users expect to go back to the homepage when they tap the logo.
git() {
bold="$(tput bold)"
black="$(tput setaf 0)"
red="$(tput setab 1)"
yellow="$(tput setab 3)"
cyan="$(tput setaf 6)"
reset="$(tput sgr0)"
if [ "$1" != delete ]; then
hub "$@"
return