Skip to content

Commit

Permalink
Add intro video embed to docs index page
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes committed Mar 17, 2024
1 parent b72d032 commit 6b638f4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions site/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ use [FHIR®](https://hl7.org/fhir) and clinical terminology within health
data analytics. It is built on [Apache Spark](https://spark.apache.org), and
includes both language libraries and a server implementation.

import Components from '@site/src/images/components.png';
import Components2x from '@site/src/images/[email protected]';
import ComponentsDark from '@site/src/images/components-dark.png';
import ComponentsDark2x from '@site/src/images/components-[email protected]';

<img src={Components} srcset={`${Components2x} 2x, ${Components} 1x`} title="Components of Pathling (i.e. language libraries and server) and the associated use cases, including data prep, ETL, apps and data extract services" className="light-mode-only" width="800" />
<img src={ComponentsDark} srcset={`${ComponentsDark2x} 2x, ${ComponentsDark} 1x`} title="Components of Pathling (i.e. language libraries and server) and the associated use cases, including data prep, ETL, apps and data extract services" className="dark-mode-only" width="800" />
<iframe width="560" height="315" src="https://www.youtube.com/embed/ZSv2qMGPquU?si=daZ2jgNFpNc3luQx" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## What can it do?

Expand Down Expand Up @@ -73,6 +67,14 @@ aggregate, group and transform FHIR data.

See [Server](/docs/server) for more information.

import Components from '@site/src/images/components.png';
import Components2x from '@site/src/images/[email protected]';
import ComponentsDark from '@site/src/images/components-dark.png';
import ComponentsDark2x from '@site/src/images/components-[email protected]';

<img src={Components} srcset={`${Components2x} 2x, ${Components} 1x`} title="Components of Pathling (i.e. language libraries and server) and the associated use cases, including data prep, ETL, apps and data extract services" className="light-mode-only" width="800" />
<img src={ComponentsDark} srcset={`${ComponentsDark2x} 2x, ${ComponentsDark} 1x`} title="Components of Pathling (i.e. language libraries and server) and the associated use cases, including data prep, ETL, apps and data extract services" className="dark-mode-only" width="800" />

## Licensing and attribution

Pathling is a product of the
Expand Down

0 comments on commit 6b638f4

Please sign in to comment.