From 6bff5cbcb6394606f65b55e832213d245cb9027b Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Wed, 26 Jun 2024 09:55:05 -0600 Subject: [PATCH] V1 ready --- ui/html/base.tmpl.html | 4 +- ui/html/pages/home.tmpl.html | 4 +- ui/html/pages/vpn.tmpl.html | 2 +- ui/html/partials/nav.tmpl.html | 4 +- ui/static/css/styles.css | 82 +++++++++++++++++++++++++++++++++- 5 files changed, 88 insertions(+), 8 deletions(-) diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index 6d8271c..c637334 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -13,13 +13,13 @@

Federated Core

+ {{template "nav" .}}
- {{template "nav" .}}
{{template "main" .}}
diff --git a/ui/html/pages/home.tmpl.html b/ui/html/pages/home.tmpl.html index 131c160..11d64be 100644 --- a/ui/html/pages/home.tmpl.html +++ b/ui/html/pages/home.tmpl.html @@ -2,7 +2,7 @@ {{define "main"}} {{end}} \ No newline at end of file diff --git a/ui/html/pages/vpn.tmpl.html b/ui/html/pages/vpn.tmpl.html index e5fa236..ac5f459 100644 --- a/ui/html/pages/vpn.tmpl.html +++ b/ui/html/pages/vpn.tmpl.html @@ -1,5 +1,5 @@ {{define "title"}}Page Not Found{{end}} {{define "main"}} -

VPN Info

+

VPN Info Coming Soon

{{end}} \ No newline at end of file diff --git a/ui/html/partials/nav.tmpl.html b/ui/html/partials/nav.tmpl.html index 4094d0c..73af0c6 100644 --- a/ui/html/partials/nav.tmpl.html +++ b/ui/html/partials/nav.tmpl.html @@ -1,8 +1,8 @@ {{define "nav"}} -