Skip to content

Instantly share code, notes, and snippets.

View Wolfr's full-sized avatar

Wolfr Wolfr

View GitHub Profile
<span class="dateGroup">
<select class="input2AN" required>
<option>01</option>
<option>02</option>
<option>03</option>
<option>04</option>
<option>05</option>
<option>06</option>
<option>07</option>
<option>08</option>
# Wolf's Little Store gitignore defaults
.sass-cache
.DS_Store
# This is a template .gitignore file for git-managed WordPress projects.
#
# Fact: you don't want WordPress core files, or your server-specific
# configuration files etc., in your project's repository. You just don't.
#
<!-- 1 -->
<div id="loginContent">
<div class="cols">
<div class="col">
<div class="cvWrap">
<div class="cv">
<div class="colInner">
<div id="header">
<%= render 'layouts/radio' %>
<div id="logo">
@Wolfr
Wolfr / test
Last active December 11, 2015 23:08
test
# versie 2
<p>1</p>
<p>2</p>
<p>3</p>
<p>4</p>
@Wolfr
Wolfr / Data table
Last active December 15, 2015 12:39
Share Jekyll snippets! (1)
<!--
This snippet uses Jekyll to generate a data table
The data is pseudo randomized using cycle tags
We use the 'for' tag to generate 20 table rows
-->
<table>
<thead>
<tr>
@Wolfr
Wolfr / gist:5332250
Created April 7, 2013 20:01
Gruntfile.js
// Sample grunt-jekyll grunt.js file
// https://github.com/dannygarcia/grunt-jekyll
/*global module:false*/
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
jekyll: {
/**
* Box
*/
.box {
background: red;
}
@Wolfr
Wolfr / require.rb
Created May 14, 2013 07:22
require
module Jekyll
class FileExistsTag < Liquid::Tag
def initialize(tag_name, text, tokens)
super
@text = text
end
def render(context)
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
@Wolfr
Wolfr / de-tijd-userstyle.css
Last active December 17, 2015 17:49
User style to read De Tijd in peace
/*
User style to read De Tijd in peace
Using stylish for chrome to manage my user styles
*/
.articledetail .content {
/* override justified text, justified doesn't work on the web */
text-align: left !important;
/* Make text actually readable without needing page zoom */