From 6073e3758000bb84c17cea00aaf3329178606ef9 Mon Sep 17 00:00:00 2001 From: Dhamari Trice-Hanson <39872667+dhamariT@users.noreply.github.com> Date: Tue, 30 Dec 2025 10:10:31 -0500 Subject: [PATCH] Add "InitialPage" component with assets and styles for landing page sections. --- .idea/.gitignore | 10 + resolution-frontend/src/app.css | 2 + resolution-frontend/src/routes/+page.svelte | 194 +++----------------- 3 files changed, 35 insertions(+), 171 deletions(-) create mode 100644 .idea/.gitignore diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..1a8f6fd --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,10 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml + +/docs diff --git a/resolution-frontend/src/app.css b/resolution-frontend/src/app.css index 47c716e..ad98a2e 100644 --- a/resolution-frontend/src/app.css +++ b/resolution-frontend/src/app.css @@ -1,3 +1,5 @@ +@import url('https://fonts.googleapis.com/css2?family=Kodchasan:wght@400;500;600;700&display=swap'); + *, *::before, *::after { diff --git a/resolution-frontend/src/routes/+page.svelte b/resolution-frontend/src/routes/+page.svelte index f26e1ea..9748df4 100644 --- a/resolution-frontend/src/routes/+page.svelte +++ b/resolution-frontend/src/routes/+page.svelte @@ -1,174 +1,26 @@ -
- Resolution helps you turn fleeting thoughts into concrete goals. - Write them down and see them take shape in a space designed for - clarity. -
-- Our intuitive interface lets you follow your journey from the - first spark of an idea to its full realization, keeping you - motivated at every step. -
-- Every milestone reached is a reason to celebrate. Join a - community dedicated to growth and achievement, where your wins - are shared and recognized. -
-