Skip to content
Snippets Groups Projects
Commit 84f90130 authored by Siyuan Lyu's avatar Siyuan Lyu
Browse files

Update 4 files

- /wiki/pages/team.html
- /wiki/pages/contribution.html
- /wiki/footer.html
- /static/footer.css
parent 8767499b
No related branches found
No related tags found
No related merge requests found
Pipeline #493115 passed
......@@ -82,7 +82,7 @@ footer .full-logo img{
footer .icons {
gap: 10px;
}
footer .icons a {
/* footer .icons a {
display: block;
width: 30px;
height: 30px;
......@@ -90,19 +90,36 @@ footer .icons a {
}
footer .icons a:hover {
animation: fadenum 1s;
}
footer .icons a img {
} */
/* footer .icons a img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
} */
footer .icons img {
/* width: 100%; */
/* height: 100%; */
/* object-fit: contain; */
/* object-position: center; */
display: block;
width: 30px;
height: 30px;
/* border-radius: 50%; */
}
footer .icons img:hover {
animation: fadenum 1s;
}
@keyframes fadenum {
100% {
transform: rotateY(360deg);
}
}
/* footer .grass {
position: absolute;
......
......@@ -19,18 +19,15 @@
</div>
</div>
<div class="line-wrap icons">
<a href="linktowechat">
<img src="https://static.igem.wiki/teams/5371/footer/wechat.svg" alt="wechat">
</a>
<a href="linktobili">
<img src="https://static.igem.wiki/teams/5371/footer/bili.svg" alt="bilibili">
</a>
<a href="linktoins">
<img src="https://static.igem.wiki/teams/5371/footer/ins.svg" alt="insgram">
</a>
<a href="linktored">
<img src="https://static.igem.wiki/teams/5371/footer/red.svg" alt="red">
</a>
</div>
</div>
......
......@@ -95,7 +95,7 @@
</div>
<div class="img-wrap">
<div class="border">
<img src="https://static.igem.wiki/teams/5371/project/contribution/pic4.png">
<img src="https://static.igem.wiki/teams/5371/dry-lab/software/software.png">
</div>
<div class="disc">Figure 4. Overview of the software--luminoseg</div>
</div>
......@@ -121,7 +121,7 @@
</p>
<div class="img-wrap">
<div class="border">
<img src="https://static.igem.wiki/teams/5371/project/contribution/pic6.png">
<img src="https://static.igem.wiki/teams/5371/human-practice/ihp/areaframe1.png">
</div>
<div class="disc">Figure 5. The AREA framework for HP.</div>
</div>
......
......@@ -39,7 +39,7 @@
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="overlay">
<h1 style="font-size: 24px;">Group Photo of IZJU 2024</h1>
<h1 style="font-size: 24px;">Group Photo of iZJU 2024</h1>
</div>
<img src="https://static.igem.wiki/teams/5371/team/photo/group-photo-of-izju-2024.jpg" alt="" />
</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