I hereby claim:
- I am tholex on github.
- I am olex (https://keybase.io/olex) on keybase.
- I have a public key whose fingerprint is 967F 4BEA C49D 6731 8031 BB49 A7DB D4F1 2B4D 6128
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # Calculates (pixel) scales | |
| # | |
| # Usage | |
| # | |
| # require "size_scale" | |
| # | |
| # SizeScale.gen(20, 27) | |
| # => Generates all numbers in-scale with 1.5 multiplication | |
| # between 3 and 1440 (useful css px values) | |
| # |
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a | |
| # [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
| # |
These are the take-aways from my Q&A sessions working with students on their portfolios at Thinkful. Hopefully these guidelines will make building a successful portfolio site straightforward.
Keep it simple! Unless you have a blog, or some other major section to your site, it's likely that you don't even need a navigation. In practice, making a "cool reveal" or an awesome unique style is much better than packing in more pages and more projects. Here are the critical sections.
| # use 256 term for pretty colors | |
| set -g default-terminal "xterm-256color" | |
| set -g status-bg black | |
| set -g status-fg green | |
| set-window-option -g clock-mode-colour brightyellow | |
| # increase scroll-back history | |
| set -g history-limit 1000000 | |
| # use vim key bindings |
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
| /* DIRECTIONS: | |
| * go to twitter.com/username/following | |
| * also works on go to twitter.com/username/followers | |
| * paste the script, it'll start collecting ALL USERS you scroll past in a list | |
| * into a variable called "allUsers". | |
| * | |
| * Use this to stop when you're done: | |
| * doneCapturing(); | |
| */ |