Skip to content
Snippets Groups Projects
Commit d6ed1b8d authored by HouTeng Chan's avatar HouTeng Chan
Browse files

Update file footer.html

parent 742890c5
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet"> <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet">
<link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet"> <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
<title>Footer</title> <title>Footer</title>
<style> <style>
.follow-us-wrapper { .follow-us-wrapper {
...@@ -40,24 +40,6 @@ ...@@ -40,24 +40,6 @@
.social-column, .logo-column, .contact-column { .social-column, .logo-column, .contact-column {
flex: 0 0 auto; flex: 0 0 auto;
} }
.wechat-container {
position: relative;
display: inline-block;
}
.wechat-qr {
display: none;
position: absolute;
bottom: 100%;
left: 50%;
transform: translateX(-50%);
padding: 10px;
background-color: white;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.wechat-container:hover .wechat-qr {
display: block;
}
.logo-images { .logo-images {
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -96,12 +78,9 @@ ...@@ -96,12 +78,9 @@
<a href="https://www.youtube.com/@igemtsinghua2024?si=nrNZ1XaRee_rAYYn"> <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"> <img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/icons8-youtube.svg" alt="Youtube">
</a> </a>
<div class="wechat-container"> <a href="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat-code.png" target="_blank">
<img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat.png" alt="Wechat"> <img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat.png" alt="WeChat">
<div class="wechat-qr"> </a>
<img src="https://static.igem.wiki/teams/5187/unrelated-to-tech/wechat-code.png" alt="WeChat QR Code" width="250" height="250">
</div>
</div>
<a href="https://b23.tv/xvsnyxK"> <a href="https://b23.tv/xvsnyxK">
<img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/icons8-bilibili.svg" alt="BiliBili"> <img class="follow-us" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/icons8-bilibili.svg" alt="BiliBili">
</a> </a>
......
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