From 5de2b07e7264390a7639ba572d706e963f169a95 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Wed, 30 Aug 2017 18:36:48 -0400 Subject: [PATCH] Moved VPN under services, began populating the services page --- index.html | 2 +- services/index.html | 63 +++++++++++++++----------------- {vpn => services/vpn}/index.html | 0 3 files changed, 31 insertions(+), 34 deletions(-) rename {vpn => services/vpn}/index.html (100%) diff --git a/index.html b/index.html index 183ab99..3a0f90f 100644 --- a/index.html +++ b/index.html @@ -136,7 +136,7 @@ Plex Media Server
  • - VPN + VPN
  • Drive diff --git a/services/index.html b/services/index.html index 183ab99..36a68b4 100644 --- a/services/index.html +++ b/services/index.html @@ -7,30 +7,30 @@ - - + + - + - + - + - ENPaul + ENPN Services - - - - - + + + + + - - - - - + + + + + @@ -42,15 +42,14 @@ -    Home +    Services @@ -62,27 +61,25 @@

    - - +


    -

    Student - Tinkerer - Programmer - (aspiring) Engineer

    +

    + The ENPaul Network (ENPN) provides a number of services for entertainment, data management, and security. While the full list of services and applications hosted on the ENPN is constantly in flux, the services included here are persistent and should be considered reliable. +

    + Please report any service outages, interrupts, or problems by emailing the administrator. +


    +

    Public Links

    • - +
    • - +
    • - -
    • -
    • - -
    • -
    • - +
    diff --git a/vpn/index.html b/services/vpn/index.html similarity index 100% rename from vpn/index.html rename to services/vpn/index.html