From 7f5b73d82db19c8082b32d36f83bc0f96f6bcaf1 Mon Sep 17 00:00:00 2001 From: Suvodip Ghosh Date: Tue, 28 Feb 2023 21:42:16 +0530 Subject: [PATCH] payment-page --- src/components/EducatorsLicense.vue | 9 ++++++--- src/components/SchoolLicense.vue | 11 +++++++---- src/pages/payment.astro | 5 +++++ 3 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 src/pages/payment.astro diff --git a/src/components/EducatorsLicense.vue b/src/components/EducatorsLicense.vue index 14c1013..85b5879 100644 --- a/src/components/EducatorsLicense.vue +++ b/src/components/EducatorsLicense.vue @@ -29,13 +29,14 @@
-
+

Monthly

-
+

$100

(inclusive of all costs)

+
@@ -46,6 +47,7 @@

$600  $540

(10% Discount)

(inclusive of all costs)

+
@@ -56,10 +58,11 @@

$1200  $1020

(15% Discount)

(inclusive of all costs)

+
-
+
diff --git a/src/components/SchoolLicense.vue b/src/components/SchoolLicense.vue index 5cddda6..867720b 100644 --- a/src/components/SchoolLicense.vue +++ b/src/components/SchoolLicense.vue @@ -26,13 +26,14 @@
-
+

Monthly

-
+

$100

(inclusive of all costs)

+
@@ -43,20 +44,22 @@

$600  $540

(10% Discount)

(inclusive of all costs)

+
-

Yearly

+

Yearly

$1200  $1020

(15% Discount)

(inclusive of all costs)

+
-
+
diff --git a/src/pages/payment.astro b/src/pages/payment.astro new file mode 100644 index 0000000..eb82852 --- /dev/null +++ b/src/pages/payment.astro @@ -0,0 +1,5 @@ +
+
+
+
+
\ No newline at end of file