Skip to content

Commit

Permalink
add info that membership is free
Browse files Browse the repository at this point in the history
  • Loading branch information
CMR248 committed Jan 26, 2024
1 parent b7416fe commit ba3f78b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/generators/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ let generate' (ctx : SiteContents) (_: string) =
figure [Class "image"] [
img [Src "images/nfdi-hero.svg"]
]
p [Class "title"] [!!"Democratization of plant research"]
p [Class "title"] [!!"Made easy."]
p [Class "title"] [!!"Democratization of plant research."]
p [Class "title"] [!!"Made easy and free"]
p [Class "title"] [!!"for everyone!"]
a [Class "button is-rounded has-bg-lightblue"; Href "https://auth.nfdi4plants.org/realms/dataplant/account"] [iconTextLeft "fas fa-caret-right" "Become a member"]
]
]
Expand Down

0 comments on commit ba3f78b

Please sign in to comment.