Skip to content
Snippets Groups Projects
Commit 597584d9 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

step 1

parent e900636b
No related branches found
No related tags found
No related merge requests found
Pipeline #414184 passed
......@@ -575,8 +575,8 @@
/* bottom links style */
.homepage-link1{
top: 13551px;
.homepage-link1 {
top: 11000px;
transform: translateX(-410px);
width: 400px;
height: 500px;
......@@ -584,16 +584,34 @@
opacity: 0;
transition: all 0.5s linear;
}
.homepage-link-img1{
.homepage-link-img1 {
margin: 0 auto;
width: 400px;
height: 300px;
background: url("https://static.igem.wiki/teams/5054/software.png");
background: url(https://static.igem.wiki/teams/5054/software.png);
background-repeat: no-repeat;
background-size: 91%;
background-position: center;
transition: all 0.1s linear;
transform: translateY(2px);
transform: translateX(30px);
}
.homepage-link-style {
margin: 0 auto;
text-align: center;
color: #05BE85;
font-family: SourceSansPro;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: block;
width: 100%;
/* text-decoration: none; */
}
.homepage-link-style a {
text-decoration: none; /* Removes underline for links */
}
/*.homepage-link2{
......
......@@ -205,15 +205,16 @@
<div class="homepage-content15 homepage-elements reveal" style="opacity: 1;">
<span>The roadmap to nitrogen-fixing eukaryotes</span>
</div>
<div class="homepage-link1 homepage-elements reveal" style="opacity: 1;">
<a href="software" onmouseover="expandFunc1(document.getElementById('homepage-link-img1'))" onmouseout="reduceFunc1(document.getElementById('homepage-link-img1'))">
<div class="homepage-link-img1" id="homepage-link-img1" style="background-size: 91%;"></div>
<span class="homepage-subtitle-style" style="margin-left:30px;">Replicate transport system</span>
<span style="width:15px;height:15px;"><img src="https://static.igem.wiki/teams/4594/wiki/link-image4.png" alt=">"></span>
<span class="homepage-link-style" style="margin-left:30px;">Characterize the UCYN-A transport system in the dry lab</span>
</a>
</div>
<canvas id="tutorial"></canvas>
</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