From f64792417b302332d87df667815384074c591db6 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Mon, 8 Jan 2018 17:44:29 -0800 Subject: [PATCH] add a settings nav --- assets/global.css | 1 + routes/_components/Layout.html | 2 +- .../settings/_components/SettingsLayout.html | 14 +++++++ routes/settings/_components/SettingsNav.html | 42 +++++++++++++++++++ routes/settings/about.html | 25 +++++++++++ routes/settings/add-instance.html | 22 ++++++---- routes/settings/index.html | 9 ++-- templates/2xx.html | 1 - 8 files changed, 102 insertions(+), 14 deletions(-) create mode 100644 routes/settings/_components/SettingsLayout.html create mode 100644 routes/settings/_components/SettingsNav.html create mode 100644 routes/settings/about.html diff --git a/assets/global.css b/assets/global.css index a9befdb..5530eea 100644 --- a/assets/global.css +++ b/assets/global.css @@ -25,6 +25,7 @@ h1 { a { color: royalblue; + text-decoration: none; } a:visited { diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 64ac22e..d2476a4 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,4 +1,4 @@ -