Skip to content

Instantly share code, notes, and snippets.

View jackkeller's full-sized avatar
🏠
Happy Remote Worker

Jack Keller jackkeller

🏠
Happy Remote Worker
  • Saint Louis, MO
  • 14:22 (UTC -05:00)
View GitHub Profile
@jackkeller
jackkeller / resume.json
Last active December 21, 2021 20:58
JSON Resume
{
"meta": {
"accent": "#3c9c9c"
},
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Jack Keller",
"label": "Lead Front-End Engineer/Accessibility Advocate",
"image": "",
"email": "jacklkeller@gmail.com",
@jackkeller
jackkeller / robsponsive-mixin.sass
Last active February 26, 2020 15:38
Rob Rumble came up with this, smart stuff!
@function size-of($position)
@return nth($position, 1)
@function locator-of($position)
@return nth($position, 2)
@function resolution-of($position)
@return nth($position, 3)
@function px-resolution-of($position)
$direction-list: left right center
@each $direction in $direction-list
$i: index($direction-list, $direction) //only needed if you need an index
.align-#{$direction}
text-align: $direction
// And as a Key/Value thing (helpful if you use the same word but one needs to be treated as a variable)
@jackkeller
jackkeller / Pug For Loop.pug
Created August 1, 2019 21:13
// This is purely helpful if you're trying to iterate through // mock data to get a few items on the screen ul - for (var x = 1; x < 11; x++) li a(href="#") | Thing #{x}
// This is purely helpful if you're trying to iterate through
// mock data to get a few items on the screen
ul
- for (var x = 1; x < 11; x++)
li
a(href="#")
| Thing #{x}

Keybase proof

I hereby claim:

  • I am jackkeller on github.
  • I am itsfreshmade (https://keybase.io/itsfreshmade) on keybase.
  • I have a public key ASDpjRUL2070harRVfWFkehCNAGSU7azoJzazTakriCJ4Ao

To claim this, I am signing this object: