Add current version of files

Excluding the dependencies with .gitignore
This commit is contained in:
Neil Brommer 2017-08-27 16:38:39 -07:00
parent c04a16b941
commit 93d884285b
9 changed files with 423 additions and 1 deletions

40
css/main.css Normal file
View file

@ -0,0 +1,40 @@
:root {
--main-color: #3f51b5;
--main-dark-color: #002984;
--main-light-color: #757de8;
}
body {
/*min-height: 2000px;*/
padding-top: 70px;
padding-bottom: 40px;
}
.navbar, .fixed-top {
background-color: var(--main-color) !important;
box-shadow: 0 0 8px rgba(0,0,0,0.12),0 8px 8px rgba(0,0,0,0.24);
border-bottom: var(--main-dark-color) 1px solid;
}
li.col-md-6 {
padding-left: 0px;
}
.cover {
text-align: center;
}
.cover-page {
background: url(../img/EWU_Campus_Pic.jpg) no-repeat center center fixed;
background-size: cover;
height: 100%;
}
iframe {
width: 100%;
min-width: 325px;
}
#foxyform_embed_link_892533 {
width: auto !important;
}