From bbd239350c807eff6ebd2383e66753f175512f5d Mon Sep 17 00:00:00 2001 From: Theodore Keloglou Date: Sun, 15 Dec 2024 17:25:35 +0000 Subject: [PATCH] Change copies and fix links for new semester --- README.md | 2 +- main/templates/assets/style.css | 6 ++---- main/templates/main/about.html | 4 ++-- main/templates/main/index.html | 21 ++++++++++----------- main/templates/main/layout.html | 5 +++-- main/urls.py | 4 +++- main/views.py | 13 +++++++++---- 7 files changed, 30 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index afbb6fe..c75a988 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # shoshincollege.org -an experimental learning co-operative +an independent experimental school ## Development diff --git a/main/templates/assets/style.css b/main/templates/assets/style.css index f4f11ff..a777d11 100644 --- a/main/templates/assets/style.css +++ b/main/templates/assets/style.css @@ -287,7 +287,7 @@ nav a:hover { text-decoration: underline; } /* landing location section */ #london { - background: #FFFACFcc; + background: #a2cbbc; padding: 64px 0; display: flex; justify-content: center; @@ -298,7 +298,6 @@ nav a:hover { text-decoration: underline; } #londontext { max-width: 300px; text-align: center; - transform: translateX(-32px); } @media (max-width: 650px) { #londontext { transform: unset; } @@ -329,7 +328,7 @@ nav a:hover { text-decoration: underline; } #newsletter input { width: 80%; margin: 8px auto; } } -/* landing values section */ +/* values page */ #values { max-width: 800px; margin: 0 auto 64px; font-size: 20px; } @media (max-width: 800px) { #values { padding-right: 8px; font-size: 18px; } @@ -372,7 +371,6 @@ nav a:hover { text-decoration: underline; } /* footer */ #footer { - background: #FFFACFcc; color: #888; text-align: center; line-height: 1.5; diff --git a/main/templates/main/about.html b/main/templates/main/about.html index 701efa4..0b23c2a 100644 --- a/main/templates/main/about.html +++ b/main/templates/main/about.html @@ -72,8 +72,8 @@

Community Interest Company

on its activities.

- Additionally, we plan to publish quarterly transparency reports on our - operations and financial transactions. + Additionally, we publish transparency reports per semester on our operations and + financial transactions.

Shoshin College CIC is registered in England and Wales under company number 15760817. diff --git a/main/templates/main/index.html b/main/templates/main/index.html index 53d41a5..78f133d 100644 --- a/main/templates/main/index.html +++ b/main/templates/main/index.html @@ -9,12 +9,12 @@

Shoshin College is an - experimental   learning + independent   experimental - experimental learning + independent experimental - co‑operative + school

Check out our Courses » @@ -42,10 +42,10 @@

-

- Our first semester of - Courses - will take place in east London in October to December 2024. +

+ Our next semester + will take place in central/east + London between February and April 2025.

@@ -58,7 +58,7 @@

Learning With Us

- Shoshin College is an experimental learning co-operative that’s + Shoshin College is an independent experimental school that’s positioning itself outside of the existing way of how learning and teaching works.

@@ -110,7 +110,7 @@

- london landmark + london landmark
@@ -146,8 +146,7 @@

Subscribe To Updates

- We will announce our first courses during the summer. They will take place - in east London in October to December 2024. + Sign up to our Substack publication to receive the latest news and updates.

diff --git a/main/templates/main/layout.html b/main/templates/main/layout.html index a659193..c7c1f39 100644 --- a/main/templates/main/layout.html +++ b/main/templates/main/layout.html @@ -15,8 +15,9 @@