Skip to content

Commit

Permalink
adapt hero
Browse files Browse the repository at this point in the history
  • Loading branch information
Brilator committed Sep 17, 2024
1 parent 9952b45 commit d2400e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Home/HeroText.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
const mainHeroText = "The ARC is a framework for organizing and documenting research data, as well as a container that continuously supports collaboration, data exchange, and adherence to FAIR principles among various researchers. The ARC can be checked for completeness and quality at any time and converted into a citable data publication (DOI) without interrupting the research or documentation process. It is built on widely accepted research data standards such as RO-Crate, ISA, and abstract CWL.";
const mainHeroText = "The ARC is a framework for organizing and documenting research data, as well as a container that continuously supports collaboration, data exchange, and adherence to FAIR principles among various researchers. The ARC can be checked for completeness and quality at any time and converted into a citable data publication without interrupting the research or documentation process. It is built on widely accepted research data standards such as RO-Crate, ISA, and abstract CWL.";
---

<div class="hero min-h-[50%]">
Expand All @@ -16,7 +16,7 @@ const mainHeroText = "The ARC is a framework for organizing and documenting rese
<span class="text-accent">C</span>ontext
</div>
</h1>
<p class="py-6 prose-lg">
<p class="py-6 prose-lg" style="text-align:justify">
{mainHeroText}
</p>
</div>
Expand Down

0 comments on commit d2400e1

Please sign in to comment.