Skip to content

Instantly share code, notes, and snippets.

View funraise-af's full-sized avatar

Funraise Creative funraise-af

  • Funraise
  • Long Beach, CA
View GitHub Profile
SHELL := /bin/bash
YARN := yarn
VENDOR_DIR = assets/vendor/
JEKYLL := jekyll
PROJECT_DEPS := package.json
.PHONY: all clean install update
all : serve
@funraise-af
funraise-af / index.html
Created May 21, 2018 04:46
Webinar Form charity:water CARD
<html>
<head>
<base href="http://go.funraise.io" >
<meta charset="utf-8"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="description" content="%%description%%"/>
<title>%%title%%</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.1/css/materialize.min.css">
<link href="https://funraise.io/css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">