From 7af6514f30bd685a30538024f2a755a0cfd94b88 Mon Sep 17 00:00:00 2001 From: Vikranth3140 Date: Wed, 5 Jun 2024 20:05:14 +0530 Subject: [PATCH 1/2] Organized directory structure --- {Website => assets}/new_logo.png | Bin {Website/css => css}/bootstrap-theme.css | 0 {Website/css => css}/bootstrap-theme.css.map | 0 {Website/css => css}/bootstrap-theme.min.css | 0 {Website/css => css}/bootstrap-theme.min.css.map | 0 {Website/css => css}/bootstrap.css | 0 {Website/css => css}/bootstrap.css.map | 0 {Website/css => css}/bootstrap.min.css | 0 {Website/css => css}/bootstrap.min.css.map | 0 Website/index.html => index.html | 2 +- {Website/js => js}/bootstrap.js | 0 {Website/js => js}/bootstrap.min.js | 0 {Website/js => js}/npm.js | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename {Website => assets}/new_logo.png (100%) rename {Website/css => css}/bootstrap-theme.css (100%) rename {Website/css => css}/bootstrap-theme.css.map (100%) rename {Website/css => css}/bootstrap-theme.min.css (100%) rename {Website/css => css}/bootstrap-theme.min.css.map (100%) rename {Website/css => css}/bootstrap.css (100%) rename {Website/css => css}/bootstrap.css.map (100%) rename {Website/css => css}/bootstrap.min.css (100%) rename {Website/css => css}/bootstrap.min.css.map (100%) rename Website/index.html => index.html (95%) rename {Website/js => js}/bootstrap.js (100%) rename {Website/js => js}/bootstrap.min.js (100%) rename {Website/js => js}/npm.js (100%) diff --git a/Website/new_logo.png b/assets/new_logo.png similarity index 100% rename from Website/new_logo.png rename to assets/new_logo.png diff --git a/Website/css/bootstrap-theme.css b/css/bootstrap-theme.css similarity index 100% rename from Website/css/bootstrap-theme.css rename to css/bootstrap-theme.css diff --git a/Website/css/bootstrap-theme.css.map b/css/bootstrap-theme.css.map similarity index 100% rename from Website/css/bootstrap-theme.css.map rename to css/bootstrap-theme.css.map diff --git a/Website/css/bootstrap-theme.min.css b/css/bootstrap-theme.min.css similarity index 100% rename from Website/css/bootstrap-theme.min.css rename to css/bootstrap-theme.min.css diff --git a/Website/css/bootstrap-theme.min.css.map b/css/bootstrap-theme.min.css.map similarity index 100% rename from Website/css/bootstrap-theme.min.css.map rename to css/bootstrap-theme.min.css.map diff --git a/Website/css/bootstrap.css b/css/bootstrap.css similarity index 100% rename from Website/css/bootstrap.css rename to css/bootstrap.css diff --git a/Website/css/bootstrap.css.map b/css/bootstrap.css.map similarity index 100% rename from Website/css/bootstrap.css.map rename to css/bootstrap.css.map diff --git a/Website/css/bootstrap.min.css b/css/bootstrap.min.css similarity index 100% rename from Website/css/bootstrap.min.css rename to css/bootstrap.min.css diff --git a/Website/css/bootstrap.min.css.map b/css/bootstrap.min.css.map similarity index 100% rename from Website/css/bootstrap.min.css.map rename to css/bootstrap.min.css.map diff --git a/Website/index.html b/index.html similarity index 95% rename from Website/index.html rename to index.html index 5999bc4..d9588d7 100644 --- a/Website/index.html +++ b/index.html @@ -16,7 +16,7 @@
diff --git a/Website/js/bootstrap.js b/js/bootstrap.js similarity index 100% rename from Website/js/bootstrap.js rename to js/bootstrap.js diff --git a/Website/js/bootstrap.min.js b/js/bootstrap.min.js similarity index 100% rename from Website/js/bootstrap.min.js rename to js/bootstrap.min.js diff --git a/Website/js/npm.js b/js/npm.js similarity index 100% rename from Website/js/npm.js rename to js/npm.js From 99e33dab3aabce1a75c6108379788118bad60358 Mon Sep 17 00:00:00 2001 From: Vikranth3140 Date: Wed, 5 Jun 2024 20:14:40 +0530 Subject: [PATCH 2/2] Fixed href link back to source code --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d9588d7..fc4a95c 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@