diff --git a/assets/scss/components/_footer.scss b/assets/scss/components/_footer.scss index d9f9802b3..508b4bcbd 100644 --- a/assets/scss/components/_footer.scss +++ b/assets/scss/components/_footer.scss @@ -1,6 +1,6 @@ .footer { background-color: black; - height: 15vh; + height: 24vh; color: white; display: flex; flex-direction: column; @@ -18,5 +18,16 @@ justify-content: space-between; width: 14rem; font-size: 1.5rem; - margin-bottom: 1.2rem; + margin-bottom: 0.6rem; + margin-top: 0.1rem; + // this margin just makes the spacing look better + // can probs play around with it more +} + +.footer-text { + text-align: center; + font-size: 1rem; + b { + font-size: 1.25rem; + } } diff --git a/content/about/minutes/_index.md b/content/about/meetings/_index.md similarity index 61% rename from content/about/minutes/_index.md rename to content/about/meetings/_index.md index d3b0bf443..a74b5eb39 100644 --- a/content/about/minutes/_index.md +++ b/content/about/meetings/_index.md @@ -1,6 +1,7 @@ --- -title: "Minutes" +title: "Meetings" date: 2020-01-26T23:11:13Z draft: false +layout: meetings --- Minutes \ No newline at end of file diff --git a/data/faq.yml b/data/faq.yml index c449cc342..f6e0e1ac9 100644 --- a/data/faq.yml +++ b/data/faq.yml @@ -1,7 +1,5 @@ - question: "How do I join the Carleton Computer Science Society?" answer: "The Carleton Computer Science Society represents all students within Carleton's Computer Science programs. That means that if you're in CS, you're already a member!" -- question: "Will there be in person events in the 2022–2023 academic year?" - answer: "Yes! We will be operating both in person and online during the Fall 2022 academic term." - question: "Is the CCSS an official Carleton club / society?" answer: "The CCSS is recognized and funded by the School of Computer Science, however, it is not registered as a CUSA club or society." - question: "Can I attend events if I'm not a Computer Science student?" diff --git a/data/meetings.yml b/data/meetings.yml new file mode 100644 index 000000000..bdddd4380 --- /dev/null +++ b/data/meetings.yml @@ -0,0 +1,11 @@ +- year: 2023-2024 + meetings: + - date: Oct. 14 + link: https://docs.google.com/document/d/1qVIFhxA3vTRs9ai4HQckyXvPA00BygVUrkPi-RfpxjE/edit + - date: Nov. 25 + link: https://docs.google.com/document/d/1qVIFhxA3vTRs9ai4HQckyXvPA00BygVUrkPi-RfpxjE/edit +- year: 2022-2023 + meetings: + - date: Nov. 23 + link: https://docs.google.com/document/d/1qVIFhxA3vTRs9ai4HQckyXvPA00BygVUrkPi-RfpxjE/edit + \ No newline at end of file diff --git a/layouts/_default/meetings.html b/layouts/_default/meetings.html new file mode 100644 index 000000000..3ab48deed --- /dev/null +++ b/layouts/_default/meetings.html @@ -0,0 +1,14 @@ +{{ define "main" }} + {{- partial "navbar_temp.html" . -}} + {{ range $.Site.Data.meetings }} +