Skip to content

Instantly share code, notes, and snippets.

View absentees's full-sized avatar
🛴
scooting

Scott absentees

🛴
scooting
View GitHub Profile
@absentees
absentees / gist:a4cb0da67eab682ea71f
Created July 22, 2015 07:06
Setup background images styles for all images in a folder
@for $i from 1 through 6 {
&.hero-img-#{$i} {
background: url(../photo/hero-#{$i}.jpg) top center no-repeat;
}
}
@absentees
absentees / mc-section.js
Created October 17, 2017 03:16
MJML Component - Mailchimp Section Attributes
import { MJMLElement, helpers } from 'mjml-core'
import cloneDeep from 'lodash/cloneDeep'
import merge from 'lodash/merge'
import React, { Component } from 'react'
const tagName = 'mc-section'
const parentTag = ['mj-container']
const defaultMJMLDefinition = {
attributes: {
'mc:hideable': null,
@absentees
absentees / Contract Killer 3.md
Created March 11, 2018 22:12
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

$allports: #0075A3
$affair: #7E4282
$flamingo: #EC4E20
$pizazz: #FF9505
$astronaut: #253C78
$mine-shaft: #1F1F1F
$mystic: #E7ECEF
$foam: #E5F5FC
$red: #EE0000
$la-palma: #248912
@absentees
absentees / wanikani-mobile.css
Last active February 20, 2020 02:40
WIP. Some mobile styles for Wanikani reviews to make it a little friendlier for smaller devices.
@media (max-width: 767px) {
#question #character {
font-size: 8.331em !important;
}
#question #question-type h1 {
font-size: 1.35em;
}
#question #character.radical img {
width: 35%;