From 7f3a532885c3dd0eaf41f5d5f8984c19296779d0 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Wed, 18 Sep 2024 16:21:26 +0200 Subject: [PATCH] Precyse: link zu header "description" --- src/App/App.css | 5 +++++ src/components/precyse.tsx | 3 +++ src/contents/description.tsx | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 src/components/precyse.tsx diff --git a/src/App/App.css b/src/App/App.css index d9bf4cd8..325049cb 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -3555,4 +3555,9 @@ a{ #impressum{ font-size: x-large ; +} + +.precyse{ + padding: 1px ; + padding-left: 2px !important; } \ No newline at end of file diff --git a/src/components/precyse.tsx b/src/components/precyse.tsx new file mode 100644 index 00000000..6a2cbe7a --- /dev/null +++ b/src/components/precyse.tsx @@ -0,0 +1,3 @@ +export default function PreCyse() { + return (<span className="underline--magical precyse"> PreCyse </span> + )} \ No newline at end of file diff --git a/src/contents/description.tsx b/src/contents/description.tsx index a2fc5d71..87a2b7cd 100644 --- a/src/contents/description.tsx +++ b/src/contents/description.tsx @@ -10,7 +10,7 @@ import { Complex } from "../components/Svgs"; import { ButtonRowTabs } from "../components/Tabs"; import { useEffect } from "react"; import PieChart from "../components/Graph"; - +import PreCyse from "../components/precyse"; export function Description() { const location = useLocation(); @@ -58,7 +58,7 @@ export function Description() { <section className="section"> <H2 id="Abstract" text="Abstract"/> - <p>We are proud to introduce our next-generation prime editing technology <a href="#" className="underline--magical">PreCyse</a>. We aim to develop an innovative gene therapy against cystic fibrosis, tackling the most common mutation ΔF508 of the CFTR (Cystic Fibrosis Transmembrane Conductance Regulator) gene. We optimize lipid nanoparticles for the efficient and cell-specific delivery of our therapeutic mRNA. Current treatment strategies are limited in terms of speed, precision and effectiveness, often failing to achieve long-lasting improvements. In addition, high costs and limited accessibility of pharmaceuticals contribute to adverse prognosis of many patients. We want to develop a monthly applied which represents a cure that is more advanced and user-friendly compared to other medications due to its longer lasting time, lowering the frequency of use. </p> + <p>We are proud to introduce our next-generation prime editing technology <PreCyse/> . We aim to develop an innovative gene therapy against cystic fibrosis, tackling the most common mutation ΔF508 of the CFTR (Cystic Fibrosis Transmembrane Conductance Regulator) gene. We optimize lipid nanoparticles for the efficient and cell-specific delivery of our therapeutic mRNA. Current treatment strategies are limited in terms of speed, precision and effectiveness, often failing to achieve long-lasting improvements. In addition, high costs and limited accessibility of pharmaceuticals contribute to adverse prognosis of many patients. We want to develop a monthly applied which represents a cure that is more advanced and user-friendly compared to other medications due to its longer lasting time, lowering the frequency of use. </p> </section> </div> -- GitLab