Skip to content

Commit

Permalink
add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunjain committed Dec 22, 2014
1 parent 7f5c79b commit 8a43e53
Show file tree
Hide file tree
Showing 31 changed files with 1,373 additions and 24 deletions.
4 changes: 4 additions & 0 deletions assets/css/font-awesome.min.css

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions assets/css/ie/PIE.htc

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/css/ie/backgroundsize.min.htc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<component lightWeight="true">
<attach event="onpropertychange" onevent="handlePropertychange()" />
<attach event="ondetach" onevent="restore()" />
<attach event="onresize" for="window" onevent="handleResize()" />
<script type="text/javascript">
var rsrc=/url\(["']?(.*?)["']?\)/,positions={top:0,left:0,bottom:1,right:1,center:0.5},doc=element.document;init(); function init(){var b=doc.createElement("div"),a=doc.createElement("img"),c,d;b.style.position="absolute";b.style.zIndex=-1;b.style.top=0;b.style.right=0;b.style.left=0;b.style.bottom=0;b.style.overflow="hidden";a.style.position="absolute";a.style.width=a.style.width="auto";b.appendChild(a);element.insertBefore(b,element.firstChild);d=[element.currentStyle.backgroundPositionX,element.currentStyle.backgroundPositionY];element.bgsExpando=c={wrapper:b,img:a,backgroundSize:element.currentStyle["background-size"], backgroundPositionX:positions[d[0]]||parseFloat(d[0])/100,backgroundPositionY:positions[d[1]]||parseFloat(d[1])/100};"auto"==element.currentStyle.zIndex&&(element.style.zIndex=0);"static"==element.currentStyle.position&&(element.style.position="relative");refreshDisplay(element,c)&&(refreshDimensions(element,c),refreshBackgroundImage(element,c,function(){updateBackground(element,c)}))} function refreshDisplay(b,a){var c=b.currentStyle.display;c!=a.display&&(a.display=c,a.somethingChanged=!0);return"none"!=c}function refreshDimensions(b,a){var c=b.offsetWidth-(parseFloat(b.currentStyle.borderLeftWidth)||0)-(parseFloat(b.currentStyle.borderRightWidth)||0),d=b.offsetHeight-(parseFloat(b.currentStyle.borderTopWidth)||0)-(parseFloat(b.currentStyle.borderBottomWidth)||0);if(c!=a.innerWidth||d!=a.innerHeight)a.innerWidth=c,a.innerHeight=d,a.somethingChanged=!0} function refreshBackgroundImage(b,a,c){var d=a.img,e=(rsrc.exec(b.currentStyle.backgroundImage)||[])[1];if(e&&e!=a.backgroundSrc){a.backgroundSrc=e;a.somethingChanged=!0;d.onload=function(){var b=d.width,e=d.height;1==b&&1==e||(a.imgWidth=b,a.imgHeight=e,a.constrain=!1,c(),d.style.visibility="visible",d.onload=null)};d.style.visibility="hidden";d.src=a.backgroundSrc;if(d.readyState||d.complete)d.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==",d.src=a.backgroundSrc;a.ignoreNextPropertyChange= !0;b.style.backgroundImage="none"}else c()} function updateBackground(b,a){if(a.somethingChanged){var c=a.img,d=a.innerWidth/a.innerHeight,e=a.imgWidth/a.imgHeight,f=a.constrain;"contain"==a.backgroundSize?e>d?(a.constrain=d="width",e=Math.floor((a.innerHeight-a.innerWidth/e)*a.backgroundPositionY),c.style.top=e+"px",d!=f&&(c.style.width="100%",c.style.height="auto",c.style.left=0)):(a.constrain=d="height",e=Math.floor((a.innerWidth-a.innerHeight*e)*a.backgroundPositionX),c.style.left=e+"px",d!=f&&(c.style.width="auto",c.style.height="100%", c.style.top=0)):"cover"==a.backgroundSize&&(e>d?(a.constrain=d="height",e=Math.floor((a.innerHeight*e-a.innerWidth)*a.backgroundPositionX),c.style.left=-e+"px",d!=f&&(c.style.width="auto",c.style.height="100%",c.style.top=0)):(a.constrain=d="width",e=Math.floor((a.innerWidth/e-a.innerHeight)*a.backgroundPositionY),c.style.top=-e+"px",d!=f&&(c.style.width="100%",c.style.height="auto",c.style.left=0)));a.somethingChanged=!1}} function handlePropertychange(){var b=element.bgsExpando;b.ignoreNextPropertyChange?b.ignoreNextPropertyChange=!1:refreshDisplay(element,b)&&(refreshDimensions(element,b),refreshBackgroundImage(element,b,function(){updateBackground(element,b)}))}function handleResize(){var b=element.bgsExpando;"none"!=b.display&&(refreshDimensions(element,b),updateBackground(element,b))} function restore(){var b=element.bgsExpando;try{element.style.backgroundImage="url('"+b.backgroundSrc+"')",element.removeChild(b.wrapper),element.bgsExpando=null}catch(a){}};
</script>
8 changes: 8 additions & 0 deletions assets/css/ie/html5shiv.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions assets/css/ie/v8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pre, code { position: relative;-ms-behavior: url("css/ie/PIE.htc");}
input[type="text"], input[type="password"], input[type="email"], select, textarea {position: relative;-ms-behavior: url("css/ie/PIE.htc");line-height: 3em;}
input[type="checkbox"], input[type="radio"] {opacity: 1; z-index: auto;}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {display: none;}
input[type="submit"], input[type="reset"], input[type="button"], .button { position: relative;-ms-behavior: url("css/ie/PIE.htc");}
input[type="submit"].alt, input[type="reset"].alt, input[type="button"].alt, .button.alt {border: solid 2px #e5e5e5;}
.box { position: relative; -ms-behavior: url("css/ie/PIE.htc");}
.box .image.featured { margin: 2em 0;width: 100%;}
.icon.major {position: relative;-ms-behavior: url("css/ie/PIE.htc");}
.image {position: relative;-ms-behavior: url("css/ie/PIE.htc");}
.image img {position: relative;-ms-behavior: url("css/ie/PIE.htc");}
#header nav > ul > li a {color: #fff;display: inline-block;text-decoration: none;border: 0;}
#header nav > ul > li a.icon:before {color: #fff;margin-right: 0.5em;}
#header.alt {color: #fff;}
#header.alt nav > ul > li a:not(.button).icon:before {color: rgba(255, 255, 255, 0.75);}
#header.alt nav > ul > li.active a:not(.button) {background-color: rgba(255, 255, 255, 0.2);}
.dropotron {border: solid 1px #e5e5e5;}
.dropotron.level-0 {margin-top: 0;}
.dropotron.level-0:before {display: none;}
#banner {background-attachment: scroll;background-image: url("../../images/banner.jpg");background-position: auto;background-repeat: no-repeat;background-size: cover;-ms-behavior: url("css/ie/backgroundsize.min.htc");}
#banner input[type="submit"], #banner input[type="reset"], #banner input[type="button"], #banner .button {border: solid 2px #fff;}
#main {position: relative;z-index: 1;}
#cta input[type="text"], #cta input[type="password"], #cta input[type="email"], #cta select, #cta textarea { background: #e89980; border: solid 2px #fff;}
#cta .formerize-placeholder {color: #fff !important;}
Binary file added assets/css/images/blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/css/images/overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
250 changes: 250 additions & 0 deletions assets/css/skel.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,250 @@
/* Resets (http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain)) */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

/* Box Model */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* Container */

body {
/* min-width: (containers) */
min-width: 60em;
}

.container {
margin-left: auto;
margin-right: auto;

/* width: (containers) */
width: 60em;
}

/* Modifiers */

/* 125% */
.container.\31 25\25 {
width: 100%;

/* max-width: (containers * 1.25) */
max-width: 75em;

/* min-width: (containers) */
min-width: 60em;
}

/* 75% */
.container.\37 5\25 {

/* width: (containers * 0.75) */
width: 45em;

}

/* 50% */
.container.\35 0\25 {

/* width: (containers * 0.50) */
width: 30em;

}

/* 25% */
.container.\32 5\25 {

/* width: (containers * 0.25) */
width: 15em;

}

/* Grid */

.row > * {
float: left;
}

.row:after, .row:before {
content: '';
display: block;
clear: both;
height: 0;
}

.row.uniform > * > :first-child {
margin-top: 0;
}

.row.uniform > * > :last-child {
margin-bottom: 0;
}

/* Gutters */

/* Normal */

.row > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 2em;
}

.row {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -2em;
}

.row.uniform > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 2em 0 0 2em;
}

.row.uniform {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -2em 0 0 -2em;
}

/* 200% */

.row.\32 00\25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 4em;
}

.row.\32 00\25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -4em;
}

.row.uniform.\32 00\25 > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 4em 0 0 4em;
}

.row.uniform.\32 00\25 {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -4em 0 0 -4em;
}

/* 150% */

.row.\31 50\25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 1.5em;
}

.row.\31 50\25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -1.5em;
}

.row.uniform.\31 50\25 > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 1.5em 0 0 1.5em;
}

.row.uniform.\31 50\25 {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -1.5em 0 0 -1.5em;
}

/* 50% */

.row.\35 0\25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 1em;
}

.row.\35 0\25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -1em;
}

.row.uniform.\35 0\25 > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 1em 0 0 1em;
}

.row.uniform.\35 0\25 {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -1em 0 0 -1em;
}

/* 25% */

.row.\32 5\25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0 0 0 0.5em;
}

.row.\32 5\25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0 0 0 -0.5em;
}

.row.uniform.\32 5\25 > * {
/* padding: (gutters.vertical) 0 0 (gutters.vertical) */
padding: 0.5em 0 0 0.5em;
}

.row.uniform.\32 5\25 {
/* margin: -(gutters.vertical) 0 0 -(gutters.vertical) */
margin: -0.5em 0 0 -0.5em;
}

/* 0% */

.row.\30 \25 > * {
/* padding: (gutters.horizontal) 0 0 (gutters.vertical) */
padding: 0;
}

.row.\30 \25 {
/* margin: -(gutters.horizontal) 0 0 -(gutters.vertical) */
margin: 0;
}

/* Cells */

.\31 2u, .\31 2u\24, .\31 2u\28 1\29, .\31 2u\24\28 1\29 { width: 100%; clear: none; }
.\31 1u, .\31 1u\24, .\31 1u\28 1\29, .\31 1u\24\28 1\29 { width: 91.6666666667%; clear: none; }
.\31 0u, .\31 0u\24, .\31 0u\28 1\29, .\31 0u\24\28 1\29 { width: 83.3333333333%; clear: none; }
.\39 u, .\39 u\24, .\39 u\28 1\29, .\39 u\24\28 1\29 { width: 75%; clear: none; }
.\38 u, .\38 u\24, .\38 u\28 1\29, .\38 u\24\28 1\29 { width: 66.6666666667%; clear: none; }
.\37 u, .\37 u\24, .\37 u\28 1\29, .\37 u\24\28 1\29 { width: 58.3333333333%; clear: none; }
.\36 u, .\36 u\24, .\36 u\28 1\29, .\36 u\24\28 1\29 { width: 50%; clear: none; }
.\35 u, .\35 u\24, .\35 u\28 1\29, .\35 u\24\28 1\29 { width: 41.6666666667%; clear: none; }
.\34 u, .\34 u\24, .\34 u\28 1\29, .\34 u\24\28 1\29 { width: 33.3333333333%; clear: none; }
.\33 u, .\33 u\24, .\33 u\28 1\29, .\33 u\24\28 1\29 { width: 25%; clear: none; }
.\32 u, .\32 u\24, .\32 u\28 1\29, .\32 u\24\28 1\29 { width: 16.6666666667%; clear: none; }
.\31 u, .\31 u\24, .\31 u\28 1\29, .\31 u\24\28 1\29 { width: 8.3333333333%; clear: none; }

.\31 2u\24 + *, .\31 2u\24\28 1\29 + *,
.\31 1u\24 + *, .\31 1u\24\28 1\29 + *,
.\31 0u\24 + *, .\31 0u\24\28 1\29 + *,
.\39 u\24 + *, .\39 u\24\28 1\29 + *,
.\38 u\24 + *, .\38 u\24\28 1\29 + *,
.\37 u\24 + *, .\37 u\24\28 1\29 + *,
.\36 u\24 + *, .\36 u\24\28 1\29 + *,
.\35 u\24 + *, .\35 u\24\28 1\29 + *,
.\34 u\24 + *, .\34 u\24\28 1\29 + *,
.\33 u\24 + *, .\33 u\24\28 1\29 + *,
.\32 u\24 + *, .\32 u\24\28 1\29 + *,
.\31 u\24 + *, .\31 u\24\28 1\29 + * {
clear: left;
}

.\-11u { margin-left: 91.6666666667% }
.\-10u { margin-left: 83.3333333333% }
.\-9u { margin-left: 75% }
.\-8u { margin-left: 66.6666666667% }
.\-7u { margin-left: 58.3333333333% }
.\-6u { margin-left: 50% }
.\-5u { margin-left: 41.6666666667% }
.\-4u { margin-left: 33.3333333333% }
.\-3u { margin-left: 25% }
.\-2u { margin-left: 16.6666666667% }
.\-1u { margin-left: 8.3333333333% }
23 changes: 23 additions & 0 deletions assets/css/style-mobile.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
body, input, select, textarea {font-size: 11pt;}
h2 {font-size: 1.75em;line-height: 1.35em;letter-spacing: -0.025em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1em;}
header.major {padding: 1em;}
header.major h2, header.major p {padding-left: 0.5em;padding-right: 0.5em;}
.box {margin: 1em;overflow-x: hidden;padding: 2em 2em !important;}
.box.features .features-row {border-top: 0;padding: 0;}
.box.features .features-row section {border: 0;border-top: solid 1px #e5e5e5 !important;float: none;margin: 2em 0 0 0 !important;padding: 2em 0 0 0 !important;width: 100%;}
.box.features .features-row:first-child section:first-child {border-top: 0 !important;margin-top: 0 !important;padding-top: 0 !important;}
.box .image.featured {margin-left: -2em;width: calc(100% + 4em);}
.box .image.featured:first-child {margin-bottom: 2em;margin-top: -2em;}
.box .image.featured:last-child {margin-bottom: -2em;margin-top: 2em;}
#banner {padding: 4em 0;}
#banner h2 {font-size: 2.25em;}
#banner p {font-size: 1.25em;}
#main {padding: 4em 0 0 0;}
#main > header {margin: 0 2em 1.5em 2em;}
#main > header h2 {font-size: 2em;}
#main > header p {font-size: 1em;padding-bottom: 1em;}
body.landing #main {padding: 0;margin-top: 0;}
#footer {padding: 4em 0;}
#footer .copyright li {border-left: 0;display: block;line-height: 2em;margin-left: 0;padding-left: 0;}
19 changes: 19 additions & 0 deletions assets/css/style-mobilep.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
html, body {min-width: 320px;}
body, input, select, textarea {font-size: 11pt;}
header.major {padding: 0;}
ul.actions {margin: 0 0 2em 0;}
ul.actions li {display: block;padding: 1em 0 0 0;text-align: center;width: 100%;}
ul.actions li:first-child {padding-top: 0;}
ul.actions li > * {width: 100%;margin: 0 !important;}
ul.actions li > *.icon:before {margin-left: -2em;}
ul.actions.small li {padding: 0.5em 0 0 0;}
ul.actions.small li:first-child {padding-top: 0;}
.box {border-radius: 0;box-shadow: none;margin: 1em 0 0 0;padding: 3em 1em !important;}
.box.features .features-row section {margin: 3em 0 0 0 !important;padding: 3em 0 0 0 !important;}
.box .image.featured {border-radius: 0;margin-left: -1em;width: calc(100% + 2em);}
.box .image.featured img {border-radius: 0 !important;}
.box .image.featured:first-child {margin-bottom: 3em;margin-top: -3em;}
.box .image.featured:last-child {margin-bottom: -3em;margin-top: 3em;}
#banner {padding: 5em 1em 4em 1em;}
#main > .box:first-child {margin-top: 0;}
#cta {padding: 2.5em 1em 3em 1em;}
1 change: 1 addition & 0 deletions assets/css/style-narrow.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
body, input, select, textarea {font-size: 11pt;}
23 changes: 23 additions & 0 deletions assets/css/style-narrower.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
body, input, select, textarea {font-size: 11pt;}
h2 br, h3 br, h4 br, h5 br, h6 br {display: none;}
header br {display: none;}
header.major {padding: 0 4em;}
.box {padding: 3em 2em;}
.box.features > section {padding: 3em 2em;}
.box .image.featured {margin-left: -2em;width: calc(100% + 4em);}
.box .image.featured:first-child {margin-bottom: 3em;margin-top: -3em;}
.box .image.featured:last-child {margin-bottom: -3em;margin-top: 3em;}
#skel-layers-wrapper {padding-top: 0;}
#header {display: none;}
#navButton .toggle {text-decoration: none;height: 100%;left: 0;position: absolute;top: 0;width: 100%;}
#navButton .toggle:before {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-family: FontAwesome;font-style: normal;font-weight: normal;text-transform: none !important;}
#navButton .toggle:before {background: rgba(192, 192, 192, 0.75);border-radius: 6px; color: #fff;content: '\f0c9';display: block;font-size: 16px;height: 2.25em;left: 0.5em;line-height: 2.25em;position: absolute;text-align: center;top: 0.5em;width: 3.5em;}
#navPanel {background: #2b2b2b;color: #bbb;}
#navPanel .link {border-bottom: 0;border-top: solid 1px rgba(255, 255, 255, 0.05);color: #bbb;display: block; height: 44px;line-height: 44px;padding: 0 1em 0 1em;text-decoration: none;}
#navPanel .link:first-child {border-top: 0;}
#navPanel .link.depth-0 {color: #fff;}
#navPanel .link .indent-1 {display: inline-block;width: 1em;}
#navPanel .link .indent-2 {display: inline-block;width: 2em;}
#navPanel .link .indent-3 {display: inline-block;width: 3em;}
#navPanel .link .indent-4 {display: inline-block;width: 4em;}
#navPanel .link .indent-5 {display: inline-block;width: 5em;}
4 changes: 4 additions & 0 deletions assets/css/style-normal.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
body, input, select, textarea {font-size: 11pt;}
.dropotron.level-0 {font-size: 1em;}
#banner {background-attachment: scroll;}
#banner h2 {font-size: 3.5em;}
2 changes: 2 additions & 0 deletions assets/css/style-wide.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
body, input, select, textarea {font-size: 13pt;}
#banner {padding: 3em 0 8em 0;}
Loading

0 comments on commit 8a43e53

Please sign in to comment.