- Watch the bats
- Eat a breakfast taco
- Get some hipper sunglasses
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .test { | |
| color: orange; | |
| } | |
| @media only screen and (min-width: 1025px) and (max-width: 1440px) { | |
| .test { | |
| color: pink; | |
| } | |
| } | |
| @media only screen { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test |
- Install xcode
- Change to zshell
chsh -s /bin/zsh
- Install brew
ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)" - Agree to questions
brew doctorper suggestion- (brew doctor complained) Install XQuartz
- (brew doctor complained) Move macports
sudo mv /opt/local/ ~/macports(didn't work. ignoring this step)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // Sass (v3.3.14) | |
| // Compass (v1.0.1) | |
| // Bourbon (v4.0.2) | |
| // Neat (v1.6.0) | |
| // ---- | |
| @import "bourbon/bourbon"; | |
| @import "neat/neat"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>Untitled</title> | |
| </head> | |
| <body> | |
| <!-- Basic-est --> | |
| </body> | |
| </html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;(function ($, root, undefined) { | |
| $(function () { | |
| 'use strict'; | |
| // DOM ready | |
| $(window).load(function(){ | |
| // Stuff that needs to happen after things are rendered |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| $small: "tall"; | |
| $medium: "grande"; | |
| $large: "venti"; | |
| $prices: ( | |
| small: 8, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| $small: "tall"; | |
| $medium: "grande"; | |
| $large: "venti"; | |
| $prices: ( | |
| small: 8, |
Taken from a article by Dona Dezube
Every time a new type of communication emerges, the graphic designer job description expands.
- Have you done annual reports (or whatever products the designer will do for your organization)?
- What size company were your prior clients?
OlderNewer