View index.html
<!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
{ | |
"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
<!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
@charset "utf-8"; | |
/* CSS Document */ | |
/*GLOBAL */ | |
body#home { | |
line-height: 18px; | |
} | |
body { |
View less-sample.less
/* 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
.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; | |
} | |