Initial commit

This commit is contained in:
simon
2017-11-22 19:13:00 -05:00
commit e3ab67e95c
133 changed files with 202341 additions and 0 deletions

4
assets/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

114
assets/css/ie8.css Normal file
View File

@@ -0,0 +1,114 @@
/*
TXT by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
.image {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
.image:before {
display: none;
}
.image img {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Form */
form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* List */
ul.contact li a {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
ul.special a {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Copyright */
#copyright {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Nav */
#nav li a, #nav li span {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Section/Article */
section > .last-child, section.last-child, article > .last-child, article.last-child {
margin-bottom: 0;
}
/* Wrappers */
#banner-wrapper {
background-image: url("../../images/banner.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
}
#banner-wrapper:before {
display: none;
}
/* Nav */
#nav {
background: #f8f8f8;
}
#nav:after {
display: none;
}
.dropotron {
box-shadow: none !important;
-ms-behavior: url("assets/js/ie/PIE.htc");
}
/* Banner */
#banner {
background: #151c17;
}
#banner:before {
display: none;
}

1
assets/css/ie8.min.css vendored Normal file
View File

@@ -0,0 +1 @@
.image{position:relative;-ms-behavior:url("assets/js/ie/PIE.htc")}.image:before{display:none}.image img{position:relative;-ms-behavior:url("assets/js/ie/PIE.htc")}form input[type="text"],form input[type="email"],form input[type="password"],form select,form textarea{position:relative;-ms-behavior:url("assets/js/ie/PIE.htc")}input[type="button"],input[type="submit"],input[type="reset"],button,.button{position:relative;-ms-behavior:url("assets/js/ie/PIE.htc")}ul.contact li a{position:relative;-ms-behavior:url("assets/js/ie/PIE.htc")}ul.special a{position:relative;-ms-behavior:url("assets/js/ie/PIE.htc")}#copyright{position:relative;-ms-behavior:url("assets/js/ie/PIE.htc")}#nav li a,#nav li span{position:relative;-ms-behavior:url("assets/js/ie/PIE.htc")}section>.last-child,section.last-child,article>.last-child,article.last-child{margin-bottom:0}#banner-wrapper{background-image:url("../../images/banner.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;-ms-behavior:url("assets/js/ie/backgroundsize.min.htc")}#banner-wrapper:before{display:none}#nav{background:#f8f8f8}#nav:after{display:none}.dropotron{box-shadow:none !important;-ms-behavior:url("assets/js/ie/PIE.htc")}#banner{background:#151c17}#banner:before{display:none}

55
assets/css/ie9.css Normal file
View File

@@ -0,0 +1,55 @@
/*
Photon by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Header */
#header {
background-image: none;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4fa49a", endColorStr="#4361c2", GradientType=1);
position: relative;
}
#header:before {
background-image: url("images/overlay2.png"), url("images/overlay3.svg");
background-position: top left, center center;
background-size: auto, cover;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#header > * {
position: relative;
z-index: 1;
}
/* Footer */
#footer {
background-image: none;
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4361c2", endColorStr="#4fa49a", GradientType=1);
position: relative;
}
#footer:before {
background-image: url("images/overlay2.png"), url("images/overlay4.svg");
background-position: top left, center center;
background-size: auto, cover;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
#footer > * {
position: relative;
z-index: 1;
}

1
assets/css/ie9.min.css vendored Normal file
View File

@@ -0,0 +1 @@
#header{background-image:none;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4fa49a",endColorStr="#4361c2",GradientType=1);position:relative}#header:before{background-image:url("images/overlay2.png"),url("images/overlay3.svg");background-position:top left,center center;background-size:auto,cover;content:'';height:100%;left:0;position:absolute;top:0;width:100%}#header>*{position:relative;z-index:1}#footer{background-image:none;filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4361c2",endColorStr="#4fa49a",GradientType=1);position:relative}#footer:before{background-image:url("images/overlay2.png"),url("images/overlay4.svg");background-position:top left,center center;background-size:auto,cover;content:'';height:100%;left:0;position:absolute;top:0;width:100%}#footer>*{position:relative;z-index:1}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000px" height="1000px" viewBox="0 0 1000 1000" zoomAndPan="disable">
<style type="text/css"><![CDATA[
.p-4 { fill: rgba(255,255,255,0.16); }
.p-3 { fill: rgba(255,255,255,0.12); }
.p-2 { fill: rgba(255,255,255,0.08); }
.p-1 { fill: rgba(255,255,255,0.04); }
.p0 { fill: none; }
.p1 { fill: rgba(0,0,0,0.025); }
.p2 { fill: rgba(0,0,0,0.05); }
.p3 { fill: rgba(0,0,0,0.075); }
.p4 { fill: rgba(0,0,0,0.1); }
]]></style>
<polygon class="p-4" points="-1125,0 -375,1000 125,1000 -875,0" />
<polygon class="p-3" points="-875,0 125,1000 375,1000 -625,0" />
<polygon class="p-2" points="-625,0 375,1000 625,1000 -375,0" />
<polygon class="p-1" points="-375,0 625,1000 875,1000 -125,0" />
<polygon class="p0" points="-125,0 875,1000 1125,1000 125,0" />
<polygon class="p1" points="125,0 1125,1000 1375,1000 375,0" />
<polygon class="p2" points="375,0 1375,1000 1625,1000 625,0" />
<polygon class="p3" points="625,0 1625,1000 1875,1000 875,0" />
<polygon class="p4" points="875,0 1875,1000 2125,1000 1125,0" />
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -0,0 +1,22 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1000px" height="1000px" viewBox="0 0 1000 1000" zoomAndPan="disable">
<style type="text/css"><![CDATA[
.p-4 { fill: rgba(255,255,255,0.16); }
.p-3 { fill: rgba(255,255,255,0.12); }
.p-2 { fill: rgba(255,255,255,0.08); }
.p-1 { fill: rgba(255,255,255,0.04); }
.p0 { fill: none; }
.p1 { fill: rgba(0,0,0,0.025); }
.p2 { fill: rgba(0,0,0,0.05); }
.p3 { fill: rgba(0,0,0,0.075); }
.p4 { fill: rgba(0,0,0,0.1); }
]]></style>
<polygon class="p4" points="-1125,0 -375,1000 125,1000 -875,0" />
<polygon class="p3" points="-875,0 125,1000 375,1000 -625,0" />
<polygon class="p2" points="-625,0 375,1000 625,1000 -375,0" />
<polygon class="p1" points="-375,0 625,1000 875,1000 -125,0" />
<polygon class="p0" points="-125,0 875,1000 1125,1000 125,0" />
<polygon class="p-1" points="125,0 1125,1000 1375,1000 375,0" />
<polygon class="p-2" points="375,0 1375,1000 1625,1000 625,0" />
<polygon class="p-3" points="625,0 1625,1000 1875,1000 875,0" />
<polygon class="p-4" points="875,0 1875,1000 2125,1000 1125,0" />
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

2873
assets/css/main.css Normal file

File diff suppressed because it is too large Load Diff

1
assets/css/main.min.css vendored Normal file

File diff suppressed because one or more lines are too long