Changed page title, css color tweaks, added license and updated readme

Este commit está contenido en:
Ethan N. Paul 2018-02-04 20:28:57 -05:00
padre 136126a4d5
commit 3bb9a1e91e
Se han modificado 4 ficheros con 27 adiciones y 17 borrados

Ver fichero

@ -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.
<!-- =======================================================
Theme Name: Imperial
Theme URL: https://bootstrapmade.com/imperial-free-onepage-bootstrap-theme/
Author: BootstrapMade.com
Author URL: https://bootstrapmade.com
======================================================= -->
## 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).

Ver fichero

@ -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;
}
/*--------------------------------------------------------------

Ver fichero

@ -29,7 +29,7 @@
<meta name="twitter:image:alt" content="ENPN">
<!-- Page title and favicon definition -->
<title>ENPaul Homepage</title>
<title>ENPaul</title>
<link rel="shortcut icon" href="img/e-b.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/e-b.png">
<link rel="icon" type="image/png" href="img/e-b.png" sizes="32x32">

7
license.md Archivo normal
Ver fichero

@ -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.**