Skip to content

Instantly share code, notes, and snippets.

/**
* Powered by parallax - The ultimative parallax script for Contao
*
* Copyright ©2012-2013 by MEN AT WORK <info@men-at-work.de>
* Visit the agency website at http://www.men-at-work.de for more information
*
* @package ParallaxXtend
* @copyright MEN AT WORK
* @link http://www.contao-parallax.com
* @license EULA

Keybase proof

I hereby claim:

  • I am andreasisaak on github.
  • I am andreasisaak (https://keybase.io/andreasisaak) on keybase.
  • I have a public key whose fingerprint is 2A85 BA6A 9EA0 6AF7 A9E8 5A18 28C6 CD10 46A0 5FD2

To claim this, I am signing this object:

@andreasisaak
andreasisaak / fe_page.html5
Created June 5, 2014 19:34
footerStickAlt
<?php $this->extend('fe_page'); ?>
<?php $this->block('footer'); $this->endblock(); ?>
<?php $this->block('body'); ?>
<?php $this->parent(); ?>
<?php if ($this->footer): ?>
<footer id="footer">
<div class="inside">
<?php echo $this->footer; ?>
</div>
@andreasisaak
andreasisaak / development.scss
Created June 12, 2014 10:19
Example usage: show the red bordered body only in development mode
@if compass-env() == 'development' {
body {
border:1px solid red;
}
}
@import "compass";
/*
* Including retina images
* Based on https://gist.github.com/twe4ked/1432554
*
* How to use:
* @include background-image-retina('foobar', 'png', 10px, 20px);
*/
@mixin background-image-retina($file, $type, $width, $height) {
/*
* Example media queries
*
* max-width
* @include breakpoint(500)
* @media screen and (max-width: 500px)
*
* min-width
* @include breakpoint(500, min)
* @media screen and (min-width: 500px)
/*
* Normalize the icon font
*/
@mixin normalize-icon-font($font-family) {
font-family:$font-family;
speak:none;
font-style:normal;
font-weight:normal;
font-variant:normal;
text-transform:none;
/*
* Reset the box-shadow
*/
@mixin reset-box-shadow {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
@andreasisaak
andreasisaak / composer.json
Created June 26, 2014 11:12
Reference single commit in composer
"isotope/isotope-core": "dev-develop#1ab3bfb62b99349d80722ffa05c4b9f7502cf003 as 2.1.3"
@andreasisaak
andreasisaak / gist:c4f86210dcdd9f90ab13
Created August 6, 2014 16:25
OP and autoinvite on irc
/msg ChanServ flags #channel username +AOiov