This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.grid, .grid-flex { | |
&.grid-gutter { | |
margin-bottom: 50px; | |
} | |
} | |
.grid { | |
display: grid; | |
grid-gap: 25px; | |
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.tabSize": 2, | |
"editor.wordWrap": "on", | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"eslint.autoFixOnSave": true, | |
"editor.minimap.enabled": false, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"explorer.autoReveal": false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var globs = { | |
tabs: { | |
path: 'tabs/', | |
css: [ | |
paths.src + 'components/tabs/tabs.css' | |
], | |
js: [ | |
paths.src + 'components/tabs/tabs.js' | |
], | |
js_compiled: 'tabs.compiled.js' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
white: | |
base: '#fff' | |
dark: '#f2f2f2' | |
light: '#f7f7f7' | |
black: | |
base: '#222' | |
light: '#2a2a2a' | |
gray: | |
base: '#d3d7d9' | |
dark: '#aaabad' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sys.path ['', '/usr/local/lib/python2.7/site-packages/six-1.10.0-py2.7.egg', '/Library/Python/2.7/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload', '/Users/fleeting/Library/Python/2.7/lib/python/site-packages', '/usr/local/lib/python2.7/site-packages', '/Library/Python/2.7/site-packages', '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python', '/System/Library/Fr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
public function get_tokens() { | |
$google_client = new Google_Client(); | |
$google_client->setAuthConfig(ROOT . '/mbcms_config/client_secrets.json'); | |
$google_client->setAccessType("offline"); | |
$google_client->addScope(Google_Service_Analytics::ANALYTICS_READONLY); | |
$tokens = $this->GoogleAnalytic->find( | |
'list', | |
array( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"autoprefixer": { | |
"browsers": ["last 2 versions"] | |
}, | |
"stylelint": { | |
"reporters": [{ "formatter": "string", "console": "true" }] | |
}, | |
"uglify": { "preserveComments": "some" }, | |
"jshint_reporter": "jshint-stylish", | |
"sorting": { |
I hereby claim:
- I am fleeting on github.
- I am fleeting (https://keybase.io/fleeting) on keybase.
- I have a public key ASC7ZIQ80KjPWdcGLSgsd-48CEbPBja6PiR_o_Hu0qBTXQo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Adometry Landing Page</title> | |
<link rel="stylesheet" href="css/app.min.css"> | |
</head> | |
<body> | |
<header> | |
<div class="full"> |
NewerOlder