Skip to content

Instantly share code, notes, and snippets.

View patlaughlin's full-sized avatar

Patrick Laughlin patlaughlin

View GitHub Profile

Keybase proof

I hereby claim:

  • I am patlaughlin on github.
  • I am shakabrah (https://keybase.io/shakabrah) on keybase.
  • I have a public key ASDpVvlrwgv6kw7a-UB4iUct5wzETG2wjqJJFky4AvCamAo

To claim this, I am signing this object:

@patlaughlin
patlaughlin / vertically_centered_bg
Created December 5, 2012 14:15
Vertically Centered Background Image
backgroundResize = function() {
var img = $('#home .content img');
var imgHeight = img.height();
var imgWidth = img.width();
var wHeight = theWindow.height();
var wWidth = theWindow.width();
var visibleHeight = wHeight / imgHeight;
var visibleWidth = theWindow.width() / img.width();
img.css('margin-left', -imgWidth * 0.5);
@patlaughlin
patlaughlin / responsive-calculator.scss
Created September 18, 2012 13:07
General Sass calculator used for finding percentages (target / context )
@function perc($width, $container-width: $max-width) {
@return percentage($width / $container-width);
}
@patlaughlin
patlaughlin / index.html
Created July 31, 2012 02:23
A web page created at CodePen.io.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by patlaughlin</title>
<!--
Copyright (c) 2012 Patrick Laughlin, http://codepen.io/patlaughlin
Permission is hereby granted, free of charge, to any person obtaining
@patlaughlin
patlaughlin / index.html
Created July 31, 2012 02:23
A web page created at CodePen.io.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by patlaughlin</title>
<!--
Copyright (c) 2012 Patrick Laughlin, http://codepen.io/patlaughlin
Permission is hereby granted, free of charge, to any person obtaining
@patlaughlin
patlaughlin / index.html
Created July 31, 2012 02:23
A web page created at CodePen.io.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>CodePen &middot; A Pen by patlaughlin</title>
<!--
Copyright (c) 2012 Patrick Laughlin, http://codepen.io/patlaughlin
Permission is hereby granted, free of charge, to any person obtaining