Skip to content

Instantly share code, notes, and snippets.

View storypixel's full-sized avatar

Sam Wilson storypixel

View GitHub Profile
@storypixel
storypixel / cloudSettings
Last active October 27, 2020 20:28
vsc-settings
{"lastUpload":"2020-10-27T20:27:15.373Z","extensionVersion":"v3.4.3"}
@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');
.template-iamnotsam-1 body {
background-color: #eee;
}
html {
font-size: 1em;
}
@storypixel
storypixel / spacemacs-cheatsheet.txt
Last active March 8, 2017 21:13 — forked from davoclavo/spacemacs-cheatsheet.md
Spacemacs cheatsheet
NOTE: "In Spacemacs, M-m _is_ SPC by default"
NOTE: "M-m and SPC can be used interchangeably".
NOTE: ??? are keys I don't know which I want to know
## Custom mappings: my own mappings which require configuration in .spacemacs
* Dumb Jump - 'gd'
## Day to day
* Get NeoTree prompt - 'SPC p t'
* 'C-o' - jump back
@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?
@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 / 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 / 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 / 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 / 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 / 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)