I hereby claim:
- I am schontz on github.
- I am schontz (https://keybase.io/schontz) on keybase.
- I have a public key ASD50oAwyGzV2RUX2sV2dThCfZ4XrMoWC-idfBaxXG91mgo
To claim this, I am signing this object:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"> | |
<link href="./styles.css" rel="stylesheet"> | |
<title>Hello World!</title> | |
</head> | |
<body> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'"> | |
<link href="./styles.css" rel="stylesheet"> | |
<title>Hello World!</title> | |
</head> | |
<body> |
I hereby claim:
To claim this, I am signing this object:
function Evented() { | |
var events = {}; | |
this.on = function (name, callback) { | |
if (!events[name]) events[name] = []; | |
var index = events[name].push(callback); | |
return { remove: function () { events[name].splice(index - 1, 1); } | |
} | |
this.emit = function (name, event) { |
/*! | |
Material Components for the Web | |
Copyright (c) 2018 Google Inc. | |
License: Apache-2.0 | |
*/ | |
@-webkit-keyframes mdc-ripple-fg-radius-in { | |
from { | |
-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); | |
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); | |
-webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); |
Spree::Variant Load (0.3ms) SELECT `spree_variants`.* FROM `spree_variants` WHERE `spree_variants`.`id` = 6 LIMIT 1 | |
TRACE: SELECT `spree_variants`.* FROM `spree_variants` WHERE `spree_variants`.`id` = 6 LIMIT 1 |
source 'https://rubygems.org' | |
gem 'rails', '3.2.13' | |
# Bundle edge Rails instead: | |
# gem 'rails', :git => 'git://github.com/rails/rails.git' | |
gem 'sqlite3' | |