From eb012e6cdd48fd9260abab767235bafee80b025d Mon Sep 17 00:00:00 2001 From: Steven Tracey Date: Thu, 27 Apr 2023 00:16:09 -0400 Subject: [PATCH] Significant progress --- index.html | 29 +++++++++-------------------- script.js | 49 ++++++++++++++++++++++++++++++++++++++++++------- stylesheet.css | 31 +++++++++++++++++++++++++++++-- 3 files changed, 80 insertions(+), 29 deletions(-) diff --git a/index.html b/index.html index 86e9cb1..a95569b 100644 --- a/index.html +++ b/index.html @@ -27,15 +27,12 @@ @@ -43,7 +40,7 @@
-

Current Backend Url: 127.0.0.1:8090

+

Current Backend Url:

** DEV ENV** - VCard Creator - ** DEV ENV **

@@ -62,22 +59,12 @@
@@ -88,7 +75,7 @@
-
+
@@ -96,7 +83,7 @@
- +
@@ -105,9 +92,11 @@ \ No newline at end of file diff --git a/script.js b/script.js index e1afae8..5ce667c 100644 --- a/script.js +++ b/script.js @@ -9,29 +9,63 @@ function handleCheckbox() { extensionInput.style.display = "block"; directLineInput.style.display = "none"; document.getElementById("directLine").value = ""; - } } +function submitForm() { + +} + +function getLocations() { + //TODO use (backend)/data/locations and do `document.getElementById("location").innerHtml` + //TODO and add