Skip to content

Instantly share code, notes, and snippets.

View storypixel's full-sized avatar

Sam Wilson storypixel

View GitHub Profile
@storypixel
storypixel / sam-queries.css
Last active August 29, 2015 14:01
Generated by SassMeister.com.
.test {
color: orange;
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
.test {
color: pink;
}
}
@media only screen {
@storypixel
storypixel / gist:644f37c4afb9e75fdfbb
Last active August 29, 2015 14:04
Generic to-do list

To-do

  • Watch the bats
  • Eat a breakfast taco
  • Get some hipper sunglasses
@storypixel
storypixel / newsetup.md
Last active August 29, 2015 14:05
How I set up Alex's computer

basic prep

  • Install xcode
  • Change to zshell chsh -s /bin/zsh

install homebrew

  • Install brew ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"
  • Agree to questions
  • brew doctor per suggestion
  • (brew doctor complained) Install XQuartz
  • (brew doctor complained) Move macports sudo mv /opt/local/ ~/macports (didn't work. ignoring this step)
@storypixel
storypixel / SassMeister-input.scss
Created September 2, 2014 15:10
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// Bourbon (v4.0.2)
// Neat (v1.6.0)
// ----
@import "bourbon/bourbon";
@import "neat/neat";
@storypixel
storypixel / gist:5a69974956cd34b9f096
Created November 19, 2014 19:54
Basic-est HTML5 starter
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Untitled</title>
</head>
<body>
<!-- Basic-est -->
</body>
</html>
@storypixel
storypixel / gist:aa063a86ce606b5bb887
Last active August 29, 2015 14:10
My basic JavaScript with jQuery starter file
;(function ($, root, undefined) {
$(function () {
'use strict';
// DOM ready
$(window).load(function(){
// Stuff that needs to happen after things are rendered
@storypixel
storypixel / SassMeister-input.scss
Created October 15, 2015 13:22
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$small: "tall";
$medium: "grande";
$large: "venti";
$prices: (
small: 8,
@storypixel
storypixel / SassMeister-input.scss
Created October 15, 2015 13:24
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$small: "tall";
$medium: "grande";
$large: "venti";
$prices: (
small: 8,
@storypixel
storypixel / graphic-design-questions.md
Created July 6, 2016 15:00
Graphic designer questions sample

How to Interview: Graphic Designers

Taken from a article by Dona Dezube

Every time a new type of communication emerges, the graphic designer job description expands.

Interview Questions to Ask: Experience

  • Have you done annual reports (or whatever products the designer will do for your organization)?
  • What size company were your prior clients?