Skip to content

Commit

Permalink
swap home/about images, home banner formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikabr committed Dec 11, 2024
1 parent 4e0591e commit 0227e4b
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 12 deletions.
7 changes: 4 additions & 3 deletions about.qmd
Original file line number Diff line number Diff line change
@@ -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
Expand Down
File renamed without changes
33 changes: 24 additions & 9 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
4 changes: 4 additions & 0 deletions theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ $primary: #014240;

/*-- scss:rules --*/

.blurb {
font-size: 120%;
}

.label:has(+ .form) {
flex-shrink: unset !important;
}
Expand Down

0 comments on commit 0227e4b

Please sign in to comment.