From 985ecea0a5a5a04a55ca4dd2359bd4137ebfbfee Mon Sep 17 00:00:00 2001 From: Sam White Date: Wed, 8 Dec 2021 16:09:43 +0000 Subject: [PATCH] Fix side padding of pages. --- public_html/css/index.css | 1 + public_html/founding-members.php | 86 +++++++++++++++---------------- public_html/includes/template.php | 2 +- public_html/index.php | 2 + 4 files changed, 46 insertions(+), 45 deletions(-) diff --git a/public_html/css/index.css b/public_html/css/index.css index 778de16..e69b8cc 100644 --- a/public_html/css/index.css +++ b/public_html/css/index.css @@ -23,6 +23,7 @@ background-position: center bottom; } +/* Method grids from https://ringingmethods.co.uk/ */ #structure { background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('../images/methods/double-norwich-major.png'); diff --git a/public_html/founding-members.php b/public_html/founding-members.php index a369e58..56d716f 100644 --- a/public_html/founding-members.php +++ b/public_html/founding-members.php @@ -28,58 +28,56 @@ function additional_stylesheets() { } function content() {?> -
-

Who are the founding members?

+

Who are the founding members?

-

Here is a little bit of information about the people who founded the YCRA.

+

Here is a little bit of information about the people who founded the YCRA.

- ringing family, I was - really lucky to find a group of friends who supported me in ringing and - helped me navigate ringing etiquette. I wanted to help create a group that - would create a safe space for other young ringers to find friends - like I did."; - founding_member_bio('Josephine Leggett', $why_create); + $why_create = "As someone without a ringing family, I was + really lucky to find a group of friends who supported me in ringing and + helped me navigate ringing etiquette. I wanted to help create a group that + would create a safe space for other young ringers to find friends + like I did."; + founding_member_bio('Josephine Leggett', $why_create); - $why_create = "It's a great way to get more kids involved in the larger - ringing community so that everyone has the opportunities that some of us - take for granted."; - founding_member_bio('Charlie Linford', $why_create); + $why_create = "It's a great way to get more kids involved in the larger + ringing community so that everyone has the opportunities that some of us + take for granted."; + founding_member_bio('Charlie Linford', $why_create); - $why_create = "To help other young ringers find a group of like-minded - people to help, support and encourage them while learning to ring. I was - fortunate enough to have this while ringing at university (and when I went - to ring elsewhere over the summer) and it is definitely one of the main - reasons I enjoy ringing so much."; - founding_member_bio('Sam White', $why_create);?> -
diff --git a/public_html/includes/template.php b/public_html/includes/template.php index 52916cd..3e927f0 100644 --- a/public_html/includes/template.php +++ b/public_html/includes/template.php @@ -31,7 +31,7 @@ if (function_exists('pre_html')) pre_html(); -
class="section">