diff --git a/.gitignore b/.gitignore index ce47f92..865e6d6 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,5 @@ dist # TernJS port file .tern-port + +.idea diff --git a/public/images/journalism-4.jpg b/public/images/journalism-4.jpg deleted file mode 100644 index 38e0604..0000000 Binary files a/public/images/journalism-4.jpg and /dev/null differ diff --git a/public/images/organisation-12.jpg b/public/images/organisation-12.jpg deleted file mode 100644 index 15f2144..0000000 Binary files a/public/images/organisation-12.jpg and /dev/null differ diff --git a/src/components/latestNews.tsx b/src/components/latestNews.tsx index 0c09285..861f717 100644 --- a/src/components/latestNews.tsx +++ b/src/components/latestNews.tsx @@ -127,10 +127,10 @@ const LatestNews = () => (
- +
-

Latest News

+

Latest news

Announcements and updates from the Guardian’s press office, including latest press releases and award wins. diff --git a/src/pages/history/index.tsx b/src/pages/history/index.tsx index ef99600..5cd1346 100644 --- a/src/pages/history/index.tsx +++ b/src/pages/history/index.tsx @@ -5,15 +5,18 @@ import Header from "../../components/header"; import { PageStyles } from "../../components/pageStyles"; import { neutral } from "@guardian/source-foundations"; import { - headingCss, - skipToContentStyles, - twoThenOneColumnResponsiveCardHolder, + headingCss, + singleColumnResponsiveCardHolder, + twoColumnResponsiveCardHolder, + skipToContentStyles, + twoThenOneColumnResponsiveCardHolder, } from "../../styles/sharedStyles"; import ResponsiveCardVariant1 from "../../components/responsiveCardVariant1"; import FullWidthImage from "../../components/fullWidthImage"; import dynamic from "next/dynamic"; import Head from "next/head"; import UnfinishedBusinessThrasher from "../../components/unfinishedBusinessThrasher"; +import InnerText from "../../components/innerText"; const Footer = dynamic(() => import("../../components/footer/footer"), { ssr: false, @@ -25,10 +28,16 @@ const scottTrustBkg = { wide: `linear-gradient(to top, ${neutral[100]} 58px, ${neutral[97]} 58px)`, }; +const guardianFoundationBkg = { + mobile: `linear-gradient(to top, ${neutral[100]} 42px, ${neutral[97]} 42px)`, + tablet: `linear-gradient(to top, ${neutral[100]} 49px, ${neutral[97]} 49px)`, + wide: `linear-gradient(to top, ${neutral[100]} 58px, ${neutral[97]} 58px)`, +}; + const OurHistory = () => ( <> - About our history | The Guardian + The Scott Trust | The Guardian @@ -42,12 +51,12 @@ const OurHistory = () => ( link: "/about/", }, { - title: "Our organisation", + title: "Guardian Media Group", isSelected: false, link: "/about/organisation", }, { - title: "Our history", + title: "The Scott Trust", isSelected: true, link: "/about/history", }, @@ -59,7 +68,7 @@ const OurHistory = () => ( ]} />

- + <>

The Manchester Guardian was founded to promote the liberal interest @@ -80,6 +89,43 @@ const OurHistory = () => ( smallImageUrl="/about/images/history-full-width-small.jpg" largeImageUrl="/about/images/history-full-width-large.jpg" /> + + <> +

The Scott Trust

+
+ + + + + + +
+ + ( - + <> -

The Scott Trust

-
- - + +

+ Through the Scott Trust, our independent charity the Guardian + Foundation supports media under threat, promotes diversity in the + media and empowers children and young people to engage with the + news. The charity envisions a world in which all people can tell + their stories, access the truth and hold power to account. +

+
+
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 95ff775..04b4c87 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -60,12 +60,12 @@ const HomePage = () => ( link: "/about/", }, { - title: "Our organisation", + title: "Guardian Media Group", isSelected: false, link: "/about/organisation", }, { - title: "Our history", + title: "The Scott Trust", isSelected: false, link: "/about/history", }, @@ -121,7 +121,7 @@ const HomePage = () => ( overlapTop={true} > <> - + <>

The Guardian is owned by Guardian Media Group, which has only @@ -137,13 +137,18 @@ const HomePage = () => ( readers, helping to support Guardian journalism and keep it open for everyone.

+

+ In short, the Guardian isn’t owned or controlled by advertisers or + billionaires. It’s owned by a Trust, and it runs on trust. Let’s + keep building that trust together. +

( `} > The Guardian’s independent, high-impact journalism is powered by - its global readership. In 2020 alone, more than 1.5 million - readers supported us financially. It’s thanks to this generosity + its global readership. The Guardian has over 1 million recurring digital supporters + from more than 180 countries around the world. It’s thanks to this generosity that we can provide quality, trustworthy reporting that’s open for everyone to read. With no shareholders or billionaire owner, we can investigate and challenge without fear or favour, and amplify @@ -236,9 +241,10 @@ const HomePage = () => ( infographics and visuals.

- Our Covid-19 investigations exposed governmental and social - failings, as did the Snowden Files, Panama Papers, Cambridge - Analytica Files and the Windrush revelations in the UK. + Our investigations have exposed governmental and social failings, + including Windrush revelations in the UK, Covid-19, Cambridge + Analytica, the Snowden Files, the Panama, Paradise and Pandora + Papers, and the Pegasus Project.

Our teams in the UK, US and Australia produce theguardian.com, diff --git a/src/pages/journalism/index.tsx b/src/pages/journalism/index.tsx index b09eae1..1561572 100644 --- a/src/pages/journalism/index.tsx +++ b/src/pages/journalism/index.tsx @@ -45,12 +45,12 @@ const JournalismPage = () => ( link: "/about/", }, { - title: "Our organisation", + title: "Guardian Media Group", isSelected: false, link: "/about/organisation", }, { - title: "Our history", + title: "The Scott Trust", isSelected: false, link: "/about/history", }, @@ -65,10 +65,10 @@ const JournalismPage = () => (

The Guardian has a global reputation for holding power to account and - championing the voices of those less heard. Our Covid-19 - investigations exposed governmental and social failings, as did our - earlier work on the Snowden disclosures, the Windrush scandal, - Cambridge Analytica and the Panama Papers. We are passionate about the + championing the voices of those less heard. Our investigations have exposed + governmental and social failings, including Windrush revelations in the UK, + Covid-19, Cambridge Analytica, the Snowden Files, the Panama, Paradise and + Pandora Papers, and the Pegasus Project. We are passionate about the climate emergency, social justice, fairness and progress. We remain dedicated to truth and to bringing about a more hopeful future.

@@ -104,7 +104,7 @@ const JournalismPage = () => ( /> ( <> - About our organisation | The Guardian + Guardian Media Group | The Guardian
@@ -70,12 +63,12 @@ const HomePage = () => ( link: "/about/", }, { - title: "Our organisation", + title: "Guardian Media Group", isSelected: true, link: "/about/organisation", }, { - title: "Our history", + title: "The Scott Trust", isSelected: false, link: "/about/history", }, @@ -87,7 +80,7 @@ const HomePage = () => ( ]} />
- + <>

Guardian Media Group has only one shareholder - The Scott Trust. The @@ -117,7 +110,7 @@ const HomePage = () => (

Guardian Media Group (GMG) owns Guardian News & Media (GNM) - the publisher of the Guardian and Observer newspapers in the - UK, theguardian.com and Guardian US and Australia. + UK, theguardian.com and Guardian US and Guardian Australia.

The Scott Trust, named after our longest serving editor, CP @@ -158,16 +151,16 @@ const HomePage = () => ( imageUrl="/about/images/organisation-6.jpg" title={{ name: "Katharine Viner", - job: "Editor-in-chief", + job: "editor-in-chief", organisation: "Guardian News & Media", }} - bodyCopy="Katharine Viner is the editor-in-chief of Guardian News & Media. The editor-in-chief reports only to the Scott Trust and has complete editorial independence. She also sits on the boards of the Scott Trust and Guardian Media Group, and the executive committee of Guardian News & Media." + bodyCopy="Katharine Viner is editor-in-chief of the Guardian, a position she has held since June 2015. Prior to this, Katharine was deputy editor 2008-2015, launched the award-winning Guardian Australia in 2013, and was also editor of Guardian US, based in New York. Since becoming editor, she has put the Guardian’s purpose at the heart of its journalism and led the development of the Guardian’s successful reader contribution strategy. Under Katharine’s leadership, the Guardian became the first news organisation in the world to win both an Oscar and a Bafta." /> ( <>

- As an organisation we recognise that the escalating climate - crisis is the defining issue of our times. + Being a purposeful and sustainable business is central to the Guardian’s strategy, bringing together many aspects of our work and the decisions we take together.

- In 2019, we became the first major news organisation to certify - as a B Corporation, and made a climate pledge to our readers - committing to reach net zero carbon emissions by 2030. + In 2019, we became the first major news organisation to certify as a B Corporation. In 2023, we successfully renewed our certification, increasing our overall score and making progress in almost every category.

- In 2020 we announced we will no longer accept advertising from - oil and gas companies, becoming the first major global news - organisation to stop accepting money from companies that extract - fossil fuels. + We are committed to reaching our goal of eliminating two thirds of our emissions by 2030 and report on this annually.

@@ -223,17 +210,17 @@ const HomePage = () => (
@@ -311,27 +298,6 @@ const HomePage = () => (
- - <> - -

- Through the Scott Trust, our independent charity the Guardian - Foundation supports media under threat, promotes diversity in the - media and empowers children and young people to engage with the - news. The charity envisions a world in which all people can tell - their stories, access the truth and hold power to account. -

-
-
- -
- -