From dd74ca90559045e95aa5ddbd56cee3d35b884e85 Mon Sep 17 00:00:00 2001 From: Aakash Date: Thu, 26 Sep 2024 00:11:08 -0400 Subject: [PATCH 1/2] updated FAQ and the footer --- index.html | 50 ++++++++++++++++++++++-------------------- static/assets/faq.json | 2 +- static/css/live.css | 1 + static/css/main.css | 24 ++++++++++++++++++++ 4 files changed, 52 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index 640c4ac..c694b6d 100644 --- a/index.html +++ b/index.html @@ -221,34 +221,36 @@

Sponsors

+ + Major League Hacking 2025 Hackathon Season diff --git a/static/assets/faq.json b/static/assets/faq.json index 5eb8711..8df4825 100644 --- a/static/assets/faq.json +++ b/static/assets/faq.json @@ -41,7 +41,7 @@ }, { "question1": "I’m committed to this project. Are there places to sleep at the event?", - "answer1": "Yep! We will provide bedding at Fetzer Gym in designated sleeping areas." + "answer1": "Yep! We will provide bedding at Fetzer Gym in designated sleeping areas, Though overnight accommodation does not account for blankets, so be sure to bring your own." }, { "question2": "Is this a Campus Life Experience?", diff --git a/static/css/live.css b/static/css/live.css index 37468f3..fe1c1a3 100644 --- a/static/css/live.css +++ b/static/css/live.css @@ -1396,3 +1396,4 @@ a:hover { } } + diff --git a/static/css/main.css b/static/css/main.css index aaa5987..1dd0180 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1174,3 +1174,27 @@ footer img { height: auto; display: block; } + +.footer-row { + display: flex; + justify-content: space-between; + align-items: center; +} + +.footer-left { + display: flex; + align-items: center; +} + +.footer-left u { + margin-right: 15px; +} + +.social-links { + display: flex; + align-items: center; +} + +.social-links a { + margin-left: 10px; +} \ No newline at end of file From f45e0567b6600e3dac7fcfd05b2df033fdbbeb05 Mon Sep 17 00:00:00 2001 From: Aakash Date: Mon, 21 Oct 2024 00:44:03 -0400 Subject: [PATCH 2/2] small fixes --- static/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index 1dd0180..b203bfa 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1179,6 +1179,8 @@ footer img { display: flex; justify-content: space-between; align-items: center; + position: relative; + top: 50px; } .footer-left {