Skip to content

Instantly share code, notes, and snippets.

View roggel-gists's full-sized avatar

Rogier Borst roggel-gists

  • The Netherlands
View GitHub Profile
@roggel-gists
roggel-gists / compass @fontface snippet
Created December 7, 2012 11:02
compass_@fontface
@include font-face('Name', font-files(
"filename.woff", woff,
"filename.ttf", truetype,
"filename.svg", svg),
$weight:normal,
$style:normal);
<?php
/**
* Laravel Generator
*
* Rapidly create models, views, migrations + schema, assets, tests, etc.
*
* USAGE:
* Add this file to your Laravel application/tasks directory
* and call the methods with: php artisan generate:[model|controller|migration] [args]
<?php get_header(); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php the_content();?>
<?php endwhile; endif; ?>
<?php get_footer(); ?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<link rel="stylesheet" href="css/style.css">
</head>