Skip to content

Instantly share code, notes, and snippets.

View floq-design's full-sized avatar

James Hobson floq-design

View GitHub Profile
### Keybase proof
I hereby claim:
* I am floq-design on github.
* I am floqdesign (https://keybase.io/floqdesign) on keybase.
* I have a public key ASCuP3MLsTzLyOl44lHwdmAPEEkbQZJ8AL4UJdg5XyF--wo
To claim this, I am signing this object:
@floq-design
floq-design / Three Wise Monkeys.md
Created August 3, 2016 09:46 — forked from malarkey/Three Wise Monkeys.md
Three Wise Monkeys (NDA)

Date: [date]

Between us [company name] and you [customer name].

Summary:

In short; neither of us will share any confidential information about each-other, by any means, with anyone else.

What’s confidential information?

@floq-design
floq-design / Contract Killer 3.md
Created August 3, 2016 07:36 — forked from malarkey/Contract Killer 3.md
The latest version of my ‘killer contract’ for web designers and developers

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Original post

@floq-design
floq-design / pauseSongbird.applescript
Last active December 29, 2015 15:59
Pause Songbird with AppleScript
to pauseSongbird()
tell application "System Events"
tell process "Songbird"
tell menu bar 1
tell menu bar item "Controls"
tell menu "Controls"
set state to get name of menu item 1
-- display dialog state
if state is equal to "Pause" then
click menu item 1
@floq-design
floq-design / _responsiveslides.scss
Created September 6, 2013 13:12
Responsiveslide.js SCSS
/*! http://responsiveslides.com v1.54 by @viljamis */
.rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
@floq-design
floq-design / _nivoslider.scss
Last active December 22, 2015 10:09
Nivo Slider SASS
/*
* jQuery Nivo Slider v3.2
* http://nivo.dev7studios.com
*
* Copyright 2012, Dev7studios
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* The Nivo Slider styles */
@floq-design
floq-design / _woocommerce.scss
Last active December 18, 2015 15:29
woocommerce.scss from CSS using Compass
// @import "mixins";
@mixin darkorlighttextshadow($a, $opacity: 0.8) {
@if lightness($a) >= 65% {
@include text-shadow( 0, -1px, 0, rgba(0,0,0,$opacity) );
}
@else {
@include text-shadow( 0, 1px, 0, rgba(255,255,255,$opacity) );
}
}
@floq-design
floq-design / _jquery.lightbox.scss
Created June 6, 2013 16:36
Jquery Lightbox CSS to SCSS with compass
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
@floq-design
floq-design / _flexslider.scss
Created June 1, 2013 08:29
Flexslider v2.0 CSS ported to SCSS
/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
@floq-design
floq-design / gist:5540808
Created May 8, 2013 14:27
List maker using javascript to output to HTML.
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>List Maker</title>
<script>
var prefix = "bingo_", // prefix
extension = ".bmp", // file extension
suffix = " 9", // output suffix
countStart = 10, // start number