From 458c6d6bea2f2a8b80c7250b65829d1735c9c29b Mon Sep 17 00:00:00 2001 From: Peter Kompasz Date: Thu, 8 Aug 2024 22:02:47 +0200 Subject: [PATCH 1/3] chore: separate rewards and cards in build script --- build/esbuild-build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/esbuild-build.ts b/build/esbuild-build.ts index 2935e194..3ca07402 100644 --- a/build/esbuild-build.ts +++ b/build/esbuild-build.ts @@ -1,7 +1,7 @@ import { execSync } from "child_process"; import { config } from "dotenv"; import esbuild from "esbuild"; -const typescriptEntries = ["static/scripts/rewards/init.ts"]; +const typescriptEntries = ["static/scripts/rewards/init.ts", "static/scripts/cards/init.ts"]; export const entries = [...typescriptEntries]; export const esBuildContext: esbuild.BuildOptions = { From 70f0a763cf213c3883169f07ac9a45cda093fa84 Mon Sep 17 00:00:00 2001 From: Peter Kompasz Date: Fri, 9 Aug 2024 12:17:09 +0200 Subject: [PATCH 2/3] chore: update script path --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 5c936057..540907d5 100644 --- a/static/index.html +++ b/static/index.html @@ -205,7 +205,7 @@

Disclaimer

- + From e1e32eb26032efa908003ab92afd00c141368ddf Mon Sep 17 00:00:00 2001 From: Peter Kompasz Date: Fri, 9 Aug 2024 18:16:43 +0200 Subject: [PATCH 3/3] chore: blank page --- static/cards.html | 89 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 static/cards.html diff --git a/static/cards.html b/static/cards.html new file mode 100644 index 00000000..00effe49 --- /dev/null +++ b/static/cards.html @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Ubiquity Rewards | Ubiquity DAO + + + + + +
+
+
+
+
+
+ + + +
+
+
+

Disclaimer

+

All Visa/Mastercard are non-exchangeable & non-refundable.

+

Exact value of a card can be slightly different due to exchange rate.

+
+
+ +
+
    + + + + + \ No newline at end of file