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 @@ - +