From 39482716d7d33fe15a1771489c5c144288a0a912 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Sun, 4 Feb 2018 20:45:06 -0500 Subject: [PATCH] Fixed readme, fixed display issues with new color and removed links from service titles --- Readme.md | 4 +++- css/style.css | 6 +----- index.html | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Readme.md b/Readme.md index 69510ac..eacf518 100644 --- a/Readme.md +++ b/Readme.md @@ -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. diff --git a/css/style.css b/css/style.css index 8c6eff4..8be601d 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/index.html b/index.html index bd88475..449e260 100644 --- a/index.html +++ b/index.html @@ -175,7 +175,7 @@
-

Cloud Storage

+

Cloud Storage

Local cloud storage allows for secure storage of my data. Online access is provided by the Improved File Manager and Apaxy.

-

GitLab

+

GitLab

GitLab is a git-based source control service for collaborative project development and deployment.

-

Documentation

+

Documentation

Any system is only as good as its documentation. My docs, powered by MkDocs, are constantly being updated.

-

Plex Media Server

+

Plex Media Server

Plex is a media management solution for sharing my movie, TV, music, and photo collections with friends.