From 61c12f82bbe4e51325ce8e26e19d88a16655f1dd Mon Sep 17 00:00:00 2001 From: Alexander Henderson Date: Fri, 29 Nov 2024 22:52:16 -0500 Subject: [PATCH] updated calltoaction to use tailwind --- src/components/CallToAction.astro | 16 +++--- src/pages/_ngo.astro | 89 +++++++++++++++++++++++++++++++ src/pages/index.astro | 4 +- src/pages/ngo.astro | 17 ------ 4 files changed, 97 insertions(+), 29 deletions(-) create mode 100644 src/pages/_ngo.astro delete mode 100644 src/pages/ngo.astro diff --git a/src/components/CallToAction.astro b/src/components/CallToAction.astro index 2826e63..e48522a 100644 --- a/src/components/CallToAction.astro +++ b/src/components/CallToAction.astro @@ -1,17 +1,13 @@
-
+

Contact us today!

-
-
- - +
\ No newline at end of file diff --git a/src/pages/_ngo.astro b/src/pages/_ngo.astro new file mode 100644 index 0000000..8adc982 --- /dev/null +++ b/src/pages/_ngo.astro @@ -0,0 +1,89 @@ +--- +import DefaultLayout from "../layouts/DefaultLayout.astro"; +import PageTitle from '../components/PageTitle.astro'; +import CallToAction from '../components/CallToAction.astro'; + +export const prerender = true; +const pageTitle = "NGO's"; + +--- + +
+ +
+

+ Services and Rates +

+ + Please see the table below for the services and their rates we offer to not for profit organizations. + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Services and or rates are subject to change. + + +
ServiceRates
Basic Remote IT TroubleshootingFREE
Advanced Remote IT Troubleshooting$5/hr
Basic Onsite IT TroubleshootingFREE
Advanced Onsite IT Troubleshooting$10/hr
Basic Organization NetworkingFREE
Advanced Organization Networking$10/hr
Basic Hardware Purchasing & SetupFREE
Advanced Hardware Purchasing & Setup$10/hr
Basic Website Hosting & Management*FREE
Advanced Website Hosting & Management*$10/hr
+
+
+
+ +
+
+
+ + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 364abd1..211336b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -63,7 +63,7 @@ export const prerender = true;
-
+
diff --git a/src/pages/ngo.astro b/src/pages/ngo.astro deleted file mode 100644 index 6d5be91..0000000 --- a/src/pages/ngo.astro +++ /dev/null @@ -1,17 +0,0 @@ ---- -import DefaultLayout from "../layouts/DefaultLayout.astro"; -import PageTitle from '../components/PageTitle.astro'; -import CallToAction from '../components/CallToAction.astro'; - -export const prerender = true; -const pageTitle = "NGO"; - ---- - -
- -
- - \ No newline at end of file