From 7eae6a7d7c406c1c2d3f9e458c4f2e56dc4e32e0 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Thu, 25 Jul 2024 06:53:32 +0000 Subject: [PATCH] Update footer.html --- wiki/footer.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wiki/footer.html b/wiki/footer.html index 220aeed2..1bbb587b 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -47,7 +47,7 @@ </style> </head> <body> - <footer class="pb-2 pt-2 mt-5 footer text-right" style="background-color: #ffe4e1; border-radius: 50px;"> + <footer class="pb-2 pt-2 mt-5 footer text-center" style="background-color: #ffe4e1; border-radius: 50px;"> <div class="container"> <div class="footer-content"> <div class="social-column"> @@ -58,6 +58,9 @@ <a href="https://www.youtube.com/@igemtsinghua2024?si=nrNZ1XaRee_rAYYn"> <img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/icons8-youtube.svg" alt="Youtube"> </a> + <a href="#"> + <img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat.png" alt="Wechat"> + </a> <a href="#"> <img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/icons8-tiktok.svg" alt="Tiktok"> </a> -- GitLab