Skip to content

Instantly share code, notes, and snippets.

@matthewbeta
matthewbeta / dabblet.css
Created May 24, 2012 13:05 — forked from anonymous/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
min-height: 100%;
@matthewbeta
matthewbeta / dabblet.css
Created May 24, 2012 13:05
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
min-height: 100%;
@matthewbeta
matthewbeta / index.html
Created October 19, 2012 21:53
beta logo
<a class="ctr-logo">
<div class="logo">
</div>
</a>
<div>
<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
<hr>
</div>
@matthewbeta
matthewbeta / Gruntfile.js
Last active December 20, 2015 23:49
Grunt file for Jekyll (with dev/staging builds) and Compass with ~~Live Reload~~ Grunt Style Injector. *Need to add (ghostMode)[https://github.com/shakyShane/grunt-style-injector#ghostmode-default-false-experimental] settings
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
watch: {
// WATCH THE SASS FILES FOR CHNAGES AND COMPILE WITH COMPASS
compass: {
files: ['assets/sass/**/*.{scss,sass}' , 'assets/sass/**/*.{scss,sass}'],
tasks: ['copyCSS']
@matthewbeta
matthewbeta / gist:7457897
Created November 13, 2013 22:46
Barebones Gruntfile for Ember.JS. It concats your files, it processes your handlebars and smashes that suckah into (3) tiny files.
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
// uglify
uglify: {
app: {
files: {
'app/app.min.js': 'app/app.js'
@matthewbeta
matthewbeta / gist:7786930
Created December 4, 2013 12:45
Gruntfile for Jekyll
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
// concurrent: {
// tasks: ['copyCSS', 'jekyll:dev']
// },
@matthewbeta
matthewbeta / Gruntfile.js
Created February 17, 2014 09:48
Grunt Bolierplate
module.exports = function(grunt) {
// Show elapsed time after tasks run
require('time-grunt')(grunt);
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
});
@matthewbeta
matthewbeta / Web-Safe-fonts-#1.markdown
Created May 21, 2014 23:40
A Pen by matthew jackson.

Web Safe fonts #1

Gonna try and make some nice typographic things with websafe fonts. Started with the easiest and best

A Pen by matthew jackson on CodePen.

License.

@matthewbeta
matthewbeta / Web-Safe-Fonts-#2.markdown
Created May 22, 2014 21:26
A Pen by matthew jackson.