I hereby claim:
- I am kball on github.
- I am kball (https://keybase.io/kball) on keybase.
- I have a public key whose fingerprint is 234F B56D A5F0 B508 7150 087E 6624 A10D 7C26 EFD2
To claim this, I am signing this object:
{| --- | |
| layout: default | |
| title: "Sample Landing Page" | |
| --- | |
| <div class="grid-container"> | |
| <div class="grid-x grid-margin-x"> | |
| <div class="large-12 cell"> | |
| <h1>Welcome to Foundation for Sites</h1> | |
| </div> | |
| </div> |
| {{!-- This is the base layout for your project, and will be used on every page. --}} | |
| <!doctype html> | |
| <html class="no-js" lang="en"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta http-equiv="x-ua-compatible" content="ie=edge"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Foundation for Sites</title> | |
| <link rel="stylesheet" href="{{root}}assets/css/app.css"> |
| import $ from 'jquery'; | |
| import { Foundation } from 'foundation-sites/js/foundation.core'; | |
| import { rtl, GetYoDigits, transitionend } from 'foundation-sites/js/foundation.util.core'; | |
| import { Box } from 'foundation-sites/js/foundation.util.box' | |
| import { onImagesLoaded } from 'foundation-sites/js/foundation.util.imageLoader'; | |
| import { Keyboard } from 'foundation-sites/js/foundation.util.keyboard'; | |
| import { MediaQuery } from 'foundation-sites/js/foundation.util.mediaQuery'; | |
| import { Motion, Move } from 'foundation-sites/js/foundation.util.motion'; | |
| import { Nest } from 'foundation-sites/js/foundation.util.nest'; | |
| import { Timer } from 'foundation-sites/js/foundation.util.timer'; |
| import $ from 'jquery'; | |
| require('what-input'); | |
| window.$ = $; | |
| import Foundation from 'foundation-sites'; | |
| // If you want to pick and choose which modules to include, comment out the above and uncomment | |
| // the line below | |
| //import './lib/foundation-explicit-pieces'; |
| // Foundation for Sites Settings | |
| // ----------------------------- | |
| // | |
| // Table of Contents: | |
| // | |
| // 1. Global | |
| // 2. Breakpoints | |
| // 3. The Grid | |
| // 4. Base Typography | |
| // 5. Typography Helpers |
| @charset 'utf-8'; | |
| @import 'settings'; | |
| @import 'foundation'; | |
| @import 'motion-ui'; | |
| @include foundation-global-styles; | |
| // @include foundation-grid; | |
| // @include foundation-flex-grid; | |
| // |
| 'use strict'; | |
| import plugins from 'gulp-load-plugins'; | |
| import yargs from 'yargs'; | |
| import browser from 'browser-sync'; | |
| import gulp from 'gulp'; | |
| import panini from 'panini'; | |
| import rimraf from 'rimraf'; | |
| import sherpa from 'style-sherpa'; | |
| import yaml from 'js-yaml'; |
| # Your project's server will run on localhost:xxxx at this port | |
| PORT: 8000 | |
| # Autoprefixer will make sure your CSS works with these browsers | |
| COMPATIBILITY: | |
| - "last 2 versions" | |
| - "ie >= 9" | |
| - "ios >= 7" | |
| # UnCSS will use these settings |
I hereby claim:
To claim this, I am signing this object:
{