Skip to content

Instantly share code, notes, and snippets.

<?php
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
?>
<?php get_header(); ?>
<div id="content" <?php Avada()->layout->add_style( 'content_style' ); ?>>
@kpennell
kpennell / gulpFile.js
Created May 6, 2016 05:46
Ionic Gulp File
var gulp = require('gulp');
var gutil = require('gulp-util');
var bower = require('bower');
var concat = require('gulp-concat');
var clean = require('gulp-clean');
var jshint = require('gulp-jshint');
var sass = require('gulp-sass');
var minifyCss = require('gulp-minify-css');
var rename = require('gulp-rename');
var ngAnnotate = require('gulp-ng-annotate');
[
{
"id" : 1,
"artistexpand_value" : "A$AP Rocky",
"lastfm_plays" : 29162324,
"lastfm_tag1" : "hip-hop",
"lastfm_tag2" : "rap",
"lastfm_tag3" : "underground hip-hop",
"lastfm_tag4" : "seen live",
"lastfm_tagurls" : "http://www.last.fm/tag/Hip-Hop, http://www.last.fm/tag/rap",
section {
padding: 1em;
}
.color-1 {
color: red;
}
.color-2 {
color: blue;
@kpennell
kpennell / SassMeister-input.scss
Created December 4, 2015 18:21
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.message {
border: 1px solid #ccc;
padding: 10px;
color: #333;
}
@kpennell
kpennell / SassMeister-input.scss
Created December 4, 2015 18:07
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.very-hidden {
text-indent: -9999px;
overflow: hidden;
white-space: nowrap;
text-decoration: none;
}
@kpennell
kpennell / SassMeister-input.scss
Last active December 4, 2015 18:03
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
@mixin very-hidden {
text-indent: -9999px;
overflow: hidden;
white-space: nowrap;
text-decoration: none;
}
@kpennell
kpennell / SassMeister-input.scss
Created December 4, 2015 17:46
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.message {
border: 1px solid #ccc;
padding: 10px;
color: #333;
}
@kpennell
kpennell / SassMeister-input.scss
Last active December 4, 2015 17:46
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$primary-color: #295e7c;
@mixin debug {
background-color: pink;
border: 1px solid black;
@kpennell
kpennell / SassMeister-input.scss
Created December 4, 2015 17:39
Generated by SassMeister.com.
// ----
// Sass (v3.4.14)
// Compass (v1.0.3)
// ----
$primary-color: #295e7c;
@mixin debug {
background-color: pink;
border: 1px solid black;