diff --git a/assets/css/main.css b/assets/css/main.css index 6453336..e74a7ef 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -45,7 +45,7 @@ nav a { } .anchor--roadmap { - margin-top: -5rem; /*-80px*/ + margin-top: -5rem; /* -80px */ padding-top: 5rem; /*80px*/ } @@ -58,7 +58,6 @@ nav a { margin-top: 0rem; /*0px*/ padding-top: 0rem; /*0px*/ } - } .active-bio { diff --git a/hugo.toml b/config.toml similarity index 100% rename from hugo.toml rename to config.toml diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9d6a3aa..6584b7d 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "head.html" . }} diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 4057521..0f6e519 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -192,7 +192,7 @@

{{ .firstName }} {{ .lastName }}

-
+
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 28fc8e6..8071351 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,4 +2,4 @@

Copyright © Hiero a Series of LF Projects, LLC | For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.

-
+
\ No newline at end of file diff --git a/netlify.toml b/netlify.toml index 4d8dcdf..5f361a8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,20 @@ command = "hugo" publish = "public" [build.environment] -HUGO_VERSION = "0.133.1" \ No newline at end of file +HUGO_VERSION = "0.133.1" + + +[[headers]] + for = "/*" + [headers.values] + X-Frame-Options = "DENY" + X-Content-Type-Options = "nosniff" + X-XSS-Protection = "1; mode=block" + + +[[redirects]] + from = "/old-page" + to = "/new-page" + status = 301 + force = true + diff --git a/package-lock.json b/package-lock.json index 81890b9..1cec056 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "hiero", + "name": "hiero-website", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/static/css/main.css b/static/css/main.css index bd92a45..e9155fd 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -633,6 +633,10 @@ video { top: 35px; } +.bottom-0 { + bottom: 0px; +} + .z-10 { z-index: 10; } @@ -650,6 +654,10 @@ video { margin-bottom: 2.5rem; } +.mb-2 { + margin-bottom: 0.5rem; +} + .mb-2\.5 { margin-bottom: 0.625rem; } @@ -750,6 +758,11 @@ video { height: 90px; } +.h-fit { + height: -moz-fit-content; + height: fit-content; +} + .h-full { height: 100%; } @@ -1259,7 +1272,7 @@ nav a { .anchor--roadmap { margin-top: -5rem; - /*-80px*/ + /* -80px */ padding-top: 5rem; /*80px*/ }