See my shell script I use to do this now: https://github.com/peterramsing/computer-setup/blob/master/install-atom-packages.sh
View careers.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return [ | |
{ | |
name: 'Animal Care', | |
identifier: 'animal-care', | |
}, | |
{ | |
name: 'Athletic Training & Coaching', | |
identifier: 'athletic-training-coaching', | |
}, | |
{ |
View setupOSX.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Set up OSX preferences | |
# | |
# Inspired by: https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
########################################### | |
# CONFIG | |
HOSTNAME="machiavellia" | |
TIMEZONE="America/Chicago" # 'systemsetup -listtimezones' |
View test.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.test { | |
} |
View overscroll.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Sticky Footer Example</title> | |
<style> | |
* { | |
margin: 0; |
View lostgrid-site-about
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
View lostgrid-site-docs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Introduction | |
* Installation | |
* Getting Started | |
* Global Grid Settings | |
* Basic Columns | |
* Centering Elements | |
* Controlling Cycle | |
* Nesting | |
* Offsetting Elements | |
* Alignment |
View View Page Layout Development Utility
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* { background-color: rgba(0, 0, 255, 0.1); } |