From 00e57fc17dd26096015e2b1cb6c25369cf6fd2f0 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Wed, 21 Feb 2024 13:37:13 -0500 Subject: [PATCH] [+] Bind card element --- AquaNet/src/components/BindCard.svelte | 52 ++++++++++++++++++++++++++ AquaNet/src/pages/Home.svelte | 8 +++- 2 files changed, 59 insertions(+), 1 deletion(-) create mode 100644 AquaNet/src/components/BindCard.svelte diff --git a/AquaNet/src/components/BindCard.svelte b/AquaNet/src/components/BindCard.svelte new file mode 100644 index 00000000..cc0df88a --- /dev/null +++ b/AquaNet/src/components/BindCard.svelte @@ -0,0 +1,52 @@ + + + + +
+

Link Card

+

Please enter the following information:

+

1. The 20-digit access code on the back of your card.

+ +

2. Download the NFC Tools app on your phone + (Android / + Apple) and scan your card. Then, enter the Serial Number. +

+ +
+ + \ No newline at end of file diff --git a/AquaNet/src/pages/Home.svelte b/AquaNet/src/pages/Home.svelte index 24ce6aa8..afaa9ad2 100644 --- a/AquaNet/src/pages/Home.svelte +++ b/AquaNet/src/pages/Home.svelte @@ -1,3 +1,9 @@ - TODO + +
+

Welcome to AquaDX!

+ +
\ No newline at end of file