From c6cc09b422501a2e94052fca8ef4e75137be6078 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Sun, 29 Sep 2024 10:14:43 +0100 Subject: [PATCH] adding about page --- Overflow.Web/Components/Layout/NavMenu.razor | 1 + .../Pages/SouthernWater/About.razor | 117 ++++++++++++++++++ .../Pages/{ => SouthernWater}/Spills.razor | 0 .../SpillsCalendarPage.razor | 0 4 files changed, 118 insertions(+) create mode 100644 Overflow.Web/Components/Pages/SouthernWater/About.razor rename Overflow.Web/Components/Pages/{ => SouthernWater}/Spills.razor (100%) rename Overflow.Web/Components/Pages/{ => SouthernWater}/SpillsCalendarPage.razor (100%) diff --git a/Overflow.Web/Components/Layout/NavMenu.razor b/Overflow.Web/Components/Layout/NavMenu.razor index 41ae5af..c0f339a 100644 --- a/Overflow.Web/Components/Layout/NavMenu.razor +++ b/Overflow.Web/Components/Layout/NavMenu.razor @@ -4,6 +4,7 @@ + diff --git a/Overflow.Web/Components/Pages/SouthernWater/About.razor b/Overflow.Web/Components/Pages/SouthernWater/About.razor new file mode 100644 index 0000000..f9c6cf1 --- /dev/null +++ b/Overflow.Web/Components/Pages/SouthernWater/About.razor @@ -0,0 +1,117 @@ +@page "/sw-about" + +Southern Water + +
+ Southern Water +
+ +
+ + + + + JUL 1989 + + + Southern Water Ltd. is formed from Southern Water Authority + + + + + JUN 1996 + + + Southern Water overtaken by Scottish Power in a hostile takeover. Majority of in-house scientific laboratory services and assets sold off + + + + + MAR 2002 + + + Scottish Power sells Southern Water to First Aqua Limited + + + + + OCT 2007 + + + Greensands Investments Limited buys Southern Water + + + + + MAY 2007 + + + + + + + + NOV 2007 + + + + + + + + JUN 2010 + + + + + + + + SEP 2011 + + + + + + + + MAR 2012 + + + + + + + + 2020/2021 + + + + + + + + AUG 2021 + + + The Macquarie Group buys a majority stake + + + + + 2022/2023 + + + + + + + +
+
+ +
+ +@code { + +} \ No newline at end of file diff --git a/Overflow.Web/Components/Pages/Spills.razor b/Overflow.Web/Components/Pages/SouthernWater/Spills.razor similarity index 100% rename from Overflow.Web/Components/Pages/Spills.razor rename to Overflow.Web/Components/Pages/SouthernWater/Spills.razor diff --git a/Overflow.Web/Components/Pages/SpillsCalendarPage.razor b/Overflow.Web/Components/Pages/SouthernWater/SpillsCalendarPage.razor similarity index 100% rename from Overflow.Web/Components/Pages/SpillsCalendarPage.razor rename to Overflow.Web/Components/Pages/SouthernWater/SpillsCalendarPage.razor