Skip to content
Snippets Groups Projects
Commit 32922b4e authored by Asal Sahami Moghaddam's avatar Asal Sahami Moghaddam
Browse files
parents 69dce03e d358c0d2
No related branches found
No related tags found
No related merge requests found
Pipeline #458373 failed
...@@ -174,10 +174,10 @@ export function Problems(){ ...@@ -174,10 +174,10 @@ export function Problems(){
</img> </img>
<p style={{'position': 'fixed','top': '17vh', 'width': '82vw', 'zIndex': '1','fontSize': '3vw', 'fontWeight': 'bold', 'textAlign': 'center'}}>{Title1}</p> <p style={{'position': 'fixed','top': '17vh', 'width': '82vw', 'zIndex': '1','fontSize': '3vw', 'fontWeight': 'bold', 'textAlign': 'center'}}>{Title1}</p>
<p style={{'position': 'fixed','top': '23vh', 'width': '82vw', 'zIndex': '1','fontSize': '3vw', 'fontWeight': 'bold', 'textAlign': 'center'}}>{Title2}</p> <p style={{'position': 'fixed','top': '23vh', 'width': '82vw', 'zIndex': '1','fontSize': '3vw', 'fontWeight': 'bold', 'textAlign': 'center'}}>{Title2}</p>
<p style={{'position': 'fixed','top': '65vh', 'left': '20vw', 'zIndex': '1', 'width': '40vh', 'textAlign': 'center'}}>{Prob11 + " " + Prob12 + " " + Prob13}</p> <p style={{'position': 'fixed','top': '65vh', 'left': '20vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob11 + " " + Prob12 + " " + Prob13}</p>
<p style={{'position': 'fixed','top': '65vh', 'left': '40vw', 'zIndex': '1', 'width': '40vh', 'textAlign': 'center'}}>{Prob21 + " " + Prob22 + " " + Prob23}</p> <p style={{'position': 'fixed','top': '65vh', 'left': '40vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob21 + " " + Prob22 + " " + Prob23}</p>
<p style={{'position': 'fixed','top': '65vh', 'left': '60vw', 'zIndex': '1', 'width': '40vh', 'textAlign': 'center'}}>{Prob31 + " " + Prob32 + " " + Prob33}</p> <p style={{'position': 'fixed','top': '65vh', 'left': '60vw', 'zIndex': '1', 'width': '30vh', 'textAlign': 'center'}}>{Prob31 + " " + Prob32 + " " + Prob33}</p>
<p style={{'position': 'fixed','top': '85vh', 'left': '35vw', 'zIndex': '1'}}>The constant <strong>fear of suffocating</strong> makes life incredibly challenging</p> <p style={{'position': 'fixed','top': '85vh', 'left': '35vw', 'zIndex': '1'}}></p>
</div> </div>
<div id="sciency"></div> <div id="sciency"></div>
......
...@@ -19,7 +19,7 @@ export function Home() { ...@@ -19,7 +19,7 @@ export function Home() {
'scale': '0.25'}}> 'scale': '0.25'}}>
<img src="https://static.igem.wiki/teams/5247/landing/indicator.webp"></img> <img src="https://static.igem.wiki/teams/5247/landing/indicator.webp"></img>
</div> </div>
<div id="scrollstart"></div>
<Breathe></Breathe> <Breathe></Breathe>
<Problems></Problems> <Problems></Problems>
......
...@@ -14,7 +14,7 @@ export function HOMEH() { ...@@ -14,7 +14,7 @@ export function HOMEH() {
<div className="col header-button-row"> <div className="col header-button-row">
<p> <p>
<div className="col"> <div className="col">
<button> <b>CLICK</b> to go directly to our Project Description.</button> <button onClick={() => goToPageAndScroll("Abstract", "/description")} > <b>CLICK</b> to go directly to our Project Description.</button>
</div> </div>
</p> </p>
<p> <p>
...@@ -25,7 +25,7 @@ export function HOMEH() { ...@@ -25,7 +25,7 @@ export function HOMEH() {
<p> <p>
<div className="col"> <div className="col">
<button> <b>SCROLL</b> to see whole animation.</button> <button onClick={() => goToPageAndScroll("scrollstart", "")}> <b>SCROLL</b> to see whole animation.</button>
</div> </div>
</p> </p>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment