This file contains hidden or 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
<script type="text/javascript"> | |
if (typeof jQuery != 'undefined') { | |
jQuery(document).ready(function($) { | |
var filetypes = /\.(zip|exe|dmg|pdf|doc.*|xls.*|ppt.*|mp3|txt|rar|wma|mov|avi|wmv|flv|wav)$/i; | |
var baseHref = ''; | |
if (jQuery('base').attr('href') != undefined) baseHref = jQuery('base').attr('href'); | |
jQuery('a').on('click', function(event) { | |
var el = jQuery(this); | |
var track = true; |
This file contains hidden or 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 class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Foundation</title> | |
<link rel="stylesheet" href="css/app.css" /> | |
<link rel="stylesheet" href="css/_masonry.scss" /> | |
<link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet"> | |
<script src="bower_components/modernizr/modernizr.js"></script> |
This file contains hidden or 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 class="no-js" lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Foundation Mega Menu</title> | |
<link rel="stylesheet" href="css/app.css" /> | |
<link href="http://cdnjs.cloudflare.com/ajax/libs/foundicons/3.0.0/foundation-icons.css" rel="stylesheet"> | |
<script src="bower_components/modernizr/modernizr.js"></script> | |
</head> |
This file contains hidden or 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 | |
/** | |
* "Friendlier, Safer WordPress Admin Areas" | |
* Presented by Cliff Seal at WordCamp Atlanta 2015 | |
* Slides: http://www.slideshare.net/cliffseal/wp-admin | |
* | |
* Plugin Name: A Better Admin Experience | |
* Plugin URI: http://evermo.re | |
* Description: Cleans up and sanitizes the WordPress admin area | |
* Version: 1.0 |
This file contains hidden or 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
<div class="skew_appended" style="height: 68.9189189189189px; bottom: -34.4594594594595px;"></div> | |
skew_appended, .skew_prepended { | |
background: #ffffff; | |
} | |
skew_appended, .skew_prepended { | |
width: 100%; | |
position: absolute; | |
left: 0; |
This file contains hidden or 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
// ====== Include gulp | |
var gulp = require('gulp'); | |
// ===== Include Plugins | |
var server = require('gulp-server-livereload'); | |
var plumber = require('gulp-plumber'); | |
var livereload = require('gulp-livereload'); | |
var notify = require('gulp-notify'); | |
var concat = require('gulp-concat'); | |
var jade = require('gulp-jade'); |
This file contains hidden or 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
{ | |
"name": "kwdev", | |
"version": "1.0.0", | |
"description": "Development", | |
"devDependencies": { | |
"connect": "^3.3.4", | |
"gulp": "^3.8.8", | |
"gulp-cache": "^0.2.4", | |
"gulp-clean": "^0.3.1", | |
"gulp-concat": "^2.4.2", |
This file contains hidden or 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
gulp.task('watch', function() { | |
livereload.listen(); | |
gulp.watch('./scss/**/*.scss', ['sass']).on('change', livereload.changed); | |
//gulp.watch('./css/img/**/*', ['img']).on('change', livereload.changed); | |
gulp.watch('./js/**/*.js', ['lint', 'scripts']).on('change', livereload.changed); | |
gulp.watch('./**/*.html').on('change', livereload.changed); | |
}); | |
// Default Task |
This file contains hidden or 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
/* Working method */ | |
.tinted-image { | |
background: | |
/* top, transparent red, faked with gradient */ | |
linear-gradient( | |
rgba(255, 0, 0, 0.45), | |
rgba(255, 0, 0, 0.45) | |
), | |
/* bottom, image */ | |
url(image.jpg); |
This file contains hidden or 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
<div class="contain-to-grid nav-section"> | |
<div class="row"> | |
<div class="large-4 columns"> | |
<h1 class="logo"><img src="../images/exptrans-logo.png" alt="Expresstranslate Logo"></h1> | |
</div> | |
<div class="large-4 columns"> | |
</div> | |
<div class="large-2 columns right ph-nubs"> | |
<span class="right">VIC (+61 3) 9013 5556</span><br/> | |
<span class="right">VIC (+61 3) 9013 5556</span> |
NewerOlder