Skip to content

Commit

Permalink
add link to logistics page (#68)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
JessicaS11 and jomey authored Aug 5, 2024
1 parent 7e92e95 commit 582662f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cookiecutter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions {{ cookiecutter.repo_directory }}/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
height: 100%;
}

#hero-block .hero-text-block {
max-width: 800px;
}

.hero-carousel .carousel-inner {
height: 100%;
}
Expand Down

0 comments on commit 582662f

Please sign in to comment.