From 0227e4b5da75a88752d7757264a74cd1848e678d Mon Sep 17 00:00:00 2001 From: Mika Braginsky Date: Tue, 10 Dec 2024 16:46:15 -0800 Subject: [PATCH] swap home/about images, home banner formatting --- about.qmd | 7 ++-- ...Event.jpg => google_loon_launch_event.jpg} | Bin index.qmd | 33 +++++++++++++----- theme.scss | 4 +++ 4 files changed, 32 insertions(+), 12 deletions(-) rename images/{Google_Loon_-_Launch_Event.jpg => google_loon_launch_event.jpg} (100%) diff --git a/about.qmd b/about.qmd index aee755d..49897ec 100644 --- a/about.qmd +++ b/about.qmd @@ -1,14 +1,15 @@ --- about: template: trestles - image: images/Google_Loon_-_Launch_Event.jpg + image: images/unique_flights_map.jpg image-width: 100% links: - icon: github text: GitHub href: https://github.com/DataWaveProject/Loon-momentum-fluxes - - text: image from Wikipedia/ Flickr user Wasting Frames - href: https://en.wikipedia.org/wiki/Loon_LLC#/media/File:Google_Loon_-_Launch_Event.jpg + - icon: database + text: Redivis + href: https://redivis.com/datasets/673p-a2f2hqe7m citation: type: article-journal diff --git a/images/Google_Loon_-_Launch_Event.jpg b/images/google_loon_launch_event.jpg similarity index 100% rename from images/Google_Loon_-_Launch_Event.jpg rename to images/google_loon_launch_event.jpg diff --git a/index.qmd b/index.qmd index 2958bd5..2819898 100644 --- a/index.qmd +++ b/index.qmd @@ -1,18 +1,33 @@ --- -title: "Project Loon" -about: - id: blurb - template: solana - image: images/unique_flights_map.jpg - image-width: 50% +# title: "Project Loon" +# subtitle: | +# Welcome to the datapage for Project Loon data! This dataset consists of 385 balloon flights, split into 938 data segments. For more details on the dataset, please see the About tab. On this page, we offer several tools to select and visualize data from individual balloons. The raw data can be viewed and downloaded from the Data tab, and the Analysis tab offers other data access and analysis tools. We're currently working on more tools to visualize and access the data, so stay tuned! +# about: +# id: blurb +# template: jolla +# image: images/google_loon_launch_event.jpg +# image-width: 30% --- -::: {#blurb} -Welcome to the datapage for Project Loon data! For more details on the dataset, please see the About tab. On this page, we offer several tools to select and visualize data from individual balloons. The raw data can be viewed and downloaded from the Data tab, and the Analysis tab offers other data access and analysis tools. We're currently working on more tools to visualize and access the data, so stay tuned! +:::: {.columns} -In this dataset, there are 385 balloon flights, split into 938 data segments. The figure on the right shows the number of unique flights that passed through each 5 degree latitude by 10 degree longitude grid cell. +::: {.column width="63%"} +::: {.blurb} +# Project Loon + +Welcome to the datapage for Project Loon data! This dataset consists of 385 balloon flights, split into 938 data segments. For more details on the dataset, please see the About tab. On this page, we offer several tools to select and visualize data from individual balloons. The raw data can be viewed and downloaded from the Data tab, and the Analysis tab offers other data access and analysis tools. We're currently working on more tools to visualize and access the data, so stay tuned! +::: +::: + +::: {.column width="2%"} ::: +::: {.column width="35%"} +![Image from [Wikipedia](https://commons.wikimedia.org/wiki/Category:Project_Loon#/media/File:Google_Loon_-_Launch_Event.jpg) by Flickr user Wasting Frames, license [CC BY 2.0](https://creativecommons.org/licenses/by/2.0).](images/google_loon_launch_event.jpg) +::: + +:::: + ----- ```{r} diff --git a/theme.scss b/theme.scss index de5ef5d..1c0e8a5 100644 --- a/theme.scss +++ b/theme.scss @@ -6,6 +6,10 @@ $primary: #014240; /*-- scss:rules --*/ +.blurb { + font-size: 120%; +} + .label:has(+ .form) { flex-shrink: unset !important; }