This file contains hidden or 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>Rationale Creative</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<link href="css/bootstrap-responsive.css" rel="stylesheet"> |
This file contains hidden or 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"> | |
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<title>{{ page.title }}</title> | |
<link rel="stylesheet" href="{{ site.baseurl }}/css/application.css"> | |
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css"> |
This file contains hidden or 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
@import "compass"; | |
$circle-bg: blue; | |
$circle-meter: green; | |
//$animation helpers | |
// @private css3-feature-support variables must always include a list of five boolean values | |
// representing in order: -moz, -webkit, -o, -ms, -khtml. | |
$animation-support: -moz, -webkit, -o, not -ms, -khtml; |
This file contains hidden or 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
Joshs-MacBook-Pro:tinypulse jrd02$ rails s | |
/Users/jrd02/.rvm/gems/ruby-1.9.3-p448/gems/railties-3.2.13/lib/rails/script_rails_loader.rb:11: warning: Insecure world writable dir /usr in PATH, mode 040777 | |
/Users/jrd02/.rvm/gems/ruby-1.9.3-p448/gems/bundler-1.3.5/lib/bundler.rb:284: warning: Insecure world writable dir /usr in PATH, mode 040777 | |
=> Booting WEBrick | |
=> Rails 3.2.13 application starting in development on http://0.0.0.0:3000 | |
=> Call with -d to detach | |
=> Ctrl-C to shutdown server | |
Exiting | |
/Users/jrd02/.rvm/gems/ruby-1.9.3-p448/gems/railties-3.2.13/lib/rails/application/configuration.rb:115:in `read': No such file or directory - /Volumes/HDRV/_work/tinypulse/config/database.yml (Errno::ENOENT) | |
from /Users/jrd02/.rvm/gems/ruby-1.9.3-p448/gems/railties-3.2.13/lib/rails/application/configuration.rb:115:in `database_configuration' |
This file contains hidden or 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
/* Portions of Code Borrowed From: http://jsfiddle.net/7C76W/ */ | |
(function() { | |
var gridLocation = '/stylesheets/grid.css'; | |
var CMD = 8, | |
modifiers = 0, | |
gKey = 71; |
This file contains hidden or 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
(function() { | |
window.onload = function() { | |
var body = document.body | |
body.onkeypress = function(e) { | |
if (e.keyCode == 103 || e.charCode == 103) { | |
if( "show" == $("[data-development-grid]").attr("data-development-grid")){ | |
$("[data-development-grid]").attr("data-development-grid", "hide") | |
}else{ | |
$("[data-development-grid]").attr("data-development-grid", "show") | |
} |
This file contains hidden or 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
.hot-1 { | |
text-shadow: 0 -52px 0 rgba(255, 213, 0, 0.2); | |
} | |
.cold-1 { | |
text-shadow: 0 52px 0 rgba(0, 153, 153, 0.2); | |
} | |
.hot-2 { | |
text-shadow: 0 -52px 0 rgba(255, 213, 0, 0.2) , 0 -104px 0 rgba(255, 128, 0, 0.4); |
This file contains hidden or 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
@mixin triangle($color, $size, $side) { | |
@include pseudo; | |
width: $size; | |
height: $size; | |
@include background-image(linear-gradient(top left, $color, $color 49%, transparent 49%)); | |
@if ($side == "right") { | |
right: 0; | |
top: 50%; | |
margin-top: -$size / 2; |
This file contains hidden or 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
// ---- | |
// Sass (v3.3.0.rc.2) | |
// Compass (v1.0.0.alpha.17) | |
// ---- | |
// Base Colors | |
$primary : #00c169; | |
$secondary : #1b95ee; | |
$tertiary : #F3bc4e; |
This file contains hidden or 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
.upload-progress.per90 | |
.pie | |
.first | |
.last |