View index.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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="description" content="An Orange County, CA-based full-service Certified Public Accounting and management consulting firm that specializes in helping individual business owners and businesses."> | |
<meta name="author" content=""> | |
<link rel="shortcut icon" href="http://www.cpafirm.net/favicon.ico" type="image/x-icon"> | |
<title>Abregov Parrino LLC | Certified Public Accountants + Business Advisors</title> |
View json-sample.json
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
{ | |
"Theme": "003", | |
"ThemeUrl": "images/themes/", | |
"Site": { | |
"CompanyName": "FastPlumber", | |
"Logo" : "/logo.png", | |
"Description" : "The Fastest Plumber in Caprica City, Zip 90010", | |
"Url" : "http://www.fastplumber.com", | |
"CompanyPhone" : "(800) 555-1234" | |
}, |
View html-sample.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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<meta name="description" content="An Orange County, CA-based full-service Certified Public Accounting and management consulting firm that specializes in helping individual business owners and businesses."> | |
<meta name="author" content=""> | |
<link rel="shortcut icon" href="http://www.cpafirm.net/favicon.ico" type="image/x-icon"> | |
<title>Abregov Parrino LLC | Certified Public Accountants + Business Advisors</title> |
View css-sample.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
@charset "utf-8"; | |
/* CSS Document */ | |
/*GLOBAL */ | |
body#home { | |
line-height: 18px; | |
} | |
body { |
View less-sample.less
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
/* LESS Document */ | |
#map-nav { | |
.make-sm-column(6); | |
.make-sm-column-pull(3); | |
clear: both; | |
background-color: @lightest-bg; | |
margin: 25px 0 0 0; | |
padding: 0px 15px; | |
View sass-sample.sass
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
.banner_styles { | |
@include grid-row(); | |
max-width: $banner-width; | |
text-align: center; | |
padding: rem-calc(60) rem-calc(30) 0 rem-calc(30); | |
.banner_slider { | |
text-align: center; | |
} | |