From 853b492159f851ae21aee7538e2bbc2234080950 Mon Sep 17 00:00:00 2001 From: Adam Iannazzone <46025473+jiannazzone@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:19:40 -0400 Subject: [PATCH] Initial commit of new layout --- assets/img/squircle-icon.svg | 18 ++ css/style.css | 23 +++ index.html | 328 ++++++++++++++--------------------- index_old.html | 231 ++++++++++++++++++++++++ 4 files changed, 401 insertions(+), 199 deletions(-) create mode 100644 assets/img/squircle-icon.svg create mode 100644 css/style.css create mode 100644 index_old.html diff --git a/assets/img/squircle-icon.svg b/assets/img/squircle-icon.svg new file mode 100644 index 0000000..9856332 --- /dev/null +++ b/assets/img/squircle-icon.svg @@ -0,0 +1,18 @@ + + + diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..1abe529 --- /dev/null +++ b/css/style.css @@ -0,0 +1,23 @@ +@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); + +body { + background-color: #111; +} + +.navbar { + background: linear-gradient(-95deg, #1a9fff, #946beb); +} + +.navbar .dropdown-menu { + background-color: #111; +} + +.btn-dark { + background-color: #111; +} + +#lead-jumbotron { + background: linear-gradient(45deg, #1a9fff, #946beb); + color: white; + border: 1px white solid; +} \ No newline at end of file diff --git a/index.html b/index.html index d4afe5f..aebffe0 100644 --- a/index.html +++ b/index.html @@ -1,231 +1,161 @@ - +