diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx index 6560dc6d7ae53c2221efacd6340a651f87bac4c8..e4ca70570d66cd0a8688a800cc7ec6b5ca19199c 100644 --- a/src/contents/Home.tsx +++ b/src/contents/Home.tsx @@ -10,8 +10,13 @@ export function Home() { <div className="row mt-4"> <div className="col"> <div className="col"> - {/* Spacing Block */} - <div className='col' style={{ 'height': '70vh' }}></div> + <div style={{'position': 'relative', + 'zIndex': '1', + 'top': '10vh', + 'left': '0vw', + 'scale': '0.25'}}> + <img src="https://static.igem.wiki/teams/5247/landing/indicator.webp"></img> + </div> <Breathe></Breathe> diff --git a/src/data/drug-data.tsx b/src/data/drug-data.tsx index 28fd0ce0efef0b739c64ecfd60ecdaa9d6bf97ec..514742ba810b66195902f0953a9b6531b96be4ae 100644 --- a/src/data/drug-data.tsx +++ b/src/data/drug-data.tsx @@ -1,7 +1,7 @@ export interface DrugDatensatz { name: string; - + picture: string; introduction: string; examples: Array<example>; @@ -9,18 +9,18 @@ export interface DrugDatensatz { interface example{ title: string, - text: "ystic fibrosis therapy means inevitably a complex and customized treatment plan for each patient. It consists of a range of components. These include medication such as CFTR modulators and antibiotics as well as inhalation therapy and mucolytics, physiotherapy, nutritional therapy and sports therapy. It is therefore essential that CF patients receive treatment at a specialist centre [1]. " + text: string } export const drugdata: (Array<DrugDatensatz>) = [ { name: "About", picture: "...", - introduction: "", + introduction: "CFTR modulators represent a significant advancement in CF treatment since they are small molecules improving the function of the defective CFTR protein in a mutation-specific way, which helps restore chloride ion transport across cell membranes. Notable pharmaceutical agents include Trikafta®, Symdeko®, Orkambi® and Kalydeco® [1]. These medications have been demonstrated to significantly improve lung function and reduce pulmonary exacerbations. However, they are expensive and may cause side effects such as liver enzyme elevations and cataracts in pediatric patients [2]. Furthermore, they are not suitable for all CF patients since only mutations which produce a CFTR channel can be supported by CFTR modulators, not those mutations which lead to a missing CFTR channel (knock out) [1], e.g. stop-mutations including p.Arg553Ter or p.Gly542Ter [3]. ", examples: [ { title: "", - text: "test" + text: "" }, { title: "",