From 66d597b5fdca48d00470eda94660beb4e31ccfc6 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Sat, 28 Sep 2024 14:31:55 +0000 Subject: [PATCH] Update file footer.html --- wiki/footer.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/wiki/footer.html b/wiki/footer.html index 3953660a..248291b1 100644 --- a/wiki/footer.html +++ b/wiki/footer.html @@ -56,6 +56,16 @@ .wechat-container:hover .wechat-qr { display: block; } + .logo-images { + display: flex; + justify-content: center; + gap: 20px; + } + .logo-image { + width: 100px; + height: 100px; + object-fit: contain; + } @media (max-width: 768px) { .footer-content { @@ -65,6 +75,10 @@ .follow-us-wrapper { justify-content: center; } + .logo-images { + flex-direction: column; + align-items: center; + } } </style> </head> @@ -91,6 +105,14 @@ </a> </div> </div> + + <div class="logo-column"> + <div class="logo-images"> + <img class="logo-image" src="https://static.igem.wiki/teams/5187/art/logo.png" alt="iGEM Tsinghua Logo"> + <img class="logo-image" src="https://static.igem.wiki/teams/5187/art/thu.jpg" alt="Tsinghua University Logo"> + </div> + </div> + <div class="contact-column"> <div class="contact-info"> <img class="contact-icon" src="https://static.igem.wiki/teams/5187/unrelated-to-tech/location.png" alt="Location"> -- GitLab