From 1e4f59fc636ad472ec1f9080dc524cb435a05df7 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Sat, 28 Sep 2024 19:44:29 +0200 Subject: [PATCH] links --- src/contents/Home.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx index fc42af72..205a70fd 100644 --- a/src/contents/Home.tsx +++ b/src/contents/Home.tsx @@ -36,14 +36,14 @@ export function Home() { </p> </div> <div className="col header-button-row"> - <div><H5 text="Or take a short tour through our highlights:"/> </div> + <div><H5 text="Or take a tour through our highlights:"/> </div> <p> - → What is <PreCyse/>? <br/> <br/> - → What is our strategy? <br/> <br/> - → How did we do this? <br/> <br/> - → What did we archieve? <br/> <br/> - → What parts are we contributing? <br/> <br/> - → What are our special awards? + → <a href="description?scrollTo=Abstract">What is <PreCyse/>? </a> <br/> <br/> + → <a href="engineering?tab=tab-our-cycle&scrollTo=ourcycle">What is our strategy?</a> <br/> <br/> + → <a href="experiments?tab=heading">How did we do this?</a> <br/> <br/> + → <a href="results?scrollTo=experimental-design">What did we archieve?</a> <br/> <br/> + → <a href="parts?scrollTo=Parts Collection2">What parts are we contributing?</a> <br/> <br/> + → <a href="judging?scrollTo=OverviewH">What are our special awards?</a> </p> </div> </div> -- GitLab