Skip to content

Commit

Permalink
Add Nextclade section on Splash
Browse files Browse the repository at this point in the history
Now that sections aren't required to have preview cards, a section for
Nextclade without any cards can visually fit in.
  • Loading branch information
victorlin committed Jun 6, 2024
1 parent 644ea28 commit 606598d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static-site/src/components/splash/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ const Splash = () => {
buttonText="Find out more"
buttonLink="https://docs.nextstrain.org/en/latest/guides/communicate/narratives-intro.html"
/>
<Section
id="nextclade"
title="Nextclade"
abstract="Nextclade allows you to analyze virus genome sequences in the web browser. It will align your sequence data to a reference genome, call mutations relative to that reference, and place your sequences on a phylogeny. It also reports clade assignments and quality of your sequence data."
buttonText="Go to Nextclade"
buttonLink="https://clades.nextstrain.org"
/>
</div>

<HugeSpacer/>
Expand Down

0 comments on commit 606598d

Please sign in to comment.