From d29f70b19ebfbe7f5cc5f8383d4bb1bb31c21ea6 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Mon, 30 Sep 2024 04:47:37 +0000 Subject: [PATCH] Update file home.html --- wiki/pages/home.html | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/wiki/pages/home.html b/wiki/pages/home.html index 113e2120..e4cadfc6 100644 --- a/wiki/pages/home.html +++ b/wiki/pages/home.html @@ -165,7 +165,7 @@ height: 150px; } - + /* Added CSS for sine wave animation and sachet image */ #sine-wave-container { position: fixed; right: 0; @@ -303,7 +303,16 @@ </div> </div> - <!-- 页脚 --> + + <!-- Add the sine wave container and sachet image container --> + <div id="sine-wave-container"> + <svg id="sine-wave-animation" xmlns="http://www.w3.org/2000/svg"></svg> + </div> + <div id="sachet-container"> + <img src="https://static.igem.wiki/teams/5187/art/icon.png" alt="Sachet" id="sachet-image"> + </div> + + <footer class="footer"> <div class="footer-content"> <div class="social-icons"> @@ -345,16 +354,6 @@ </div> </footer> - - <div id="sine-wave-container"> - <svg id="sine-wave-animation" xmlns="http://www.w3.org/2000/svg"></svg> - </div> - <div id="sachet-container"> - <img src="https://static.igem.wiki/teams/5187/art/icon.png" alt="Sachet" id="sachet-image"> - </div> - - - </body> <script> @@ -449,5 +448,4 @@ }); }); </script> -</html> - +</html> \ No newline at end of file -- GitLab