diff --git a/Readme.md b/Readme.md index 56df8a0..69510ac 100644 --- a/Readme.md +++ b/Readme.md @@ -1,14 +1,17 @@ -# Imperial - Free One Page Bootstrap Template +# ENPaul Landing Page -*Thanks for downloading!* +This is my personal front-end landing page hosted on my Digital Ocean Droplet, at (https://enpaul.net). -[BootstrapMade](https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/) is the author of this template. +The `_archive` directory has all the previous iterations of this website, dating back even before it was in source control. The `_archive` directory could be considered documentation of my indecisive nature. -Get more [free templates](https://themewagon.com/theme_tag/free/) from [ThemeWagon](https://themewagon.com/) +The `_error` directory has self-contained custom error pages for displaying `HTTP 400` and `HTTP 500` errors in the style of the rest of the site. - +## License + +The contents of this repository are licensed under the [MIT License](https://opensource.org/licenses/MIT). See the `license.md` file for more information. + +*Additional libraries, components, and frameworks used in this repository may be licensed under different terms.* + +## Credits + +This website is built on the [Imperial Template](https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/) published by [BootstrapMade.com](https://bootstrapmade.com). diff --git a/css/style.css b/css/style.css index 5cfe228..8c6eff4 100644 --- a/css/style.css +++ b/css/style.css @@ -471,7 +471,7 @@ body.mobile-nav-active #mobile-nav-toggle { .section-title-divider { width: 50px; height: 3px; - background: #1a82d8; + background: #003777; margin: 0 auto; margin-bottom: 20px; } @@ -531,10 +531,10 @@ body.mobile-nav-active #mobile-nav-toggle { } #network .service-item:hover .service-icon { - border: 1px solid #1a82d8; + border: 1px solid #003777; outline: 0; color: white; - background-color: #1a82d8; + background-color: #003777; } #network .service-item:hover .service-icon i { @@ -556,7 +556,7 @@ body.mobile-nav-active #mobile-nav-toggle { } #network .service-item:hover .service-title a { - color: #1a82d8; + color: #003777; } #network .service-title { @@ -841,10 +841,10 @@ body.mobile-nav-active #mobile-nav-toggle { .btn-default:hover, .btn-default:focus { - border: 1px solid #1a82d8; + border: 1px solid #003777; outline: 0; color: white; - background-color: #1a82d8; + background-color: #003777; } /*-------------------------------------------------------------- diff --git a/index.html b/index.html index 93a2fc0..bd88475 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ - ENPaul Homepage + ENPaul diff --git a/license.md b/license.md new file mode 100644 index 0000000..433a950 --- /dev/null +++ b/license.md @@ -0,0 +1,7 @@ +## Copyright 2018 Ethan Paul + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +**THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.**