From 582662fa2f0b1ac894e924cb485e9747148b714e Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Mon, 5 Aug 2024 17:23:58 -0400 Subject: [PATCH] add link to logistics page (#68) * add link to logistics page * Index CSS - Increase max width for header block Increase the max-width to prevent the buttons under the header text from flowing outside the header block. --------- Co-authored-by: Joachim Meyer --- cookiecutter.yaml | 6 +++--- {{ cookiecutter.repo_directory }}/assets/css/main.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/cookiecutter.yaml b/cookiecutter.yaml index deb45b0..512d87f 100644 --- a/cookiecutter.yaml +++ b/cookiecutter.yaml @@ -9,9 +9,9 @@ banner: location: University of Washington, Seattle, USA # Add a button link right under the top (e.g. JupyterBook, url can be local file or https://) links: - # - url: intro.html - # title: Event Jupyter Book - # new_window: false + - url: https://escience.notion.site/Event-Logistics-FAQs-8f71d7b47c9947bbbb111b4e8f93c5a4 + title: Logistics + new_window: false image: https://geohackweek.github.io/assets/images/banner.jpg # The opening session of the event with UTC offset event_countdown: "2024-08-19T09:00:00-07:00" diff --git a/{{ cookiecutter.repo_directory }}/assets/css/main.css b/{{ cookiecutter.repo_directory }}/assets/css/main.css index e586328..8530448 100644 --- a/{{ cookiecutter.repo_directory }}/assets/css/main.css +++ b/{{ cookiecutter.repo_directory }}/assets/css/main.css @@ -12,6 +12,10 @@ height: 100%; } +#hero-block .hero-text-block { + max-width: 800px; +} + .hero-carousel .carousel-inner { height: 100%; }