Skip to content

Instantly share code, notes, and snippets.

@dianaaparicio
dianaaparicio / gist:fcaa1a1dd42ce2a39563cec031498bcb
Last active November 16, 2018 18:06
kiwi to the rescue new
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="x-apple-disable-message-reformatting">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style type="text/css">
@dianaaparicio
dianaaparicio / gist:43bc4e2e2f92818127151031000d424b
Created November 16, 2018 17:49
kiwi to the rescue email campaign
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="x-apple-disable-message-reformatting">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<style type="text/css">
{
"name" : "A",
"lng" : "-122.26534781271135",
"lat" : "37.86797373558213"
},
{
"name" : "B",
"lng" : "-122.26045009905016",
"lat" : "37.86755660481129"
group :production do
gem 'rails_12factor'
gem 'pg'
end
group :development, :test do
gem 'byebug'
gem 'rspec-rails', '~> 3.0'
end
$pink: #F781F3
$grey: #A4A4A4