From 5c1910292e2030f2046138181b76475bdbaaa868 Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Fri, 2 Jun 2023 19:06:31 +0200 Subject: [PATCH] cleaning --- Dockerfile => .old/Dockerfile | 0 README.md => .old/README.md | 0 {components => .old/components}/footer.php | 0 {components => .old/components}/header.php | 0 {css => .old/css}/contact.css | 0 {css => .old/css}/home.css | 0 {css => .old/css}/projects.css | 0 {css => .old/css}/style.css | 0 {css => .old/css}/variables.css | 0 {img => .old/img}/fr.ico | Bin {img => .old/img}/fr_logo.webp | Bin index.php => .old/index.php | 0 {libraries => .old/libraries}/console.php | 0 {libraries => .old/libraries}/mail.php | 0 {libraries => .old/libraries}/router.php | 0 {pages => .old/pages}/contact/contact.php | 0 {pages => .old/pages}/errors/404.php | 0 {pages => .old/pages}/home/home.php | 0 {pages => .old/pages}/projects/projects.php | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename Dockerfile => .old/Dockerfile (100%) rename README.md => .old/README.md (100%) rename {components => .old/components}/footer.php (100%) rename {components => .old/components}/header.php (100%) rename {css => .old/css}/contact.css (100%) rename {css => .old/css}/home.css (100%) rename {css => .old/css}/projects.css (100%) rename {css => .old/css}/style.css (100%) rename {css => .old/css}/variables.css (100%) rename {img => .old/img}/fr.ico (100%) rename {img => .old/img}/fr_logo.webp (100%) rename index.php => .old/index.php (100%) rename {libraries => .old/libraries}/console.php (100%) rename {libraries => .old/libraries}/mail.php (100%) rename {libraries => .old/libraries}/router.php (100%) rename {pages => .old/pages}/contact/contact.php (100%) rename {pages => .old/pages}/errors/404.php (100%) rename {pages => .old/pages}/home/home.php (100%) rename {pages => .old/pages}/projects/projects.php (100%) diff --git a/Dockerfile b/.old/Dockerfile similarity index 100% rename from Dockerfile rename to .old/Dockerfile diff --git a/README.md b/.old/README.md similarity index 100% rename from README.md rename to .old/README.md diff --git a/components/footer.php b/.old/components/footer.php similarity index 100% rename from components/footer.php rename to .old/components/footer.php diff --git a/components/header.php b/.old/components/header.php similarity index 100% rename from components/header.php rename to .old/components/header.php diff --git a/css/contact.css b/.old/css/contact.css similarity index 100% rename from css/contact.css rename to .old/css/contact.css diff --git a/css/home.css b/.old/css/home.css similarity index 100% rename from css/home.css rename to .old/css/home.css diff --git a/css/projects.css b/.old/css/projects.css similarity index 100% rename from css/projects.css rename to .old/css/projects.css diff --git a/css/style.css b/.old/css/style.css similarity index 100% rename from css/style.css rename to .old/css/style.css diff --git a/css/variables.css b/.old/css/variables.css similarity index 100% rename from css/variables.css rename to .old/css/variables.css diff --git a/img/fr.ico b/.old/img/fr.ico similarity index 100% rename from img/fr.ico rename to .old/img/fr.ico diff --git a/img/fr_logo.webp b/.old/img/fr_logo.webp similarity index 100% rename from img/fr_logo.webp rename to .old/img/fr_logo.webp diff --git a/index.php b/.old/index.php similarity index 100% rename from index.php rename to .old/index.php diff --git a/libraries/console.php b/.old/libraries/console.php similarity index 100% rename from libraries/console.php rename to .old/libraries/console.php diff --git a/libraries/mail.php b/.old/libraries/mail.php similarity index 100% rename from libraries/mail.php rename to .old/libraries/mail.php diff --git a/libraries/router.php b/.old/libraries/router.php similarity index 100% rename from libraries/router.php rename to .old/libraries/router.php diff --git a/pages/contact/contact.php b/.old/pages/contact/contact.php similarity index 100% rename from pages/contact/contact.php rename to .old/pages/contact/contact.php diff --git a/pages/errors/404.php b/.old/pages/errors/404.php similarity index 100% rename from pages/errors/404.php rename to .old/pages/errors/404.php diff --git a/pages/home/home.php b/.old/pages/home/home.php similarity index 100% rename from pages/home/home.php rename to .old/pages/home/home.php diff --git a/pages/projects/projects.php b/.old/pages/projects/projects.php similarity index 100% rename from pages/projects/projects.php rename to .old/pages/projects/projects.php