From 248020ac328b9f492bab566809816d344b54d532 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Sun, 29 Sep 2024 05:05:11 +0000
Subject: [PATCH] Update file footer.html

---
 wiki/footer.html | 107 -----------------------------------------------
 1 file changed, 107 deletions(-)

diff --git a/wiki/footer.html b/wiki/footer.html
index 656b20d1..111850f3 100644
--- a/wiki/footer.html
+++ b/wiki/footer.html
@@ -80,113 +80,6 @@
         align-items: center;
       }
     }
-    .footer {
-      background-color: #ffe4e1;
-      color: #333;
-      padding: 40px 0;
-      margin-top: 40px;
-    }
-    .footer-content {
-      display: flex;
-      flex-wrap: wrap;
-      justify-content: space-around;
-      align-items: center;
-      max-width: 1200px;
-      margin: 0 auto;
-      padding: 0 15px;
-    }
-    .social-icons {
-      display: flex;
-      gap: 20px;
-      align-items: center;
-      margin-bottom: 20px;
-    }
-    .social-icons img {
-      width: 30px;
-      height: 30px;
-      transition: transform 0.3s ease;
-      filter: grayscale(100%) brightness(0);
-    }
-    .social-icons img:hover {
-      transform: scale(1.2);
-    }
-    .contact-info {
-      display: flex;
-      flex-direction: column;
-      gap: 15px;
-    }
-    .contact-item {
-      display: flex;
-      align-items: center;
-      gap: 10px;
-    }
-    .contact-item img {
-      width: 20px;
-      height: 20px;
-    }
-    .footer-divider {
-      border-top: 1px solid #ccc;
-      margin: 30px 0;
-    }
-    .footer-text {
-      max-width: 800px;
-      margin: 0 auto;
-      text-align: center;
-    }
-    .footer-text p {
-      margin-bottom: 15px;
-      font-size: 14px;
-    }
-    .subfoot {
-      color: #333;
-      transition: color 0.3s ease;
-    }
-    .subfoot:hover {
-      color: #000;
-    }
-    .logo-images {
-      display: flex;
-      justify-content: center;
-      gap: 20px;
-    }
-    .logo-image {
-      width: 125px;
-      height: 125px;
-      object-fit: contain;
-    }
-    .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;
-    }
-    
-    @media (max-width: 768px) {
-      .footer-content {
-        flex-direction: column;
-        align-items: center;
-      }
-      .social-icons {
-        justify-content: center;
-      }
-      .logo-images {
-        flex-direction: column;
-        align-items: center;
-      }
-    }
-
   </style>
 </head>
 <body>
-- 
GitLab