From 6cf10ae7f92393df43fa4cc0821bc99025389fcb Mon Sep 17 00:00:00 2001 From: Modo Date: Wed, 18 Oct 2023 20:10:14 +0530 Subject: [PATCH] Reorganize Folders --- frontend/{ => assets}/arrow.svg | 0 frontend/{ => assets}/bg.jpg | Bin frontend/{ => assets}/download.svg | 0 frontend/{ => html}/register.html | 0 frontend/{ => scripts}/dashboard.js | 0 frontend/{ => scripts}/index.js | 0 frontend/{ => scripts}/register.js | 0 frontend/styles/dashboard.css | 0 frontend/{ => styles}/index.css | 0 frontend/{ => styles}/register.css | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename frontend/{ => assets}/arrow.svg (100%) rename frontend/{ => assets}/bg.jpg (100%) rename frontend/{ => assets}/download.svg (100%) rename frontend/{ => html}/register.html (100%) rename frontend/{ => scripts}/dashboard.js (100%) rename frontend/{ => scripts}/index.js (100%) rename frontend/{ => scripts}/register.js (100%) create mode 100644 frontend/styles/dashboard.css rename frontend/{ => styles}/index.css (100%) rename frontend/{ => styles}/register.css (100%) diff --git a/frontend/arrow.svg b/frontend/assets/arrow.svg similarity index 100% rename from frontend/arrow.svg rename to frontend/assets/arrow.svg diff --git a/frontend/bg.jpg b/frontend/assets/bg.jpg similarity index 100% rename from frontend/bg.jpg rename to frontend/assets/bg.jpg diff --git a/frontend/download.svg b/frontend/assets/download.svg similarity index 100% rename from frontend/download.svg rename to frontend/assets/download.svg diff --git a/frontend/register.html b/frontend/html/register.html similarity index 100% rename from frontend/register.html rename to frontend/html/register.html diff --git a/frontend/dashboard.js b/frontend/scripts/dashboard.js similarity index 100% rename from frontend/dashboard.js rename to frontend/scripts/dashboard.js diff --git a/frontend/index.js b/frontend/scripts/index.js similarity index 100% rename from frontend/index.js rename to frontend/scripts/index.js diff --git a/frontend/register.js b/frontend/scripts/register.js similarity index 100% rename from frontend/register.js rename to frontend/scripts/register.js diff --git a/frontend/styles/dashboard.css b/frontend/styles/dashboard.css new file mode 100644 index 0000000..e69de29 diff --git a/frontend/index.css b/frontend/styles/index.css similarity index 100% rename from frontend/index.css rename to frontend/styles/index.css diff --git a/frontend/register.css b/frontend/styles/register.css similarity index 100% rename from frontend/register.css rename to frontend/styles/register.css