diff --git a/content/_index.md b/content/_index.md index 72cd125..d66043a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -36,7 +36,7 @@ We are looking forward to welcoming the 3DEM community to Vancouver this year! The 3DEM-7 Symposium will be held at the University of British Columbia from November 13-15. This will be a great opportunity to share new developments and applications in 3DEM, connect with the community, -and enjoy Vancouver. You can +and [enjoy Vancouver](/travel). You can [register here](https://3dem7.wildapricot.org/event-5372783/Registration). """ @@ -85,4 +85,9 @@ Please reach out to [lheagy@eoas.ubc.ca](mailto:lheagy@eoas.ubc.ca) and [ehaber@eoas.ubc.ca](mailto:ehaber@eoas.ubc.ca) if you are interested in sponsoring 3DEM-7. """ + +more_info = """ +Find more about [accommodation](/travel#accommodation) and [travel +details](/travel). +""" +++ diff --git a/content/information.md b/content/travel.md similarity index 98% rename from content/information.md rename to content/travel.md index 744a0cf..72a031d 100644 --- a/content/information.md +++ b/content/travel.md @@ -1,5 +1,5 @@ +++ -title = "Information" +title = "Travel" template = "page.html" extra.show_toc = true +++ diff --git a/sass/style.sass b/sass/style.sass index f7fef8c..5361f53 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -140,6 +140,14 @@ main.home background-color: $blue color: $white + a + color: $white + font-weight: 500 + text-decoration: underline + + a:hover + opacity: 0.7 + .margin-top margin-top: 6rem @@ -147,6 +155,14 @@ main.home padding-top: 4rem padding-bottom: 4rem + #information + h3 + padding-bottom: 0 + margin-bottom: 0.2em + p + font-family: 'Montserrat', sans-serif + + a text-decoration: none diff --git a/templates/home.html b/templates/home.html index 36d7257..e911818 100644 --- a/templates/home.html +++ b/templates/home.html @@ -184,7 +184,7 @@
+
{{ config.extra.when.from | date(format="%B %e") }} to {{ config.extra.when.to | date(format="%e, %Y") }} @@ -192,12 +192,16 @@
+
{% for line in config.extra.where %}
{{ line }}
{% endfor %}