Skip to content

Instantly share code, notes, and snippets.

View peterramsing's full-sized avatar

Peter Ramsing peterramsing

View GitHub Profile
@peterramsing
peterramsing / overscroll.html
Created July 16, 2016 05:31
Example of Overscroll
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sticky Footer Example</title>
<style>
* {
margin: 0;
@peterramsing
peterramsing / setupOSX.sh
Created July 8, 2020 18:12 — forked from tylerwalts/setupOSX.sh
This is a bash script to setup Mac OS X defaults on a new mac.
#!/bin/bash
#
# Set up OSX preferences
#
# Inspired by: https://github.com/mathiasbynens/dotfiles/blob/master/.osx
###########################################
# CONFIG
HOSTNAME="machiavellia"
TIMEZONE="America/Chicago" # 'systemsetup -listtimezones'
@peterramsing
peterramsing / careers.js
Last active February 4, 2021 03:16
Translations for Career Site
return [
{
name: 'Animal Care',
identifier: 'animal-care',
},
{
name: 'Athletic Training & Coaching',
identifier: 'athletic-training-coaching',
},
{
.test {
}
@peterramsing
peterramsing / package-list.md
Last active October 23, 2016 06:01
My packages installed in Atom
LostGrid has its roots in creating innovative grids and layouts with from popular grids like Jeet.
LostGrid is now a powerful tool for creating innovative grid layouts.
LostGrid is a community effort maintained by a group of driven developers from all over the world.
* Introduction
* Installation
* Getting Started
* Global Grid Settings
* Basic Columns
* Centering Elements
* Controlling Cycle
* Nesting
* Offsetting Elements
* Alignment
@peterramsing
peterramsing / View Page Layout Development Utility
Last active July 6, 2016 02:36
When you're needing a quick visual for what's happening with the layout on your page during dev, throw this at the top of your stylesheet.
* { background-color: rgba(0, 0, 255, 0.1); }