Skip to content

Instantly share code, notes, and snippets.

View absentees's full-sized avatar
🛴
scooting

Scott absentees

🛴
scooting
View GitHub Profile
@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

@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,