From 0550c8586f833fa51a770c1b16f2a82f2c083fd2 Mon Sep 17 00:00:00 2001 From: Fra3z49 <112791937+Fra3z49@users.noreply.github.com> Date: Thu, 2 May 2024 12:34:03 -0500 Subject: [PATCH] Organized the files into folders. Added correct path to web resources in html. Moved pipfile files to their own folder. --- force.html | 6 +++--- Pipfile => pipfile/Pipfile | 0 Pipfile.lock => pipfile/Pipfile.lock | 0 d3.v2.js => web_resources/d3.v2.js | 0 force.css => web_resources/force.css | 0 force.js => web_resources/force.js | 0 6 files changed, 3 insertions(+), 3 deletions(-) rename Pipfile => pipfile/Pipfile (100%) rename Pipfile.lock => pipfile/Pipfile.lock (100%) rename d3.v2.js => web_resources/d3.v2.js (100%) rename force.css => web_resources/force.css (100%) rename force.js => web_resources/force.js (100%) diff --git a/force.html b/force.html index f6bed21..6a267f2 100644 --- a/force.html +++ b/force.html @@ -2,16 +2,16 @@
If you don't see a chart above, check the JavaScript console. You may need to use a different browser.
diff --git a/Pipfile b/pipfile/Pipfile similarity index 100% rename from Pipfile rename to pipfile/Pipfile diff --git a/Pipfile.lock b/pipfile/Pipfile.lock similarity index 100% rename from Pipfile.lock rename to pipfile/Pipfile.lock diff --git a/d3.v2.js b/web_resources/d3.v2.js similarity index 100% rename from d3.v2.js rename to web_resources/d3.v2.js diff --git a/force.css b/web_resources/force.css similarity index 100% rename from force.css rename to web_resources/force.css diff --git a/force.js b/web_resources/force.js similarity index 100% rename from force.js rename to web_resources/force.js