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] 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. +
+ +
- -