- screenshots of scores will be posted in comments
- see screenshots below.
- screenshots of completed sections will be posted in comments
- see screenshots below.
| export NVM_DIR="/Users/stevekinney/.nvm" | |
| [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm | |
| export GREP_OPTIONS='--color=auto' | |
| export CLICOLOR=1 | |
| export LESS='--quit-if-one-screen --RAW-CONTROL-CHARS --no-init --tabs=4' | |
| export LS_COLORS=GxFxCxDxBxegedabagaced | |
| export TREE_COLORS='di=1;36:ln=1;35:so=1;32:pi=1;33:ex=1;31:bd=34;46:cd=34;33:fi=0:or=4;31' | |
| export LSCOLORS=$LS_COLORS | |
| export EDITOR=mate |
| license: gpl-3.0 |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>AWS Cognito + Facebook Login JavaScript Example</title> | |
| <meta charset="UTF-8"> | |
| </head> | |
| <body> | |
| <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.41.min.js"></script> | |
| <script> | |