Skip to content

Commit

Permalink
refactor: ♻️ update landing page style (#283)
Browse files Browse the repository at this point in the history
## Description

Based on the recent changes in the css theme
(seedcase-project/seedcase-theme#56, seedcase-project/seedcase-theme#57,
seedcase-project/seedcase-theme#58), I have updated the landing page
styling. This includes: 

1) delete `style.css` and link to `landing-page-theme.css` instead
2) use `full-width-banner` instead of old `landing-page-banner`

## Reviewer Focus

<!-- Please delete as appropriate: -->
This PR needs a quick review.

Focus on CHANGES.
  • Loading branch information
signekb authored Oct 10, 2024
1 parent ec7ee2d commit 53056ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
6 changes: 2 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Welcome to the Seedcase Project"
subtitle: A framework for an open and scalable infrastructure for health data
toc: false
sidebar: false
css: styles.css
css: _extensions/seedcase-project/seedcase-theme/landing-page-theme.scss
about:
id: hero-heading
template: marquee
Expand Down Expand Up @@ -59,8 +59,7 @@ principles we teach and advocate for.

<!-- TODO: List overview of purposes/principles here? -->

::::::: landing-page-banner
:::::: landing-page-banner-content
::::::: full-width-banner
## Software products

::::: grid
Expand Down Expand Up @@ -91,7 +90,6 @@ fig-align="right" width="200px"}
:::
:::::
::::::
:::::::

[^1]: [Data packages](https://datapackage.org/) are central structures
in the Seedcase ecosystem, specifically when it comes to the
Expand Down
11 changes: 0 additions & 11 deletions styles.css

This file was deleted.

0 comments on commit 53056ad

Please sign in to comment.