From 28e0eadd851ebc5ae9c5c405576b34030c39b6e5 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Sat, 3 Feb 2018 03:56:08 -0500 Subject: [PATCH] Fixed non-link services displaying as links --- css/style.css | 18 ++++++++++++++++++ index.html | 29 +++++++++++++++-------------- 2 files changed, 33 insertions(+), 14 deletions(-) diff --git a/css/style.css b/css/style.css index 8aaadd8..52d8073 100644 --- a/css/style.css +++ b/css/style.css @@ -541,6 +541,24 @@ body.mobile-nav-active #mobile-nav-toggle { color: white; } +#network .service-icon-no-link { + float: left; + background-color: #fff; + padding: 16px; + border-radius: 50%; + transition: 0.5s; + border: 1px solid black; +} + +#network .service-icon-no-link i { + color: #000; + font-size: 24px; +} + +#network .service-item:hover .service-title a { + color: #1a82d8; +} + #network .service-title { margin-left: 80px; font-weight: 700; diff --git a/index.html b/index.html index b64f334..dfcfc64 100644 --- a/index.html +++ b/index.html @@ -12,19 +12,21 @@ - - - - - + + + + + + - - - - + + + + + E.N. Paul @@ -60,7 +62,7 @@

Ethan N. Paul

-

Engineer, programmer, and tinkerer, student, designer, mechanic, handyman, hiker, traveler, kayaker, swimmer

+

Engineer, developer, and tinkerer, student, designer, mechanic, handyman, hiker, traveler, kayaker, swimmer, programmer, debugger

About Contact @@ -160,7 +162,7 @@
-
+

Active Directory

Active Directory Domain Services (ADDS) provides user authentication, administration, and security.

-
+

VPN

Virtual Private Networking (VPN) allows users to secure their network traffic from anywhere in the world.