Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
carmellolb committed Apr 25, 2019
1 parent c6c5f93 commit 92805ce
Show file tree
Hide file tree
Showing 90 changed files with 20,710 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/bs.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/font-awesome.min.css

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions css/icons.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
@font-face {
font-family: 'icomoon';
src:url('//fonts/icomoon.eot?-6gpdqs');
src:url('/fonts/icomoon.eot?#iefix-6gpdqs') format('embedded-opentype'),
url('/fonts/icomoon.woff2?-6gpdqs') format('woff2'),
url('/fonts/icomoon.ttf?-6gpdqs') format('truetype'),
url('/fonts/icomoon.woff?-6gpdqs') format('woff'),
url('/fonts/icomoon.svg?-6gpdqs#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
font-size:41px;
color:#364656;
cursor:pointer;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
content: "\e606";
}
.icon-facebook:before {
content: "\e600";
}
.icon-heart:before {
content: "\e601";
}
.icon-menu:before {
content: "\e602";
}
.icon-share:before {
content: "\e603";
}
.icon-twitter:before {
content: "\e604";
}
.icon-upload:before {
content: "\e605";
}
116 changes: 116 additions & 0 deletions css/reveal.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
body {

}

.title {
font-size: 28px;
text-align: center;
color: #fff;
margin-bottom: 30px;
}

.toolbar {
text-align: center;
}

.btn {

padding: 1rem 2rem;
background-color: rgba(255,255,255,0.2);;
color: #fff;
border: 0;
box-shadow: rgba(0, 0, 0, 0.47) -1px 8px 23px 0px;
transition: all 200ms ease;
}
.btn.btn-round {
border-radius: 10px;
}
.btn:focus {
outline: none;
}
.btn:active {
box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.1);
}
.btn:hover {
color: #fff!important;
box-shadow: rgba(0, 0, 0, 0.56) 0px 6px 23px 0px;
border-radius: 0;
}
.btn-blue {
background-color: #0078D7;
}
.btn-red {
background-color: #e81123;
}
.btn-green {
background-color: #10893E;
}
.btn-black {
background-color: #333;
}
.btn-yellow {
background-color: #FFB900;
}


.btn-border {
display: inline-block;
margin: 5px;
}
.btn-border .btn {
display: block;
}

.btn-border.btn-round {
border-radius: 10px;
}
.btn-border.btn-round .btn {
border-radius: 10px;
}































.ref {
position: fixed;
z-index: 10000;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
color: #fff;
padding: 1rem 0;
background-image: linear-gradient(135deg, rgba(60, 88, 173, 0.8), rgba(41, 152, 172, 0.8));
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}
.ref a {
color: #fff;
}
97 changes: 97 additions & 0 deletions css/sfw.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
/*********************************************************************************/
/* Simple Fluent Web CSS */
/*********************************************************************************/


/*********************************************************************************/
/* Buttons */
/*********************************************************************************/

.btn {
margin-top: 8px!important;
margin-bottom: 8px!important;
background: #dcdcdc!important;
padding: 5px!important;
border-radius: 0!important;
box-shadow: rgba(0, 0, 0, 0.24) -1px 8px 23px!important;
}

.btn-info.active.focus, .btn-info.active:focus,
.btn-info.active:hover, .btn-info:active.focus,
.btn-info:active:focus, .btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
border:none!important;
color: #000!important;
}


/*********************************************************************************/
/* Banners */
/*********************************************************************************/

#banner {
padding: 0!important;
margin-top: 40px!important;
margin-left: 2px!important;
}


/*********************************************************************************/
/* Bootstrap Modals */
/*********************************************************************************/

.modal-content {
box-shadow: 0 6px 23px 0 rgba(0,0,0,.26)!important;
border-radius: 0!important;
}

.modal-header {
background-image: url(/images/image5.png)!important;
padding-bottom: 10px!important;
padding-top: 10px!important;
box-shadow: 0 6px 23px 0 rgba(0,0,0,.26)!important;
}

.modal-header .close {
width: 50px!important;
height: 43px!important;
opacity: 100!important;
margin-top: -10px!important;
margin-right: -15px!important;
margin-bottom: -10px!important;
}

.close:focus, .close:hover {
background-color: #DE061A!important;
}

/*********************************************************************************/
/* Navigation Bars, Tabs, and Sidebars */
/*********************************************************************************/

.navbar-default {
background-color: transparent!important;
border: none!important;
border-radius: 0!important;
margin-left: -15px!important;
margin-top: -15px!important;
padding-bottom: 80px!important;
margin-bottom: -45px!important;
}

.sidebar-nav {
box-shadow: 0 6px 23px 0 rgba(0,0,0,.26)!important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
border-bottom: 3px solid #0078D7!important;
padding-bottom: 6!important;
}

.nav-tabs {
border: none!important;
background-image: url(/images/image8.png)!important;
box-shadow: 0 6px 23px 0 rgba(0,0,0,.26)!important;
}
102 changes: 102 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body {
font-family: 'Source Sans Pro', sans-serif;
}

img {
max-width: 100%;
height: auto;
}

.site-header {
position: fixed;
top: 0;
right: 0;
left: 0;
background: #000;
z-index: 99;
box-shadow: 0 0 0.125em 0 rgba(0, 0, 0, 0.5);
overflow: hidden;
max-height: 4em;
}
.site-header::after {
background: rgba(255, 255, 255, 0.5);
position: absolute;
display: block;
content: '';
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 4;
}

.site-title, .site-menu {
position: absolute;
top: 50%;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
left: 1em;
font-weight: bold;
clear: none;
display: inline-block;
vertical-align: bottom;
width: intrinsic;
z-index: 5;
}

.site-title {
font-size: 1.3em;
}

.site-menu {
left: auto;
right: 1em;
font-weight: normal;
}
.site-menu a {
font-size: 16px;
color: #000;
text-decoration: none;
}

.site-content {
position: relative;
z-index: 1;
}

.article-header {
position: relative;
}

.article-title {
position: absolute;
top: 50%;
left: 0;
right: 0;
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 4.5em;
line-height: 1;
color: #fff;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.75);
text-align: center;
}

.article-content {
padding: 1em;
max-width: 30em;
margin: 0 auto;
}
.article-content p {
margin-bottom: 1em;
}
Loading

0 comments on commit 92805ce

Please sign in to comment.