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

Update 2 files

- /wiki/footer.html
- /wiki/pages/home.html
parent e0e50c7d
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<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">
<title>Footer </title> <title>Footer</title>
<style> <style>
.follow-us-wrapper { .follow-us-wrapper {
display: flex; display: flex;
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/> <link rel="license" href="https://creativecommons.org/licenses/by/4.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>Tsinghua - IGEM 2024</title> <title>Tsinghua - IGEM 2024</title>
<style> <style>
body, html { body, html {
...@@ -238,8 +238,8 @@ ...@@ -238,8 +238,8 @@
const blocks = document.querySelectorAll('.content-block'); const blocks = document.querySelectorAll('.content-block');
const menu = document.getElementById('menu'); const menu = document.getElementById('menu');
const colors = { const colors = {
background: ['#FF5151', '#FFFFFF'], // 粉色和白色 background: ['#FF5151', '#FFFFFF'],
text: ['#FF5151', '#FFFFFF'] // 粉色和白色 text: ['#FF5151', '#FFFFFF']
}; };
let lastScrollTop = 0; let lastScrollTop = 0;
......
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