From 0e7a4f87d97886f508bf0b632b788d56a09440a7 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 10 Feb 2023 19:06:59 -0500 Subject: [PATCH] Progress --- src/layouts/index.html | 20 ++++++++++++++++++++ src/static/Images/lg-screen-grid.svg | 1 + src/static/css/navbar.css | 6 +++--- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 src/static/Images/lg-screen-grid.svg diff --git a/src/layouts/index.html b/src/layouts/index.html index fff1431..2d41869 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -333,6 +333,16 @@ {{- partial "animation-1.html" . -}} +
+
+
+
+ grid-element +
+
+
+
+
@@ -362,6 +372,16 @@ {{- partial "animation-2.html" . -}} +
+
+
+
+ grid-element +
+
+
+
+
diff --git a/src/static/Images/lg-screen-grid.svg b/src/static/Images/lg-screen-grid.svg new file mode 100644 index 0000000..ceccc4e --- /dev/null +++ b/src/static/Images/lg-screen-grid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/static/css/navbar.css b/src/static/css/navbar.css index e971691..89e1ad1 100644 --- a/src/static/css/navbar.css +++ b/src/static/css/navbar.css @@ -4,7 +4,7 @@ position: fixed; width:100%; padding: 0px !important; - height: 62px; + height: 52px; background-color: #1a1a1a !important; text-transform: uppercase; border-bottom: 1px solid gray; @@ -13,8 +13,8 @@ /* Drop Verion */ .top-logo{ - height: 60px; - width: 60px; + height: 50px; + width: 50px; margin: 0px !important; }