Fixed readme, fixed display issues with new color and removed links

from service titles
This commit is contained in:
Ethan N. Paul 2018-02-04 20:45:06 -05:00
parent 3bb9a1e91e
commit 39482716d7
3 changed files with 8 additions and 10 deletions

View File

@ -1,6 +1,8 @@
# ENPaul Landing Page
This is my personal front-end landing page hosted on my Digital Ocean Droplet, at (https://enpaul.net).
This is my personal front-end landing page hosted on my Digital Ocean Droplet, at https://enpaul.net.
Being a static site it should be hostable nearly anywhere, but I have personally verified that it works under **Apache 2.4** and **IIS 10**
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.

View File

@ -174,7 +174,7 @@ h1, h2, h3, h4, h5, h6 {
#top .btn-services:hover {
background: #1a82d8;
border: 2px solid #1a82d8;
border: 2px solid #1a82de;
}
/*--------------------------------------------------------------
@ -555,10 +555,6 @@ body.mobile-nav-active #mobile-nav-toggle {
font-size: 24px;
}
#network .service-item:hover .service-title a {
color: #003777;
}
#network .service-title {
margin-left: 80px;
font-weight: 700;

View File

@ -175,7 +175,7 @@
</div>
<div class="col-md-4 service-item">
<a href="https://storage.enpaul.net/"><div class="service-icon"><i class="fa fa-cloud"></i></div></a>
<h4 class="service-title"><a href="https://storage.enpaul.net/">Cloud Storage</a></h4>
<h4 class="service-title">Cloud Storage</h4>
<p class="service-description">Local cloud storage allows for secure storage of my data. Online access is provided by the <a href="https://github.com/misterunknown/ifm" target="_blank">Improved File Manager</a> and <a href="http://adamwhitcroft.com/apaxy/" target="_blank">Apaxy</a>.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.enpaul.net/app/storage/"><i class="fa fa-book"></i>&nbsp;Docs</a>
@ -184,7 +184,7 @@
</div>
<div class="col-md-4 service-item">
<a href="https://gitlab.enpaul.net/"><div class="service-icon"><i class="fa fa-gitlab"></i></div></a>
<h4 class="service-title"><a href="https://gitlab.enpaul.net/">GitLab</a></h4>
<h4 class="service-title">GitLab</h4>
<p class="service-description"><a href="https://about.gitlab.com/" target="_blank">GitLab</a> is a <a href="https://git-scm.com/book/en/v2/Getting-Started-About-Version-Control" target="_blank">git-based source control</a> service for collaborative project development and deployment.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.enpaul.net/app/gitlab/"><i class="fa fa-book"></i>&nbsp;Docs</a>
@ -193,7 +193,7 @@
</div>
<div class="col-md-4 service-item">
<a href="https://docs.enpaul.net/"><div class="service-icon"><i class="fa fa-book"></i></div></a>
<h4 class="service-title"><a href="https://docs.enpaul.net/">Documentation</a></h4>
<h4 class="service-title">Documentation</h4>
<p class="service-description">Any system is only as good as its documentation. My docs, powered by <a href="http://www.mkdocs.org/" target="_blank">MkDocs</a>, are constantly being updated.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.enpaul.net/app/docs-meta/"><i class="fa fa-book"></i>&nbsp;Docs (Meta)</a>
@ -201,7 +201,7 @@
</div>
<div class="col-md-4 service-item">
<a href="https://plex.enpaul.net/"><div class="service-icon"><i class="fa fa-film"></i></div></a>
<h4 class="service-title"><a href="https://plex.enpaul.net/">Plex Media Server</a></h4>
<h4 class="service-title">Plex Media Server</h4>
<p class="service-description"><a href="https://www.plex.tv/" target="_blank">Plex</a> is a media management solution for sharing my movie, TV, music, and photo collections with friends.</p>
<div class="service-link">
<a class=" btn btn-default" href="https://docs.enpaul.net/app/plex/"><i class="fa fa-book"></i>&nbsp;Docs</a>