Skip to content

Instantly share code, notes, and snippets.

View allisoncassels's full-sized avatar

allisoncassels

View GitHub Profile
<!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>
{
"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"
},
<!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>
@charset "utf-8";
/* CSS Document */
/*GLOBAL */
body#home {
line-height: 18px;
}
body {
/* 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;
@allisoncassels
allisoncassels / sass-sample.sass
Last active October 9, 2017 17:44
sass sample
.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;
}