From 3a72225e168da85cadfa9ccf528d6b5c5f0b0333 Mon Sep 17 00:00:00 2001 From: Amber M <141347578+AmberPM@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:59:31 +0100 Subject: [PATCH 1/2] Make about page --- src/routes/about/+page.svelte | 54 +++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 21 deletions(-) diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 7fa911f..977120a 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,30 +1,42 @@ - About + About Us -
-

About this app

+
+
+

About Us

+

Features

+

Helpful Information

+
-

- This is a SvelteKit app. You can make your own by typing the - following into your command line and following the prompts: -

+
+ Include a section introducing the development team behind the application, highlighting key + members and their roles. +
    +
  • Team Member Name
  • -
    npm create svelte@latest
    +
  • Team Member Name
  • +
+
-

- The page you're looking at is purely static HTML, with no client-side interactivity needed. - Because of that, we don't need to load any JavaScript. Try viewing the page's source, or opening - the devtools network panel and reloading. -

+
+ Share insights into the development process, challenges faced, and any interesting anecdotes or + milestones achieved during the project's journey. +
+
+ Offer ways for users to get in touch with the development team, such as through social media, or + a contact form. +
+ +
+ Express gratitude to any individuals or organisations that have contributed to the project's + success, including sponsors, supporters, or open-source contributors. +
+ +
- - From c17dc6090c08de6911802cf092e90d0027883d01 Mon Sep 17 00:00:00 2001 From: Amber M <141347578+AmberPM@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:05:31 +0100 Subject: [PATCH 2/2] Remove id --- src/routes/about/+page.svelte | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 977120a..0a1c553 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -14,9 +14,8 @@ Include a section introducing the development team behind the application, highlighting key members and their roles.