diff --git a/src/assets/images/AdobeStock_107183629.jpeg b/src/assets/images/AdobeStock_107183629.jpeg new file mode 100644 index 0000000..5c0f400 Binary files /dev/null and b/src/assets/images/AdobeStock_107183629.jpeg differ diff --git a/src/assets/images/FilesImage_WebBanner_1800x600.png b/src/assets/images/FilesImage_WebBanner_1800x600.png new file mode 100644 index 0000000..10fac91 Binary files /dev/null and b/src/assets/images/FilesImage_WebBanner_1800x600.png differ diff --git a/src/assets/images/JDS_faulkner_Logo_NoTextAtBottom.png b/src/assets/images/JDS_faulkner_Logo_NoTextAtBottom.png new file mode 100644 index 0000000..733f309 Binary files /dev/null and b/src/assets/images/JDS_faulkner_Logo_NoTextAtBottom.png differ diff --git a/src/assets/images/ResourceFinderLogo-Heading-RtAlign_10-30-20a.png b/src/assets/images/ResourceFinderLogo-Heading-RtAlign_10-30-20a.png new file mode 100644 index 0000000..c7ec3a1 Binary files /dev/null and b/src/assets/images/ResourceFinderLogo-Heading-RtAlign_10-30-20a.png differ diff --git a/src/assets/images/ResourceFinderLogo-Shadow_TranspBkgrnd_10-30-20a.png b/src/assets/images/ResourceFinderLogo-Shadow_TranspBkgrnd_10-30-20a.png new file mode 100644 index 0000000..c9611f5 Binary files /dev/null and b/src/assets/images/ResourceFinderLogo-Shadow_TranspBkgrnd_10-30-20a.png differ diff --git a/src/assets/images/ResourceFinderLogo_WhiteHeading_10-30-20a.png b/src/assets/images/ResourceFinderLogo_WhiteHeading_10-30-20a.png new file mode 100644 index 0000000..643851a Binary files /dev/null and b/src/assets/images/ResourceFinderLogo_WhiteHeading_10-30-20a.png differ diff --git a/src/assets/pages/styles/Design1.scss b/src/assets/pages/styles/Design1.scss new file mode 100644 index 0000000..2c7d60b --- /dev/null +++ b/src/assets/pages/styles/Design1.scss @@ -0,0 +1,46 @@ +.jumbotron { + padding-top: 3rem; + padding-bottom: 3rem; + margin-bottom: 0; + background-color: #fff; + background-image: url('../../images/FilesImage_WebBanner_1800x600.png'); + background-repeat: no-repeat; + background-position:bottom center; + background-size:cover; +} +@media (min-width: 768px) { + .jumbotron { + padding-top: 6rem; + padding-bottom: 6rem; + } +} + +.jumbotron p:last-child { + margin-bottom: 0; +} + +.jumbotron h1 { + font-weight: 500; + color: rgb(90,90,90); + text-shadow: 0 0 4px rgba (0,0,0,0.5); +} + +.jumbotron .container { + max-width: 40rem; + background: rgba(255,255,255,0.45); + padding: 2rem; + color: white; +} + +.jumbotron p { + color: rgb(55,55,55); +} + +footer { + padding-top: 3rem; + padding-bottom: 3rem; +} + +footer p { + margin-bottom: .25rem; +} \ No newline at end of file diff --git a/src/assets/pages/styles/Design2.scss b/src/assets/pages/styles/Design2.scss new file mode 100644 index 0000000..d620a3b --- /dev/null +++ b/src/assets/pages/styles/Design2.scss @@ -0,0 +1,105 @@ +body { + font-size: .875rem; + } + +.feather { + width: 16px; + height: 16px; + vertical-align: text-bottom; +} + +/* + * Sidebar + */ + +.sidebar { + position: fixed; + top: 0; + bottom: 0; + left: 0; + z-index: 100; /* Behind the navbar */ + padding: 48px 0 0; /* Height of navbar */ + background: #099f4a; + color: #ffffff; + box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1); +} + +@media (max-width: 767.98px) { + .sidebar { + top: 5rem; + } +} + +.sidebar-sticky { + position: relative; + top: 0; + height: calc(100vh - 48px); + padding-top: .5rem; + overflow-x: hidden; + overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ +} + +@supports ((position: -webkit-sticky) or (position: sticky)) { + .sidebar-sticky { + position: -webkit-sticky; + position: sticky; + } +} + +.sidebar .nav-link { + font-weight: 500; + color: #333; +} + +.sidebar .nav-link .feather { + margin-right: 4px; + color: #999; +} + +.sidebar .nav-link.active { + color: #007bff; +} + +.sidebar .nav-link:hover .feather, +.sidebar .nav-link.active .feather { + color: inherit; +} + +.sidebar-heading { + font-size: .75rem; + text-transform: uppercase; +} + +/* + * Navbar + */ + +.navbar-brand { + padding-top: .75rem; + padding-bottom: .75rem; + font-size: 1rem; + background: white; + box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); +} + +.navbar .navbar-toggler { + top: .25rem; + right: 1rem; +} + +.navbar .form-control { + padding: .75rem 1rem; + border-width: 0; + border-radius: 0; +} + +.form-control-dark { + color: #fff; + background-color: rgba(255, 255, 255, .1); + border-color: rgba(255, 255, 255, .1); +} + +.form-control-dark:focus { + border-color: transparent; + box-shadow: 0 0 0 3px rgba(255, 255, 255, .25); +} \ No newline at end of file diff --git a/src/assets/pages/styles/Design3.scss b/src/assets/pages/styles/Design3.scss new file mode 100644 index 0000000..2c7d60b --- /dev/null +++ b/src/assets/pages/styles/Design3.scss @@ -0,0 +1,46 @@ +.jumbotron { + padding-top: 3rem; + padding-bottom: 3rem; + margin-bottom: 0; + background-color: #fff; + background-image: url('../../images/FilesImage_WebBanner_1800x600.png'); + background-repeat: no-repeat; + background-position:bottom center; + background-size:cover; +} +@media (min-width: 768px) { + .jumbotron { + padding-top: 6rem; + padding-bottom: 6rem; + } +} + +.jumbotron p:last-child { + margin-bottom: 0; +} + +.jumbotron h1 { + font-weight: 500; + color: rgb(90,90,90); + text-shadow: 0 0 4px rgba (0,0,0,0.5); +} + +.jumbotron .container { + max-width: 40rem; + background: rgba(255,255,255,0.45); + padding: 2rem; + color: white; +} + +.jumbotron p { + color: rgb(55,55,55); +} + +footer { + padding-top: 3rem; + padding-bottom: 3rem; +} + +footer p { + margin-bottom: .25rem; +} \ No newline at end of file diff --git a/src/assets/pages/styles/theme2.scss b/src/assets/pages/styles/theme2.scss new file mode 100644 index 0000000..4b8075f --- /dev/null +++ b/src/assets/pages/styles/theme2.scss @@ -0,0 +1,14 @@ +$theme-colors: ( + "primary": #099f4a, + "secondary": #103171, + "success": #e1e1e1, + "info": #f9f9f9, + "warning": #303033 +); + +$enable-rounded: true !default; + +@import "node_modules/bootstrap/scss/bootstrap"; +@import "node_modules/bootstrap/scss/functions"; +@import "node_modules/bootstrap/scss/variables"; +@import "node_modules/bootstrap/scss/mixins"; \ No newline at end of file diff --git a/src/assets/pages/styles/theme3.scss b/src/assets/pages/styles/theme3.scss new file mode 100644 index 0000000..5be9eab --- /dev/null +++ b/src/assets/pages/styles/theme3.scss @@ -0,0 +1,14 @@ +$theme-colors: ( + "primary": #393939, + "secondary": #e1e4e8, + "success": #e1e1e1, + "info": #507CBF, + "warning": #F9E3D3 +); + +$enable-rounded: true !default; + +@import "node_modules/bootstrap/scss/bootstrap"; +@import "node_modules/bootstrap/scss/functions"; +@import "node_modules/bootstrap/scss/variables"; +@import "node_modules/bootstrap/scss/mixins"; \ No newline at end of file