From 94fff2cd100b213537a2a0acefa1c2f054f52bd7 Mon Sep 17 00:00:00 2001 From: michaelfitzo Date: Mon, 11 Nov 2024 14:03:38 -0600 Subject: [PATCH] Small updates to header and footer --- gen3/mkdocs.yml | 2 + gen3/overrides/partials/footer.html | 106 ++++++++++++++++++++++++++++ gen3/overrides/partials/header.html | 11 +-- 3 files changed, 115 insertions(+), 4 deletions(-) create mode 100644 gen3/overrides/partials/footer.html diff --git a/gen3/mkdocs.yml b/gen3/mkdocs.yml index 052ca639..dfa0181d 100644 --- a/gen3/mkdocs.yml +++ b/gen3/mkdocs.yml @@ -163,3 +163,5 @@ extra: link: https://docs.google.com/forms/d/e/1FAIpQLSczyhhOXeCK9FdVtpQpelOHYnRj1EAq1rwwnm9q6cPAe5a7ug/viewform - icon: fontawesome/brands/youtube link: https://www.youtube.com/channel/UCMCwQy4EDd1BaskzZgIOsNQ/featured + - icon: fontawesome/brands/github + link: https://github.com/uc-cdis diff --git a/gen3/overrides/partials/footer.html b/gen3/overrides/partials/footer.html new file mode 100644 index 00000000..6db59ba3 --- /dev/null +++ b/gen3/overrides/partials/footer.html @@ -0,0 +1,106 @@ + + + + diff --git a/gen3/overrides/partials/header.html b/gen3/overrides/partials/header.html index f1336882..07e866bd 100644 --- a/gen3/overrides/partials/header.html +++ b/gen3/overrides/partials/header.html @@ -46,13 +46,16 @@ {% include "partials/alternate.html" %} {% endif %} - -
-

+ +
+

Gen3.org + +

- + + {% if "material/search" in config.plugins %}