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
; You will need to update line 7 with the proper CNAME given to you when setting your Google Apps account for this domain. | |
; A Records | |
@ 1800 IN A 222.222.22.222 | |
; CNAME Records | |
xxxxxxxxxxxxxxxxxxxxxx 604800 IN CNAME google.com | |
docs 3600 IN CNAME ghs.google.com | |
calendar 3600 IN CNAME ghs.google.com | |
mail 3600 IN CNAME ghs.google.com |
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
<div id='showroom'> | |
<div class='cars'> | |
<div class='car bentley'> | |
<a href="#"><img alt="Bentley" src="/images/app/showroom/bentley.png?1238903520" /></a> | |
</div> | |
<div class='car mini_cooper'> | |
<a href="#"><img alt="Mini_cooper" src="/images/app/showroom/mini_cooper.png?1238903538" /></a> | |
</div> | |
<div class='car land_rover'> |
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
.person.vcard.clearfix | |
= image_tag("/images/photo.jpg", :class => "photo") | |
.info | |
%h3.fn First Last | |
%p.title Title | |
%p.email= mail_to "[email protected]" | |
.bio | |
%p The vitality of conceptual synergies is of supreme importance whenever single-loop learning strategies go wrong, in order to build a shared view of what can be improved. The components and priorities for the change program building flexibility through spreading knowledge and self-organization, empowerment of all personnel, not just key operatives. Exploitation of core competencies as an essential enabler, by adopting project appraisal through incremental cash flow analysis. | |
/* ----------------------------------------------------- |
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
/* ----------------------------------------------------- | |
P.I.E. FLOAT CLEARING | |
www.positioniseverything.net/easyclearing.html | |
----------------------------------------------------- */ | |
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } | |
/* Fixes IE/Mac */ | |
.clearfix { display: inline-block; } | |
/* Hides from IE-mac \*/ |
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
// I'm on the outside | |
hostname = window.location.hostname | |
$("a[href^=http]") | |
.not("a[href*='" + hostname + "']") | |
.addClass('link external') | |
.attr('target', '_blank'); |
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 PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<!-- | |
_/ _/ _/ _/_/ _/ _/ | |
_/ _/ _/_/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/_/ _/_/_/ _/ _/_/_/_/ _/_/ _/_/_/ | |
_/_/_/_/ _/ _/ _/ _/ _/ _/ _/ _/_/ _/ _/ _/_/_/_/ _/ _/_/_/_/ _/ _/ | |
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ | |
_/ _/ _/_/_/ _/ _/ _/_/_/ _/_/_/ _/ _/_/_/ _/ _/_/ _/_/_/ _/_/_/ | |
--> |
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
%h1 Terms of Service | |
%p You must agree to the TOS in order to submit this form. | |
%p | |
%input{:type => "checkbox", :id => "agree_to_tos"} | |
%p | |
= submit_tag "Process Payment", :id => "submit_if_agree_to_tos" |
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
=rounded(!pixels) | |
border-radius = !pixels | |
-moz-border-radius = !pixels | |
-webkit-border-radius = !pixels | |
=rounded_top(!pixels) | |
border-top-left-radius = !pixels | |
-moz-border-radius-topleft = !pixels | |
-webkit-border-top-left-radius = !pixels | |
border-top-right-radius = !pixels |
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
:erb | |
<!DOCTYPE html> | |
/ Set the DOCTYPE to HTML5 |
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
[16:52][adamstac@AS-MBP15:~/Code/Clients/Blah(71)]$ css2sass -a public/stylesheets/layout.css app/stylesheets/layout.sass | |
Invalid CSS on line 8: expected ":" | |
[16:52][adamstac@AS-MBP15:~/Code/Clients/Blah(71)]$ |
OlderNewer