diff --git a/.editorconfig b/_old/.editorconfig similarity index 100% rename from .editorconfig rename to _old/.editorconfig diff --git a/.github/CODE_OF_CONDUCT.md b/_old/.github/CODE_OF_CONDUCT.md similarity index 100% rename from .github/CODE_OF_CONDUCT.md rename to _old/.github/CODE_OF_CONDUCT.md diff --git a/.github/CONTRIBUTING.md b/_old/.github/CONTRIBUTING.md similarity index 100% rename from .github/CONTRIBUTING.md rename to _old/.github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/_old/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to _old/.github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/_old/.github/ISSUE_TEMPLATE/feature_request.md similarity index 100% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to _old/.github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/question.md b/_old/.github/ISSUE_TEMPLATE/question.md similarity index 100% rename from .github/ISSUE_TEMPLATE/question.md rename to _old/.github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/task.md b/_old/.github/ISSUE_TEMPLATE/task.md similarity index 100% rename from .github/ISSUE_TEMPLATE/task.md rename to _old/.github/ISSUE_TEMPLATE/task.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/_old/.github/PULL_REQUEST_TEMPLATE.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE.md rename to _old/.github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/labeler.yml b/_old/.github/labeler.yml similarity index 100% rename from .github/labeler.yml rename to _old/.github/labeler.yml diff --git a/.github/release-drafter.yml b/_old/.github/release-drafter.yml similarity index 100% rename from .github/release-drafter.yml rename to _old/.github/release-drafter.yml diff --git a/.github/release.yml b/_old/.github/release.yml similarity index 100% rename from .github/release.yml rename to _old/.github/release.yml diff --git a/.github/workflows/cd.deploy.stg.yml b/_old/.github/workflows/cd.deploy.stg.yml similarity index 100% rename from .github/workflows/cd.deploy.stg.yml rename to _old/.github/workflows/cd.deploy.stg.yml diff --git a/.github/workflows/cd.deploy.yml b/_old/.github/workflows/cd.deploy.yml similarity index 100% rename from .github/workflows/cd.deploy.yml rename to _old/.github/workflows/cd.deploy.yml diff --git a/.github/workflows/ci.main.yml b/_old/.github/workflows/ci.main.yml similarity index 100% rename from .github/workflows/ci.main.yml rename to _old/.github/workflows/ci.main.yml diff --git a/.github/workflows/ci.pr.e2e.yml b/_old/.github/workflows/ci.pr.e2e.yml similarity index 100% rename from .github/workflows/ci.pr.e2e.yml rename to _old/.github/workflows/ci.pr.e2e.yml diff --git a/.github/workflows/ci.pr.yml b/_old/.github/workflows/ci.pr.yml similarity index 100% rename from .github/workflows/ci.pr.yml rename to _old/.github/workflows/ci.pr.yml diff --git a/.github/workflows/codeql-analysis.yml b/_old/.github/workflows/codeql-analysis.yml similarity index 100% rename from .github/workflows/codeql-analysis.yml rename to _old/.github/workflows/codeql-analysis.yml diff --git a/.github/workflows/stage-release.yml b/_old/.github/workflows/stage-release.yml similarity index 100% rename from .github/workflows/stage-release.yml rename to _old/.github/workflows/stage-release.yml diff --git a/.gitignore b/_old/.gitignore similarity index 100% rename from .gitignore rename to _old/.gitignore diff --git a/LICENSE b/_old/LICENSE similarity index 100% rename from LICENSE rename to _old/LICENSE diff --git a/README.md b/_old/README.md similarity index 100% rename from README.md rename to _old/README.md diff --git a/api/README.md b/_old/api/README.md similarity index 100% rename from api/README.md rename to _old/api/README.md diff --git a/api/oracle-cloud/Dockerfile b/_old/api/oracle-cloud/Dockerfile similarity index 100% rename from api/oracle-cloud/Dockerfile rename to _old/api/oracle-cloud/Dockerfile diff --git a/api/oracle-cloud/deploy.ts b/_old/api/oracle-cloud/deploy.ts similarity index 100% rename from api/oracle-cloud/deploy.ts rename to _old/api/oracle-cloud/deploy.ts diff --git a/api/oracle-cloud/docker-compose.yml b/_old/api/oracle-cloud/docker-compose.yml similarity index 100% rename from api/oracle-cloud/docker-compose.yml rename to _old/api/oracle-cloud/docker-compose.yml diff --git a/api/package.json b/_old/api/package.json similarity index 100% rename from api/package.json rename to _old/api/package.json diff --git a/api/src/_test/mocks.ts b/_old/api/src/_test/mocks.ts similarity index 100% rename from api/src/_test/mocks.ts rename to _old/api/src/_test/mocks.ts diff --git a/api/src/_test/pre-test.ts b/_old/api/src/_test/pre-test.ts similarity index 100% rename from api/src/_test/pre-test.ts rename to _old/api/src/_test/pre-test.ts diff --git a/api/src/_test/setup.ts b/_old/api/src/_test/setup.ts similarity index 100% rename from api/src/_test/setup.ts rename to _old/api/src/_test/setup.ts diff --git a/api/src/app/endpoints.ts b/_old/api/src/app/endpoints.ts similarity index 100% rename from api/src/app/endpoints.ts rename to _old/api/src/app/endpoints.ts diff --git a/api/src/app/index.ts b/_old/api/src/app/index.ts similarity index 100% rename from api/src/app/index.ts rename to _old/api/src/app/index.ts diff --git a/api/src/app/middlewares/docs.ts b/_old/api/src/app/middlewares/docs.ts similarity index 100% rename from api/src/app/middlewares/docs.ts rename to _old/api/src/app/middlewares/docs.ts diff --git a/api/src/app/middlewares/error.ts b/_old/api/src/app/middlewares/error.ts similarity index 100% rename from api/src/app/middlewares/error.ts rename to _old/api/src/app/middlewares/error.ts diff --git a/api/src/app/middlewares/logger.ts b/_old/api/src/app/middlewares/logger.ts similarity index 100% rename from api/src/app/middlewares/logger.ts rename to _old/api/src/app/middlewares/logger.ts diff --git a/api/src/app/middlewares/robots.ts b/_old/api/src/app/middlewares/robots.ts similarity index 100% rename from api/src/app/middlewares/robots.ts rename to _old/api/src/app/middlewares/robots.ts diff --git a/api/src/app/middlewares/security.ts b/_old/api/src/app/middlewares/security.ts similarity index 100% rename from api/src/app/middlewares/security.ts rename to _old/api/src/app/middlewares/security.ts diff --git a/api/src/app/middlewares/sentry-error-handler.ts b/_old/api/src/app/middlewares/sentry-error-handler.ts similarity index 100% rename from api/src/app/middlewares/sentry-error-handler.ts rename to _old/api/src/app/middlewares/sentry-error-handler.ts diff --git a/api/src/app/middlewares/sentry-request-handler.ts b/_old/api/src/app/middlewares/sentry-request-handler.ts similarity index 100% rename from api/src/app/middlewares/sentry-request-handler.ts rename to _old/api/src/app/middlewares/sentry-request-handler.ts diff --git a/api/src/app/types/index.ts b/_old/api/src/app/types/index.ts similarity index 100% rename from api/src/app/types/index.ts rename to _old/api/src/app/types/index.ts diff --git a/api/src/article/controller.ts b/_old/api/src/article/controller.ts similarity index 100% rename from api/src/article/controller.ts rename to _old/api/src/article/controller.ts diff --git a/api/src/article/types.ts b/_old/api/src/article/types.ts similarity index 100% rename from api/src/article/types.ts rename to _old/api/src/article/types.ts diff --git a/api/src/config/dto.ts b/_old/api/src/config/dto.ts similarity index 100% rename from api/src/config/dto.ts rename to _old/api/src/config/dto.ts diff --git a/api/src/config/service.spec.ts b/_old/api/src/config/service.spec.ts similarity index 100% rename from api/src/config/service.spec.ts rename to _old/api/src/config/service.spec.ts diff --git a/api/src/config/service.ts b/_old/api/src/config/service.ts similarity index 100% rename from api/src/config/service.ts rename to _old/api/src/config/service.ts diff --git a/api/src/contribution/controller.ts b/_old/api/src/contribution/controller.ts similarity index 100% rename from api/src/contribution/controller.ts rename to _old/api/src/contribution/controller.ts diff --git a/api/src/contribution/repository.ts b/_old/api/src/contribution/repository.ts similarity index 100% rename from api/src/contribution/repository.ts rename to _old/api/src/contribution/repository.ts diff --git a/api/src/contribution/types.ts b/_old/api/src/contribution/types.ts similarity index 100% rename from api/src/contribution/types.ts rename to _old/api/src/contribution/types.ts diff --git a/api/src/data/service.ts b/_old/api/src/data/service.ts similarity index 100% rename from api/src/data/service.ts rename to _old/api/src/data/service.ts diff --git a/api/src/data/types.ts b/_old/api/src/data/types.ts similarity index 100% rename from api/src/data/types.ts rename to _old/api/src/data/types.ts diff --git a/api/src/documentation/controller.ts b/_old/api/src/documentation/controller.ts similarity index 100% rename from api/src/documentation/controller.ts rename to _old/api/src/documentation/controller.ts diff --git a/api/src/documentation/types.ts b/_old/api/src/documentation/types.ts similarity index 100% rename from api/src/documentation/types.ts rename to _old/api/src/documentation/types.ts diff --git a/api/src/fetch/service.ts b/_old/api/src/fetch/service.ts similarity index 100% rename from api/src/fetch/service.ts rename to _old/api/src/fetch/service.ts diff --git a/api/src/fetch/types.ts b/_old/api/src/fetch/types.ts similarity index 100% rename from api/src/fetch/types.ts rename to _old/api/src/fetch/types.ts diff --git a/api/src/github/controller.ts b/_old/api/src/github/controller.ts similarity index 100% rename from api/src/github/controller.ts rename to _old/api/src/github/controller.ts diff --git a/api/src/github/service.spec.ts b/_old/api/src/github/service.spec.ts similarity index 100% rename from api/src/github/service.spec.ts rename to _old/api/src/github/service.spec.ts diff --git a/api/src/github/service.ts b/_old/api/src/github/service.ts similarity index 100% rename from api/src/github/service.ts rename to _old/api/src/github/service.ts diff --git a/api/src/github/types.ts b/_old/api/src/github/types.ts similarity index 100% rename from api/src/github/types.ts rename to _old/api/src/github/types.ts diff --git a/api/src/logger/service.ts b/_old/api/src/logger/service.ts similarity index 100% rename from api/src/logger/service.ts rename to _old/api/src/logger/service.ts diff --git a/api/src/milestone/controller.ts b/_old/api/src/milestone/controller.ts similarity index 100% rename from api/src/milestone/controller.ts rename to _old/api/src/milestone/controller.ts diff --git a/api/src/milestone/types.ts b/_old/api/src/milestone/types.ts similarity index 100% rename from api/src/milestone/types.ts rename to _old/api/src/milestone/types.ts diff --git a/api/src/project/controller.ts b/_old/api/src/project/controller.ts similarity index 100% rename from api/src/project/controller.ts rename to _old/api/src/project/controller.ts diff --git a/api/src/project/types.ts b/_old/api/src/project/types.ts similarity index 100% rename from api/src/project/types.ts rename to _old/api/src/project/types.ts diff --git a/api/src/team/controller.ts b/_old/api/src/team/controller.ts similarity index 100% rename from api/src/team/controller.ts rename to _old/api/src/team/controller.ts diff --git a/api/src/team/repository.ts b/_old/api/src/team/repository.ts similarity index 100% rename from api/src/team/repository.ts rename to _old/api/src/team/repository.ts diff --git a/api/src/team/types.ts b/_old/api/src/team/types.ts similarity index 100% rename from api/src/team/types.ts rename to _old/api/src/team/types.ts diff --git a/api/tsconfig.json b/_old/api/tsconfig.json similarity index 100% rename from api/tsconfig.json rename to _old/api/tsconfig.json diff --git a/data/jest.config.json b/_old/data/jest.config.json similarity index 100% rename from data/jest.config.json rename to _old/data/jest.config.json diff --git a/data/models/articles/A_Friendly_Tool_For_React_Native_Projects/content.md b/_old/data/models/articles/A_Friendly_Tool_For_React_Native_Projects/content.md similarity index 100% rename from data/models/articles/A_Friendly_Tool_For_React_Native_Projects/content.md rename to _old/data/models/articles/A_Friendly_Tool_For_React_Native_Projects/content.md diff --git a/data/models/articles/A_Friendly_Tool_For_React_Native_Projects/info.json b/_old/data/models/articles/A_Friendly_Tool_For_React_Native_Projects/info.json similarity index 100% rename from data/models/articles/A_Friendly_Tool_For_React_Native_Projects/info.json rename to _old/data/models/articles/A_Friendly_Tool_For_React_Native_Projects/info.json diff --git a/data/models/articles/A_Python_Website_No_Framework_Needed/content.md b/_old/data/models/articles/A_Python_Website_No_Framework_Needed/content.md similarity index 100% rename from data/models/articles/A_Python_Website_No_Framework_Needed/content.md rename to _old/data/models/articles/A_Python_Website_No_Framework_Needed/content.md diff --git a/data/models/articles/A_Python_Website_No_Framework_Needed/info.json b/_old/data/models/articles/A_Python_Website_No_Framework_Needed/info.json similarity index 100% rename from data/models/articles/A_Python_Website_No_Framework_Needed/info.json rename to _old/data/models/articles/A_Python_Website_No_Framework_Needed/info.json diff --git a/data/models/articles/A_Python_Website_No_Framework_Needed_PART_2/content.md b/_old/data/models/articles/A_Python_Website_No_Framework_Needed_PART_2/content.md similarity index 100% rename from data/models/articles/A_Python_Website_No_Framework_Needed_PART_2/content.md rename to _old/data/models/articles/A_Python_Website_No_Framework_Needed_PART_2/content.md diff --git a/data/models/articles/A_Python_Website_No_Framework_Needed_PART_2/info.json b/_old/data/models/articles/A_Python_Website_No_Framework_Needed_PART_2/info.json similarity index 100% rename from data/models/articles/A_Python_Website_No_Framework_Needed_PART_2/info.json rename to _old/data/models/articles/A_Python_Website_No_Framework_Needed_PART_2/info.json diff --git a/data/models/articles/Create_A_Vim_Plugin_Part_One/content.md b/_old/data/models/articles/Create_A_Vim_Plugin_Part_One/content.md similarity index 100% rename from data/models/articles/Create_A_Vim_Plugin_Part_One/content.md rename to _old/data/models/articles/Create_A_Vim_Plugin_Part_One/content.md diff --git a/data/models/articles/Create_A_Vim_Plugin_Part_One/info.json b/_old/data/models/articles/Create_A_Vim_Plugin_Part_One/info.json similarity index 100% rename from data/models/articles/Create_A_Vim_Plugin_Part_One/info.json rename to _old/data/models/articles/Create_A_Vim_Plugin_Part_One/info.json diff --git a/data/models/articles/Open_source/content.md b/_old/data/models/articles/Open_source/content.md similarity index 100% rename from data/models/articles/Open_source/content.md rename to _old/data/models/articles/Open_source/content.md diff --git a/data/models/articles/Open_source/info.json b/_old/data/models/articles/Open_source/info.json similarity index 100% rename from data/models/articles/Open_source/info.json rename to _old/data/models/articles/Open_source/info.json diff --git a/data/models/articles/Send_Emails_With_Django_and_Gmail_A_Better_Way/content.md b/_old/data/models/articles/Send_Emails_With_Django_and_Gmail_A_Better_Way/content.md similarity index 100% rename from data/models/articles/Send_Emails_With_Django_and_Gmail_A_Better_Way/content.md rename to _old/data/models/articles/Send_Emails_With_Django_and_Gmail_A_Better_Way/content.md diff --git a/data/models/articles/Send_Emails_With_Django_and_Gmail_A_Better_Way/info.json b/_old/data/models/articles/Send_Emails_With_Django_and_Gmail_A_Better_Way/info.json similarity index 100% rename from data/models/articles/Send_Emails_With_Django_and_Gmail_A_Better_Way/info.json rename to _old/data/models/articles/Send_Emails_With_Django_and_Gmail_A_Better_Way/info.json diff --git a/data/models/articles/Use_Conventional_Commits_To_Contribute_To_DZCode/content.md b/_old/data/models/articles/Use_Conventional_Commits_To_Contribute_To_DZCode/content.md similarity index 100% rename from data/models/articles/Use_Conventional_Commits_To_Contribute_To_DZCode/content.md rename to _old/data/models/articles/Use_Conventional_Commits_To_Contribute_To_DZCode/content.md diff --git a/data/models/articles/Use_Conventional_Commits_To_Contribute_To_DZCode/info.json b/_old/data/models/articles/Use_Conventional_Commits_To_Contribute_To_DZCode/info.json similarity index 100% rename from data/models/articles/Use_Conventional_Commits_To_Contribute_To_DZCode/info.json rename to _old/data/models/articles/Use_Conventional_Commits_To_Contribute_To_DZCode/info.json diff --git a/data/models/articles/list.json b/_old/data/models/articles/list.json similarity index 100% rename from data/models/articles/list.json rename to _old/data/models/articles/list.json diff --git a/data/models/articles/ssr.json b/_old/data/models/articles/ssr.json similarity index 100% rename from data/models/articles/ssr.json rename to _old/data/models/articles/ssr.json diff --git a/data/models/articles/top-articles.json b/_old/data/models/articles/top-articles.json similarity index 100% rename from data/models/articles/top-articles.json rename to _old/data/models/articles/top-articles.json diff --git a/data/models/documentation/About_dzcode_io/Add_Your_Article_To_dzcode_io/content.md b/_old/data/models/documentation/About_dzcode_io/Add_Your_Article_To_dzcode_io/content.md similarity index 100% rename from data/models/documentation/About_dzcode_io/Add_Your_Article_To_dzcode_io/content.md rename to _old/data/models/documentation/About_dzcode_io/Add_Your_Article_To_dzcode_io/content.md diff --git a/data/models/documentation/About_dzcode_io/Add_Your_Article_To_dzcode_io/info.json b/_old/data/models/documentation/About_dzcode_io/Add_Your_Article_To_dzcode_io/info.json similarity index 100% rename from data/models/documentation/About_dzcode_io/Add_Your_Article_To_dzcode_io/info.json rename to _old/data/models/documentation/About_dzcode_io/Add_Your_Article_To_dzcode_io/info.json diff --git a/data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/content.md b/_old/data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/content.md similarity index 100% rename from data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/content.md rename to _old/data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/content.md diff --git a/data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/info.json b/_old/data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/info.json similarity index 100% rename from data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/info.json rename to _old/data/models/documentation/About_dzcode_io/Add_Your_Project_To_dzcode_io/info.json diff --git a/data/models/documentation/About_dzcode_io/content.md b/_old/data/models/documentation/About_dzcode_io/content.md similarity index 100% rename from data/models/documentation/About_dzcode_io/content.md rename to _old/data/models/documentation/About_dzcode_io/content.md diff --git a/data/models/documentation/About_dzcode_io/info.json b/_old/data/models/documentation/About_dzcode_io/info.json similarity index 100% rename from data/models/documentation/About_dzcode_io/info.json rename to _old/data/models/documentation/About_dzcode_io/info.json diff --git a/data/models/documentation/Getting_Started/content.md b/_old/data/models/documentation/Getting_Started/content.md similarity index 100% rename from data/models/documentation/Getting_Started/content.md rename to _old/data/models/documentation/Getting_Started/content.md diff --git a/data/models/documentation/Getting_Started/info.json b/_old/data/models/documentation/Getting_Started/info.json similarity index 100% rename from data/models/documentation/Getting_Started/info.json rename to _old/data/models/documentation/Getting_Started/info.json diff --git a/data/models/documentation/Git_Basics/Pull_Merge_Request/content.md b/_old/data/models/documentation/Git_Basics/Pull_Merge_Request/content.md similarity index 100% rename from data/models/documentation/Git_Basics/Pull_Merge_Request/content.md rename to _old/data/models/documentation/Git_Basics/Pull_Merge_Request/content.md diff --git a/data/models/documentation/Git_Basics/Pull_Merge_Request/info.json b/_old/data/models/documentation/Git_Basics/Pull_Merge_Request/info.json similarity index 100% rename from data/models/documentation/Git_Basics/Pull_Merge_Request/info.json rename to _old/data/models/documentation/Git_Basics/Pull_Merge_Request/info.json diff --git a/data/models/documentation/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream/content.md b/_old/data/models/documentation/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream/content.md similarity index 100% rename from data/models/documentation/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream/content.md rename to _old/data/models/documentation/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream/content.md diff --git a/data/models/documentation/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream/info.json b/_old/data/models/documentation/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream/info.json similarity index 100% rename from data/models/documentation/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream/info.json rename to _old/data/models/documentation/Git_Basics/Syncing_An_Old_Forked_Repository_With_Upstream/info.json diff --git a/data/models/documentation/Git_Basics/What_The_Fork/content.md b/_old/data/models/documentation/Git_Basics/What_The_Fork/content.md similarity index 100% rename from data/models/documentation/Git_Basics/What_The_Fork/content.md rename to _old/data/models/documentation/Git_Basics/What_The_Fork/content.md diff --git a/data/models/documentation/Git_Basics/What_The_Fork/info.json b/_old/data/models/documentation/Git_Basics/What_The_Fork/info.json similarity index 100% rename from data/models/documentation/Git_Basics/What_The_Fork/info.json rename to _old/data/models/documentation/Git_Basics/What_The_Fork/info.json diff --git a/data/models/documentation/Git_Basics/content.md b/_old/data/models/documentation/Git_Basics/content.md similarity index 100% rename from data/models/documentation/Git_Basics/content.md rename to _old/data/models/documentation/Git_Basics/content.md diff --git a/data/models/documentation/Git_Basics/info.json b/_old/data/models/documentation/Git_Basics/info.json similarity index 100% rename from data/models/documentation/Git_Basics/info.json rename to _old/data/models/documentation/Git_Basics/info.json diff --git a/data/models/documentation/list.json b/_old/data/models/documentation/list.json similarity index 100% rename from data/models/documentation/list.json rename to _old/data/models/documentation/list.json diff --git a/data/models/documentation/ssr.json b/_old/data/models/documentation/ssr.json similarity index 100% rename from data/models/documentation/ssr.json rename to _old/data/models/documentation/ssr.json diff --git a/data/models/projects/AiPalettes/info.json b/_old/data/models/projects/AiPalettes/info.json similarity index 100% rename from data/models/projects/AiPalettes/info.json rename to _old/data/models/projects/AiPalettes/info.json diff --git a/data/models/projects/Algeria_Covid19_Tracker/info.json b/_old/data/models/projects/Algeria_Covid19_Tracker/info.json similarity index 100% rename from data/models/projects/Algeria_Covid19_Tracker/info.json rename to _old/data/models/projects/Algeria_Covid19_Tracker/info.json diff --git a/data/models/projects/Algeria_Logos/info.json b/_old/data/models/projects/Algeria_Logos/info.json similarity index 100% rename from data/models/projects/Algeria_Logos/info.json rename to _old/data/models/projects/Algeria_Logos/info.json diff --git a/data/models/projects/Algeria_Startup_Jobs/info.json b/_old/data/models/projects/Algeria_Startup_Jobs/info.json similarity index 100% rename from data/models/projects/Algeria_Startup_Jobs/info.json rename to _old/data/models/projects/Algeria_Startup_Jobs/info.json diff --git a/data/models/projects/Algeria_boukal/info.json b/_old/data/models/projects/Algeria_boukal/info.json similarity index 100% rename from data/models/projects/Algeria_boukal/info.json rename to _old/data/models/projects/Algeria_boukal/info.json diff --git a/data/models/projects/Algerian_Administrative_Division/info.json b/_old/data/models/projects/Algerian_Administrative_Division/info.json similarity index 100% rename from data/models/projects/Algerian_Administrative_Division/info.json rename to _old/data/models/projects/Algerian_Administrative_Division/info.json diff --git a/data/models/projects/AlgeriansCoinsObjectDetection/info.json b/_old/data/models/projects/AlgeriansCoinsObjectDetection/info.json similarity index 100% rename from data/models/projects/AlgeriansCoinsObjectDetection/info.json rename to _old/data/models/projects/AlgeriansCoinsObjectDetection/info.json diff --git a/data/models/projects/Archiy_Package/info.json b/_old/data/models/projects/Archiy_Package/info.json similarity index 100% rename from data/models/projects/Archiy_Package/info.json rename to _old/data/models/projects/Archiy_Package/info.json diff --git a/data/models/projects/Check_Hadith/info.json b/_old/data/models/projects/Check_Hadith/info.json similarity index 100% rename from data/models/projects/Check_Hadith/info.json rename to _old/data/models/projects/Check_Hadith/info.json diff --git a/data/models/projects/Dzair_Data_Usage/info.json b/_old/data/models/projects/Dzair_Data_Usage/info.json similarity index 100% rename from data/models/projects/Dzair_Data_Usage/info.json rename to _old/data/models/projects/Dzair_Data_Usage/info.json diff --git a/data/models/projects/Face_Mask_Detect/info.json b/_old/data/models/projects/Face_Mask_Detect/info.json similarity index 100% rename from data/models/projects/Face_Mask_Detect/info.json rename to _old/data/models/projects/Face_Mask_Detect/info.json diff --git a/data/models/projects/Flutter_Reaction_Button/info.json b/_old/data/models/projects/Flutter_Reaction_Button/info.json similarity index 100% rename from data/models/projects/Flutter_Reaction_Button/info.json rename to _old/data/models/projects/Flutter_Reaction_Button/info.json diff --git a/data/models/projects/Godaddy_Reseller/info.json b/_old/data/models/projects/Godaddy_Reseller/info.json similarity index 100% rename from data/models/projects/Godaddy_Reseller/info.json rename to _old/data/models/projects/Godaddy_Reseller/info.json diff --git a/data/models/projects/Godaddy_Reseller_Api_Client/info.json b/_old/data/models/projects/Godaddy_Reseller_Api_Client/info.json similarity index 100% rename from data/models/projects/Godaddy_Reseller_Api_Client/info.json rename to _old/data/models/projects/Godaddy_Reseller_Api_Client/info.json diff --git a/data/models/projects/Gold_Prices_Web/info.json b/_old/data/models/projects/Gold_Prices_Web/info.json similarity index 100% rename from data/models/projects/Gold_Prices_Web/info.json rename to _old/data/models/projects/Gold_Prices_Web/info.json diff --git a/data/models/projects/Kuliya/info.json b/_old/data/models/projects/Kuliya/info.json similarity index 100% rename from data/models/projects/Kuliya/info.json rename to _old/data/models/projects/Kuliya/info.json diff --git a/data/models/projects/Laravel_Algerian_Education_System/info.json b/_old/data/models/projects/Laravel_Algerian_Education_System/info.json similarity index 100% rename from data/models/projects/Laravel_Algerian_Education_System/info.json rename to _old/data/models/projects/Laravel_Algerian_Education_System/info.json diff --git a/data/models/projects/Laravel_Algerian_Provinces/info.json b/_old/data/models/projects/Laravel_Algerian_Provinces/info.json similarity index 100% rename from data/models/projects/Laravel_Algerian_Provinces/info.json rename to _old/data/models/projects/Laravel_Algerian_Provinces/info.json diff --git a/data/models/projects/Leblad/info.json b/_old/data/models/projects/Leblad/info.json similarity index 100% rename from data/models/projects/Leblad/info.json rename to _old/data/models/projects/Leblad/info.json diff --git a/data/models/projects/List_to_Tree_aka_l2t/info.json b/_old/data/models/projects/List_to_Tree_aka_l2t/info.json similarity index 100% rename from data/models/projects/List_to_Tree_aka_l2t/info.json rename to _old/data/models/projects/List_to_Tree_aka_l2t/info.json diff --git a/data/models/projects/MERN_Auth_Roles_Boilerplate/info.json b/_old/data/models/projects/MERN_Auth_Roles_Boilerplate/info.json similarity index 100% rename from data/models/projects/MERN_Auth_Roles_Boilerplate/info.json rename to _old/data/models/projects/MERN_Auth_Roles_Boilerplate/info.json diff --git a/data/models/projects/Madinati_Meteo/info.json b/_old/data/models/projects/Madinati_Meteo/info.json similarity index 100% rename from data/models/projects/Madinati_Meteo/info.json rename to _old/data/models/projects/Madinati_Meteo/info.json diff --git a/data/models/projects/Melyon_Theme/info.json b/_old/data/models/projects/Melyon_Theme/info.json similarity index 100% rename from data/models/projects/Melyon_Theme/info.json rename to _old/data/models/projects/Melyon_Theme/info.json diff --git a/data/models/projects/Mishkal/info.json b/_old/data/models/projects/Mishkal/info.json similarity index 100% rename from data/models/projects/Mishkal/info.json rename to _old/data/models/projects/Mishkal/info.json diff --git a/data/models/projects/Moadaly/info.json b/_old/data/models/projects/Moadaly/info.json similarity index 100% rename from data/models/projects/Moadaly/info.json rename to _old/data/models/projects/Moadaly/info.json diff --git a/data/models/projects/Mylinks_Space/info.json b/_old/data/models/projects/Mylinks_Space/info.json similarity index 100% rename from data/models/projects/Mylinks_Space/info.json rename to _old/data/models/projects/Mylinks_Space/info.json diff --git a/data/models/projects/Open-listings/info.json b/_old/data/models/projects/Open-listings/info.json similarity index 100% rename from data/models/projects/Open-listings/info.json rename to _old/data/models/projects/Open-listings/info.json diff --git a/data/models/projects/Openadhan/info.json b/_old/data/models/projects/Openadhan/info.json similarity index 100% rename from data/models/projects/Openadhan/info.json rename to _old/data/models/projects/Openadhan/info.json diff --git a/data/models/projects/PHP_JSON_Tongue/info.json b/_old/data/models/projects/PHP_JSON_Tongue/info.json similarity index 100% rename from data/models/projects/PHP_JSON_Tongue/info.json rename to _old/data/models/projects/PHP_JSON_Tongue/info.json diff --git a/data/models/projects/Python_Complex/info.json b/_old/data/models/projects/Python_Complex/info.json similarity index 100% rename from data/models/projects/Python_Complex/info.json rename to _old/data/models/projects/Python_Complex/info.json diff --git a/data/models/projects/QuranIPFS/info.json b/_old/data/models/projects/QuranIPFS/info.json similarity index 100% rename from data/models/projects/QuranIPFS/info.json rename to _old/data/models/projects/QuranIPFS/info.json diff --git a/data/models/projects/React_Glassmorphism_Components/info.json b/_old/data/models/projects/React_Glassmorphism_Components/info.json similarity index 100% rename from data/models/projects/React_Glassmorphism_Components/info.json rename to _old/data/models/projects/React_Glassmorphism_Components/info.json diff --git a/data/models/projects/React_Help_Create/info.json b/_old/data/models/projects/React_Help_Create/info.json similarity index 100% rename from data/models/projects/React_Help_Create/info.json rename to _old/data/models/projects/React_Help_Create/info.json diff --git a/data/models/projects/React_Native_Currency_Converter/info.json b/_old/data/models/projects/React_Native_Currency_Converter/info.json similarity index 100% rename from data/models/projects/React_Native_Currency_Converter/info.json rename to _old/data/models/projects/React_Native_Currency_Converter/info.json diff --git a/data/models/projects/React_Native_Help_Create/info.json b/_old/data/models/projects/React_Native_Help_Create/info.json similarity index 100% rename from data/models/projects/React_Native_Help_Create/info.json rename to _old/data/models/projects/React_Native_Help_Create/info.json diff --git a/data/models/projects/React_Project_Builder/info.json b/_old/data/models/projects/React_Project_Builder/info.json similarity index 100% rename from data/models/projects/React_Project_Builder/info.json rename to _old/data/models/projects/React_Project_Builder/info.json diff --git a/data/models/projects/STRM_Test/info.json b/_old/data/models/projects/STRM_Test/info.json similarity index 100% rename from data/models/projects/STRM_Test/info.json rename to _old/data/models/projects/STRM_Test/info.json diff --git a/data/models/projects/System_Monitor/info.json b/_old/data/models/projects/System_Monitor/info.json similarity index 100% rename from data/models/projects/System_Monitor/info.json rename to _old/data/models/projects/System_Monitor/info.json diff --git a/data/models/projects/Violence_Detection/info.json b/_old/data/models/projects/Violence_Detection/info.json similarity index 100% rename from data/models/projects/Violence_Detection/info.json rename to _old/data/models/projects/Violence_Detection/info.json diff --git a/data/models/projects/Voice_Translator_React_Native/info.json b/_old/data/models/projects/Voice_Translator_React_Native/info.json similarity index 100% rename from data/models/projects/Voice_Translator_React_Native/info.json rename to _old/data/models/projects/Voice_Translator_React_Native/info.json diff --git a/data/models/projects/Weather_Forecast/info.json b/_old/data/models/projects/Weather_Forecast/info.json similarity index 100% rename from data/models/projects/Weather_Forecast/info.json rename to _old/data/models/projects/Weather_Forecast/info.json diff --git a/data/models/projects/dzcode.io_website/info.json b/_old/data/models/projects/dzcode.io_website/info.json similarity index 100% rename from data/models/projects/dzcode.io_website/info.json rename to _old/data/models/projects/dzcode.io_website/info.json diff --git a/data/models/projects/list.json b/_old/data/models/projects/list.json similarity index 100% rename from data/models/projects/list.json rename to _old/data/models/projects/list.json diff --git a/data/models/projects/who_want_to_millionaire/info.json b/_old/data/models/projects/who_want_to_millionaire/info.json similarity index 100% rename from data/models/projects/who_want_to_millionaire/info.json rename to _old/data/models/projects/who_want_to_millionaire/info.json diff --git a/data/package.json b/_old/data/package.json similarity index 100% rename from data/package.json rename to _old/data/package.json diff --git a/data/src/collection.ts b/_old/data/src/collection.ts similarity index 100% rename from data/src/collection.ts rename to _old/data/src/collection.ts diff --git a/data/src/entry.ts b/_old/data/src/entry.ts similarity index 100% rename from data/src/entry.ts rename to _old/data/src/entry.ts diff --git a/data/tsconfig.json b/_old/data/tsconfig.json similarity index 100% rename from data/tsconfig.json rename to _old/data/tsconfig.json diff --git a/lerna.json b/_old/lerna.json similarity index 100% rename from lerna.json rename to _old/lerna.json diff --git a/mobile/app.json b/_old/mobile/app.json similarity index 100% rename from mobile/app.json rename to _old/mobile/app.json diff --git a/mobile/babel.config.js b/_old/mobile/babel.config.js similarity index 100% rename from mobile/babel.config.js rename to _old/mobile/babel.config.js diff --git a/mobile/eas.json b/_old/mobile/eas.json similarity index 100% rename from mobile/eas.json rename to _old/mobile/eas.json diff --git a/mobile/index.js b/_old/mobile/index.js similarity index 100% rename from mobile/index.js rename to _old/mobile/index.js diff --git a/mobile/jest.config.js b/_old/mobile/jest.config.js similarity index 100% rename from mobile/jest.config.js rename to _old/mobile/jest.config.js diff --git a/mobile/metro.config.js b/_old/mobile/metro.config.js similarity index 100% rename from mobile/metro.config.js rename to _old/mobile/metro.config.js diff --git a/mobile/package.json b/_old/mobile/package.json similarity index 100% rename from mobile/package.json rename to _old/mobile/package.json diff --git a/mobile/src/_entry/__snapshots__/app.spec.tsx.snap b/_old/mobile/src/_entry/__snapshots__/app.spec.tsx.snap similarity index 100% rename from mobile/src/_entry/__snapshots__/app.spec.tsx.snap rename to _old/mobile/src/_entry/__snapshots__/app.spec.tsx.snap diff --git a/mobile/src/_entry/app.spec.tsx b/_old/mobile/src/_entry/app.spec.tsx similarity index 100% rename from mobile/src/_entry/app.spec.tsx rename to _old/mobile/src/_entry/app.spec.tsx diff --git a/mobile/src/_entry/app.tsx b/_old/mobile/src/_entry/app.tsx similarity index 100% rename from mobile/src/_entry/app.tsx rename to _old/mobile/src/_entry/app.tsx diff --git a/mobile/src/_test/pre-test.ts b/_old/mobile/src/_test/pre-test.ts similarity index 100% rename from mobile/src/_test/pre-test.ts rename to _old/mobile/src/_test/pre-test.ts diff --git a/mobile/src/_test/setup.ts b/_old/mobile/src/_test/setup.ts similarity index 100% rename from mobile/src/_test/setup.ts rename to _old/mobile/src/_test/setup.ts diff --git a/mobile/src/assets/png/adaptive-icon.png b/_old/mobile/src/assets/png/adaptive-icon.png similarity index 100% rename from mobile/src/assets/png/adaptive-icon.png rename to _old/mobile/src/assets/png/adaptive-icon.png diff --git a/mobile/src/assets/png/favicon.png b/_old/mobile/src/assets/png/favicon.png similarity index 100% rename from mobile/src/assets/png/favicon.png rename to _old/mobile/src/assets/png/favicon.png diff --git a/mobile/src/assets/png/icon.png b/_old/mobile/src/assets/png/icon.png similarity index 100% rename from mobile/src/assets/png/icon.png rename to _old/mobile/src/assets/png/icon.png diff --git a/mobile/src/assets/png/splash.png b/_old/mobile/src/assets/png/splash.png similarity index 100% rename from mobile/src/assets/png/splash.png rename to _old/mobile/src/assets/png/splash.png diff --git a/mobile/src/config/index.ts b/_old/mobile/src/config/index.ts similarity index 100% rename from mobile/src/config/index.ts rename to _old/mobile/src/config/index.ts diff --git a/mobile/src/redux/actions/articles-screen/index.ts b/_old/mobile/src/redux/actions/articles-screen/index.ts similarity index 100% rename from mobile/src/redux/actions/articles-screen/index.ts rename to _old/mobile/src/redux/actions/articles-screen/index.ts diff --git a/mobile/src/redux/actions/contribute-screen/index.ts b/_old/mobile/src/redux/actions/contribute-screen/index.ts similarity index 100% rename from mobile/src/redux/actions/contribute-screen/index.ts rename to _old/mobile/src/redux/actions/contribute-screen/index.ts diff --git a/mobile/src/redux/actions/general/index.ts b/_old/mobile/src/redux/actions/general/index.ts similarity index 100% rename from mobile/src/redux/actions/general/index.ts rename to _old/mobile/src/redux/actions/general/index.ts diff --git a/mobile/src/redux/actions/learn-screen/index.ts b/_old/mobile/src/redux/actions/learn-screen/index.ts similarity index 100% rename from mobile/src/redux/actions/learn-screen/index.ts rename to _old/mobile/src/redux/actions/learn-screen/index.ts diff --git a/mobile/src/redux/actions/projects-screen/index.ts b/_old/mobile/src/redux/actions/projects-screen/index.ts similarity index 100% rename from mobile/src/redux/actions/projects-screen/index.ts rename to _old/mobile/src/redux/actions/projects-screen/index.ts diff --git a/mobile/src/redux/index.ts b/_old/mobile/src/redux/index.ts similarity index 100% rename from mobile/src/redux/index.ts rename to _old/mobile/src/redux/index.ts diff --git a/mobile/src/redux/reducers/articles-screen/adapters/articles.ts b/_old/mobile/src/redux/reducers/articles-screen/adapters/articles.ts similarity index 100% rename from mobile/src/redux/reducers/articles-screen/adapters/articles.ts rename to _old/mobile/src/redux/reducers/articles-screen/adapters/articles.ts diff --git a/mobile/src/redux/reducers/articles-screen/selectors/index.ts b/_old/mobile/src/redux/reducers/articles-screen/selectors/index.ts similarity index 100% rename from mobile/src/redux/reducers/articles-screen/selectors/index.ts rename to _old/mobile/src/redux/reducers/articles-screen/selectors/index.ts diff --git a/mobile/src/redux/reducers/articles-screen/slice.ts b/_old/mobile/src/redux/reducers/articles-screen/slice.ts similarity index 100% rename from mobile/src/redux/reducers/articles-screen/slice.ts rename to _old/mobile/src/redux/reducers/articles-screen/slice.ts diff --git a/mobile/src/redux/reducers/contribute-screen/adapters/contributions.ts b/_old/mobile/src/redux/reducers/contribute-screen/adapters/contributions.ts similarity index 100% rename from mobile/src/redux/reducers/contribute-screen/adapters/contributions.ts rename to _old/mobile/src/redux/reducers/contribute-screen/adapters/contributions.ts diff --git a/mobile/src/redux/reducers/contribute-screen/adapters/filters.ts b/_old/mobile/src/redux/reducers/contribute-screen/adapters/filters.ts similarity index 100% rename from mobile/src/redux/reducers/contribute-screen/adapters/filters.ts rename to _old/mobile/src/redux/reducers/contribute-screen/adapters/filters.ts diff --git a/mobile/src/redux/reducers/contribute-screen/selectors/index.ts b/_old/mobile/src/redux/reducers/contribute-screen/selectors/index.ts similarity index 100% rename from mobile/src/redux/reducers/contribute-screen/selectors/index.ts rename to _old/mobile/src/redux/reducers/contribute-screen/selectors/index.ts diff --git a/mobile/src/redux/reducers/contribute-screen/slice.ts b/_old/mobile/src/redux/reducers/contribute-screen/slice.ts similarity index 100% rename from mobile/src/redux/reducers/contribute-screen/slice.ts rename to _old/mobile/src/redux/reducers/contribute-screen/slice.ts diff --git a/mobile/src/redux/reducers/faq-screen/slice.ts b/_old/mobile/src/redux/reducers/faq-screen/slice.ts similarity index 100% rename from mobile/src/redux/reducers/faq-screen/slice.ts rename to _old/mobile/src/redux/reducers/faq-screen/slice.ts diff --git a/mobile/src/redux/reducers/general/slice.ts b/_old/mobile/src/redux/reducers/general/slice.ts similarity index 100% rename from mobile/src/redux/reducers/general/slice.ts rename to _old/mobile/src/redux/reducers/general/slice.ts diff --git a/mobile/src/redux/reducers/index.ts b/_old/mobile/src/redux/reducers/index.ts similarity index 100% rename from mobile/src/redux/reducers/index.ts rename to _old/mobile/src/redux/reducers/index.ts diff --git a/mobile/src/redux/reducers/learn-screen/adapters/documents.ts b/_old/mobile/src/redux/reducers/learn-screen/adapters/documents.ts similarity index 100% rename from mobile/src/redux/reducers/learn-screen/adapters/documents.ts rename to _old/mobile/src/redux/reducers/learn-screen/adapters/documents.ts diff --git a/mobile/src/redux/reducers/learn-screen/selectors/index.ts b/_old/mobile/src/redux/reducers/learn-screen/selectors/index.ts similarity index 100% rename from mobile/src/redux/reducers/learn-screen/selectors/index.ts rename to _old/mobile/src/redux/reducers/learn-screen/selectors/index.ts diff --git a/mobile/src/redux/reducers/learn-screen/slice.ts b/_old/mobile/src/redux/reducers/learn-screen/slice.ts similarity index 100% rename from mobile/src/redux/reducers/learn-screen/slice.ts rename to _old/mobile/src/redux/reducers/learn-screen/slice.ts diff --git a/mobile/src/redux/reducers/projects-screen/adapters/projects.ts b/_old/mobile/src/redux/reducers/projects-screen/adapters/projects.ts similarity index 100% rename from mobile/src/redux/reducers/projects-screen/adapters/projects.ts rename to _old/mobile/src/redux/reducers/projects-screen/adapters/projects.ts diff --git a/mobile/src/redux/reducers/projects-screen/selectors/index.ts b/_old/mobile/src/redux/reducers/projects-screen/selectors/index.ts similarity index 100% rename from mobile/src/redux/reducers/projects-screen/selectors/index.ts rename to _old/mobile/src/redux/reducers/projects-screen/selectors/index.ts diff --git a/mobile/src/redux/reducers/projects-screen/slice.ts b/_old/mobile/src/redux/reducers/projects-screen/slice.ts similarity index 100% rename from mobile/src/redux/reducers/projects-screen/slice.ts rename to _old/mobile/src/redux/reducers/projects-screen/slice.ts diff --git a/mobile/src/screens/articles/article-details/index.tsx b/_old/mobile/src/screens/articles/article-details/index.tsx similarity index 100% rename from mobile/src/screens/articles/article-details/index.tsx rename to _old/mobile/src/screens/articles/article-details/index.tsx diff --git a/mobile/src/screens/articles/article-details/styles.ts b/_old/mobile/src/screens/articles/article-details/styles.ts similarity index 100% rename from mobile/src/screens/articles/article-details/styles.ts rename to _old/mobile/src/screens/articles/article-details/styles.ts diff --git a/mobile/src/screens/articles/articles-list/index.tsx b/_old/mobile/src/screens/articles/articles-list/index.tsx similarity index 100% rename from mobile/src/screens/articles/articles-list/index.tsx rename to _old/mobile/src/screens/articles/articles-list/index.tsx diff --git a/mobile/src/screens/articles/articles-list/styles.ts b/_old/mobile/src/screens/articles/articles-list/styles.ts similarity index 100% rename from mobile/src/screens/articles/articles-list/styles.ts rename to _old/mobile/src/screens/articles/articles-list/styles.ts diff --git a/mobile/src/screens/articles/navigation.tsx b/_old/mobile/src/screens/articles/navigation.tsx similarity index 100% rename from mobile/src/screens/articles/navigation.tsx rename to _old/mobile/src/screens/articles/navigation.tsx diff --git a/mobile/src/screens/contribute/index.tsx b/_old/mobile/src/screens/contribute/index.tsx similarity index 100% rename from mobile/src/screens/contribute/index.tsx rename to _old/mobile/src/screens/contribute/index.tsx diff --git a/mobile/src/screens/contribute/styles.ts b/_old/mobile/src/screens/contribute/styles.ts similarity index 100% rename from mobile/src/screens/contribute/styles.ts rename to _old/mobile/src/screens/contribute/styles.ts diff --git a/mobile/src/screens/faq/index.tsx b/_old/mobile/src/screens/faq/index.tsx similarity index 100% rename from mobile/src/screens/faq/index.tsx rename to _old/mobile/src/screens/faq/index.tsx diff --git a/mobile/src/screens/faq/styles.ts b/_old/mobile/src/screens/faq/styles.ts similarity index 100% rename from mobile/src/screens/faq/styles.ts rename to _old/mobile/src/screens/faq/styles.ts diff --git a/mobile/src/screens/learn/document-details/index.tsx b/_old/mobile/src/screens/learn/document-details/index.tsx similarity index 100% rename from mobile/src/screens/learn/document-details/index.tsx rename to _old/mobile/src/screens/learn/document-details/index.tsx diff --git a/mobile/src/screens/learn/document-details/styles.ts b/_old/mobile/src/screens/learn/document-details/styles.ts similarity index 100% rename from mobile/src/screens/learn/document-details/styles.ts rename to _old/mobile/src/screens/learn/document-details/styles.ts diff --git a/mobile/src/screens/learn/documents-list/index.tsx b/_old/mobile/src/screens/learn/documents-list/index.tsx similarity index 100% rename from mobile/src/screens/learn/documents-list/index.tsx rename to _old/mobile/src/screens/learn/documents-list/index.tsx diff --git a/mobile/src/screens/learn/documents-list/styles.ts b/_old/mobile/src/screens/learn/documents-list/styles.ts similarity index 100% rename from mobile/src/screens/learn/documents-list/styles.ts rename to _old/mobile/src/screens/learn/documents-list/styles.ts diff --git a/mobile/src/screens/learn/navigation.tsx b/_old/mobile/src/screens/learn/navigation.tsx similarity index 100% rename from mobile/src/screens/learn/navigation.tsx rename to _old/mobile/src/screens/learn/navigation.tsx diff --git a/mobile/src/screens/navigation.tsx b/_old/mobile/src/screens/navigation.tsx similarity index 100% rename from mobile/src/screens/navigation.tsx rename to _old/mobile/src/screens/navigation.tsx diff --git a/mobile/src/screens/projects/index.tsx b/_old/mobile/src/screens/projects/index.tsx similarity index 100% rename from mobile/src/screens/projects/index.tsx rename to _old/mobile/src/screens/projects/index.tsx diff --git a/mobile/src/styles/global.ts b/_old/mobile/src/styles/global.ts similarity index 100% rename from mobile/src/styles/global.ts rename to _old/mobile/src/styles/global.ts diff --git a/mobile/src/types/__global.d.ts b/_old/mobile/src/types/__global.d.ts similarity index 100% rename from mobile/src/types/__global.d.ts rename to _old/mobile/src/types/__global.d.ts diff --git a/mobile/src/utils/env.ts b/_old/mobile/src/utils/env.ts similarity index 100% rename from mobile/src/utils/env.ts rename to _old/mobile/src/utils/env.ts diff --git a/mobile/src/utils/fetch/index.ts b/_old/mobile/src/utils/fetch/index.ts similarity index 100% rename from mobile/src/utils/fetch/index.ts rename to _old/mobile/src/utils/fetch/index.ts diff --git a/mobile/src/utils/link/index.ts b/_old/mobile/src/utils/link/index.ts similarity index 100% rename from mobile/src/utils/link/index.ts rename to _old/mobile/src/utils/link/index.ts diff --git a/mobile/src/utils/shuffle/index.ts b/_old/mobile/src/utils/shuffle/index.ts similarity index 100% rename from mobile/src/utils/shuffle/index.ts rename to _old/mobile/src/utils/shuffle/index.ts diff --git a/mobile/tsconfig.json b/_old/mobile/tsconfig.json similarity index 100% rename from mobile/tsconfig.json rename to _old/mobile/tsconfig.json diff --git a/package.json b/_old/package.json similarity index 100% rename from package.json rename to _old/package.json diff --git a/packages/models/package.json b/_old/packages/models/package.json similarity index 100% rename from packages/models/package.json rename to _old/packages/models/package.json diff --git a/packages/models/src/_base/index.ts b/_old/packages/models/src/_base/index.ts similarity index 100% rename from packages/models/src/_base/index.ts rename to _old/packages/models/src/_base/index.ts diff --git a/packages/models/src/_test/index.ts b/_old/packages/models/src/_test/index.ts similarity index 100% rename from packages/models/src/_test/index.ts rename to _old/packages/models/src/_test/index.ts diff --git a/packages/models/src/_test/pre-test.ts b/_old/packages/models/src/_test/pre-test.ts similarity index 100% rename from packages/models/src/_test/pre-test.ts rename to _old/packages/models/src/_test/pre-test.ts diff --git a/packages/models/src/_test/setup.ts b/_old/packages/models/src/_test/setup.ts similarity index 100% rename from packages/models/src/_test/setup.ts rename to _old/packages/models/src/_test/setup.ts diff --git a/packages/models/src/account/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/account/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/account/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/account/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/account/index.spec.ts b/_old/packages/models/src/account/index.spec.ts similarity index 100% rename from packages/models/src/account/index.spec.ts rename to _old/packages/models/src/account/index.spec.ts diff --git a/packages/models/src/account/index.ts b/_old/packages/models/src/account/index.ts similarity index 100% rename from packages/models/src/account/index.ts rename to _old/packages/models/src/account/index.ts diff --git a/packages/models/src/article/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/article/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/article/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/article/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/article/index.spec.ts b/_old/packages/models/src/article/index.spec.ts similarity index 100% rename from packages/models/src/article/index.spec.ts rename to _old/packages/models/src/article/index.spec.ts diff --git a/packages/models/src/article/index.ts b/_old/packages/models/src/article/index.ts similarity index 100% rename from packages/models/src/article/index.ts rename to _old/packages/models/src/article/index.ts diff --git a/packages/models/src/contribution/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/contribution/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/contribution/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/contribution/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/contribution/index.spec.ts b/_old/packages/models/src/contribution/index.spec.ts similarity index 100% rename from packages/models/src/contribution/index.spec.ts rename to _old/packages/models/src/contribution/index.spec.ts diff --git a/packages/models/src/contribution/index.ts b/_old/packages/models/src/contribution/index.ts similarity index 100% rename from packages/models/src/contribution/index.ts rename to _old/packages/models/src/contribution/index.ts diff --git a/packages/models/src/documentation/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/documentation/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/documentation/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/documentation/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/documentation/index.spec.ts b/_old/packages/models/src/documentation/index.spec.ts similarity index 100% rename from packages/models/src/documentation/index.spec.ts rename to _old/packages/models/src/documentation/index.spec.ts diff --git a/packages/models/src/documentation/index.ts b/_old/packages/models/src/documentation/index.ts similarity index 100% rename from packages/models/src/documentation/index.ts rename to _old/packages/models/src/documentation/index.ts diff --git a/packages/models/src/language/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/language/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/language/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/language/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/language/index.spec.ts b/_old/packages/models/src/language/index.spec.ts similarity index 100% rename from packages/models/src/language/index.spec.ts rename to _old/packages/models/src/language/index.spec.ts diff --git a/packages/models/src/language/index.ts b/_old/packages/models/src/language/index.ts similarity index 100% rename from packages/models/src/language/index.ts rename to _old/packages/models/src/language/index.ts diff --git a/packages/models/src/milestone/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/milestone/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/milestone/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/milestone/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/milestone/index.spec.ts b/_old/packages/models/src/milestone/index.spec.ts similarity index 100% rename from packages/models/src/milestone/index.spec.ts rename to _old/packages/models/src/milestone/index.spec.ts diff --git a/packages/models/src/milestone/index.ts b/_old/packages/models/src/milestone/index.ts similarity index 100% rename from packages/models/src/milestone/index.ts rename to _old/packages/models/src/milestone/index.ts diff --git a/packages/models/src/project-reference/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/project-reference/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/project-reference/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/project-reference/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/project-reference/index.spec.ts b/_old/packages/models/src/project-reference/index.spec.ts similarity index 100% rename from packages/models/src/project-reference/index.spec.ts rename to _old/packages/models/src/project-reference/index.spec.ts diff --git a/packages/models/src/project-reference/index.ts b/_old/packages/models/src/project-reference/index.ts similarity index 100% rename from packages/models/src/project-reference/index.ts rename to _old/packages/models/src/project-reference/index.ts diff --git a/packages/models/src/project/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/project/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/project/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/project/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/project/index.spec.ts b/_old/packages/models/src/project/index.spec.ts similarity index 100% rename from packages/models/src/project/index.spec.ts rename to _old/packages/models/src/project/index.spec.ts diff --git a/packages/models/src/project/index.ts b/_old/packages/models/src/project/index.ts similarity index 100% rename from packages/models/src/project/index.ts rename to _old/packages/models/src/project/index.ts diff --git a/packages/models/src/repository-reference/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/repository-reference/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/repository-reference/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/repository-reference/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/repository-reference/index.spec.ts b/_old/packages/models/src/repository-reference/index.spec.ts similarity index 100% rename from packages/models/src/repository-reference/index.spec.ts rename to _old/packages/models/src/repository-reference/index.spec.ts diff --git a/packages/models/src/repository-reference/index.ts b/_old/packages/models/src/repository-reference/index.ts similarity index 100% rename from packages/models/src/repository-reference/index.ts rename to _old/packages/models/src/repository-reference/index.ts diff --git a/packages/models/src/repository-reference/utils.ts b/_old/packages/models/src/repository-reference/utils.ts similarity index 100% rename from packages/models/src/repository-reference/utils.ts rename to _old/packages/models/src/repository-reference/utils.ts diff --git a/packages/models/src/repository/__snapshots__/index.spec.ts.snap b/_old/packages/models/src/repository/__snapshots__/index.spec.ts.snap similarity index 100% rename from packages/models/src/repository/__snapshots__/index.spec.ts.snap rename to _old/packages/models/src/repository/__snapshots__/index.spec.ts.snap diff --git a/packages/models/src/repository/index.spec.ts b/_old/packages/models/src/repository/index.spec.ts similarity index 100% rename from packages/models/src/repository/index.spec.ts rename to _old/packages/models/src/repository/index.spec.ts diff --git a/packages/models/src/repository/index.ts b/_old/packages/models/src/repository/index.ts similarity index 100% rename from packages/models/src/repository/index.ts rename to _old/packages/models/src/repository/index.ts diff --git a/packages/models/tsconfig.json b/_old/packages/models/tsconfig.json similarity index 100% rename from packages/models/tsconfig.json rename to _old/packages/models/tsconfig.json diff --git a/packages/tooling/.eslintignore b/_old/packages/tooling/.eslintignore similarity index 100% rename from packages/tooling/.eslintignore rename to _old/packages/tooling/.eslintignore diff --git a/packages/tooling/.eslintrc.json b/_old/packages/tooling/.eslintrc.json similarity index 100% rename from packages/tooling/.eslintrc.json rename to _old/packages/tooling/.eslintrc.json diff --git a/packages/tooling/.prettierignore b/_old/packages/tooling/.prettierignore similarity index 100% rename from packages/tooling/.prettierignore rename to _old/packages/tooling/.prettierignore diff --git a/packages/tooling/.prettierrc b/_old/packages/tooling/.prettierrc similarity index 100% rename from packages/tooling/.prettierrc rename to _old/packages/tooling/.prettierrc diff --git a/packages/tooling/bundle-info.ts b/_old/packages/tooling/bundle-info.ts similarity index 100% rename from packages/tooling/bundle-info.ts rename to _old/packages/tooling/bundle-info.ts diff --git a/packages/tooling/jest.config.ts b/_old/packages/tooling/jest.config.ts similarity index 100% rename from packages/tooling/jest.config.ts rename to _old/packages/tooling/jest.config.ts diff --git a/packages/tooling/nodemon.ts b/_old/packages/tooling/nodemon.ts similarity index 100% rename from packages/tooling/nodemon.ts rename to _old/packages/tooling/nodemon.ts diff --git a/packages/tooling/package.json b/_old/packages/tooling/package.json similarity index 100% rename from packages/tooling/package.json rename to _old/packages/tooling/package.json diff --git a/packages/tooling/patches/@sentry-internal+tracing+7.46.0.patch b/_old/packages/tooling/patches/@sentry-internal+tracing+7.46.0.patch similarity index 100% rename from packages/tooling/patches/@sentry-internal+tracing+7.46.0.patch rename to _old/packages/tooling/patches/@sentry-internal+tracing+7.46.0.patch diff --git a/packages/tooling/sentry-release.ts b/_old/packages/tooling/sentry-release.ts similarity index 100% rename from packages/tooling/sentry-release.ts rename to _old/packages/tooling/sentry-release.ts diff --git a/packages/tooling/setup-ts-prune.ts b/_old/packages/tooling/setup-ts-prune.ts similarity index 100% rename from packages/tooling/setup-ts-prune.ts rename to _old/packages/tooling/setup-ts-prune.ts diff --git a/packages/tooling/tsconfig.json b/_old/packages/tooling/tsconfig.json similarity index 100% rename from packages/tooling/tsconfig.json rename to _old/packages/tooling/tsconfig.json diff --git a/packages/tooling/version-apply.ts b/_old/packages/tooling/version-apply.ts similarity index 100% rename from packages/tooling/version-apply.ts rename to _old/packages/tooling/version-apply.ts diff --git a/packages/tooling/version-push.ts b/_old/packages/tooling/version-push.ts similarity index 100% rename from packages/tooling/version-push.ts rename to _old/packages/tooling/version-push.ts diff --git a/packages/ui-mobile/assets/png/adaptive-icon.png b/_old/packages/ui-mobile/assets/png/adaptive-icon.png similarity index 100% rename from packages/ui-mobile/assets/png/adaptive-icon.png rename to _old/packages/ui-mobile/assets/png/adaptive-icon.png diff --git a/packages/ui-mobile/assets/png/branching.png b/_old/packages/ui-mobile/assets/png/branching.png similarity index 100% rename from packages/ui-mobile/assets/png/branching.png rename to _old/packages/ui-mobile/assets/png/branching.png diff --git a/packages/ui-mobile/assets/png/contact.png b/_old/packages/ui-mobile/assets/png/contact.png similarity index 100% rename from packages/ui-mobile/assets/png/contact.png rename to _old/packages/ui-mobile/assets/png/contact.png diff --git a/packages/ui-mobile/assets/png/favicon.png b/_old/packages/ui-mobile/assets/png/favicon.png similarity index 100% rename from packages/ui-mobile/assets/png/favicon.png rename to _old/packages/ui-mobile/assets/png/favicon.png diff --git a/packages/ui-mobile/assets/png/github.png b/_old/packages/ui-mobile/assets/png/github.png similarity index 100% rename from packages/ui-mobile/assets/png/github.png rename to _old/packages/ui-mobile/assets/png/github.png diff --git a/packages/ui-mobile/assets/png/icon.png b/_old/packages/ui-mobile/assets/png/icon.png similarity index 100% rename from packages/ui-mobile/assets/png/icon.png rename to _old/packages/ui-mobile/assets/png/icon.png diff --git a/packages/ui-mobile/assets/png/info.png b/_old/packages/ui-mobile/assets/png/info.png similarity index 100% rename from packages/ui-mobile/assets/png/info.png rename to _old/packages/ui-mobile/assets/png/info.png diff --git a/packages/ui-mobile/assets/png/logo.png b/_old/packages/ui-mobile/assets/png/logo.png similarity index 100% rename from packages/ui-mobile/assets/png/logo.png rename to _old/packages/ui-mobile/assets/png/logo.png diff --git a/packages/ui-mobile/assets/png/programmer.png b/_old/packages/ui-mobile/assets/png/programmer.png similarity index 100% rename from packages/ui-mobile/assets/png/programmer.png rename to _old/packages/ui-mobile/assets/png/programmer.png diff --git a/packages/ui-mobile/assets/png/splash.png b/_old/packages/ui-mobile/assets/png/splash.png similarity index 100% rename from packages/ui-mobile/assets/png/splash.png rename to _old/packages/ui-mobile/assets/png/splash.png diff --git a/packages/ui-mobile/assets/png/support.png b/_old/packages/ui-mobile/assets/png/support.png similarity index 100% rename from packages/ui-mobile/assets/png/support.png rename to _old/packages/ui-mobile/assets/png/support.png diff --git a/packages/ui-mobile/assets/ttf/spacemono-regular.ttf b/_old/packages/ui-mobile/assets/ttf/spacemono-regular.ttf similarity index 100% rename from packages/ui-mobile/assets/ttf/spacemono-regular.ttf rename to _old/packages/ui-mobile/assets/ttf/spacemono-regular.ttf diff --git a/packages/ui-mobile/babel.config.js b/_old/packages/ui-mobile/babel.config.js similarity index 100% rename from packages/ui-mobile/babel.config.js rename to _old/packages/ui-mobile/babel.config.js diff --git a/packages/ui-mobile/jest.config.ts b/_old/packages/ui-mobile/jest.config.ts similarity index 100% rename from packages/ui-mobile/jest.config.ts rename to _old/packages/ui-mobile/jest.config.ts diff --git a/packages/ui-mobile/package.json b/_old/packages/ui-mobile/package.json similarity index 100% rename from packages/ui-mobile/package.json rename to _old/packages/ui-mobile/package.json diff --git a/packages/ui-mobile/src/_hooks/use-navigation.ts b/_old/packages/ui-mobile/src/_hooks/use-navigation.ts similarity index 100% rename from packages/ui-mobile/src/_hooks/use-navigation.ts rename to _old/packages/ui-mobile/src/_hooks/use-navigation.ts diff --git a/packages/ui-mobile/src/_hooks/use-theme.ts b/_old/packages/ui-mobile/src/_hooks/use-theme.ts similarity index 100% rename from packages/ui-mobile/src/_hooks/use-theme.ts rename to _old/packages/ui-mobile/src/_hooks/use-theme.ts diff --git a/packages/ui-mobile/src/_test/pre-test.ts b/_old/packages/ui-mobile/src/_test/pre-test.ts similarity index 100% rename from packages/ui-mobile/src/_test/pre-test.ts rename to _old/packages/ui-mobile/src/_test/pre-test.ts diff --git a/packages/ui-mobile/src/_test/setup.ts b/_old/packages/ui-mobile/src/_test/setup.ts similarity index 100% rename from packages/ui-mobile/src/_test/setup.ts rename to _old/packages/ui-mobile/src/_test/setup.ts diff --git a/packages/ui-mobile/src/_types/filter.ts b/_old/packages/ui-mobile/src/_types/filter.ts similarity index 100% rename from packages/ui-mobile/src/_types/filter.ts rename to _old/packages/ui-mobile/src/_types/filter.ts diff --git a/packages/ui-mobile/src/_types/option.ts b/_old/packages/ui-mobile/src/_types/option.ts similarity index 100% rename from packages/ui-mobile/src/_types/option.ts rename to _old/packages/ui-mobile/src/_types/option.ts diff --git a/packages/ui-mobile/src/_types/project.ts b/_old/packages/ui-mobile/src/_types/project.ts similarity index 100% rename from packages/ui-mobile/src/_types/project.ts rename to _old/packages/ui-mobile/src/_types/project.ts diff --git a/packages/ui-mobile/src/_types/route-param.ts b/_old/packages/ui-mobile/src/_types/route-param.ts similarity index 100% rename from packages/ui-mobile/src/_types/route-param.ts rename to _old/packages/ui-mobile/src/_types/route-param.ts diff --git a/packages/ui-mobile/src/_types/route.ts b/_old/packages/ui-mobile/src/_types/route.ts similarity index 100% rename from packages/ui-mobile/src/_types/route.ts rename to _old/packages/ui-mobile/src/_types/route.ts diff --git a/packages/ui-mobile/src/_utils/constants.ts b/_old/packages/ui-mobile/src/_utils/constants.ts similarity index 100% rename from packages/ui-mobile/src/_utils/constants.ts rename to _old/packages/ui-mobile/src/_utils/constants.ts diff --git a/packages/ui-mobile/src/app-bar/index.test.tsx b/_old/packages/ui-mobile/src/app-bar/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/app-bar/index.test.tsx rename to _old/packages/ui-mobile/src/app-bar/index.test.tsx diff --git a/packages/ui-mobile/src/app-bar/index.tsx b/_old/packages/ui-mobile/src/app-bar/index.tsx similarity index 100% rename from packages/ui-mobile/src/app-bar/index.tsx rename to _old/packages/ui-mobile/src/app-bar/index.tsx diff --git a/packages/ui-mobile/src/avatar/avatar-group/index.test.tsx b/_old/packages/ui-mobile/src/avatar/avatar-group/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/avatar/avatar-group/index.test.tsx rename to _old/packages/ui-mobile/src/avatar/avatar-group/index.test.tsx diff --git a/packages/ui-mobile/src/avatar/avatar-group/index.tsx b/_old/packages/ui-mobile/src/avatar/avatar-group/index.tsx similarity index 100% rename from packages/ui-mobile/src/avatar/avatar-group/index.tsx rename to _old/packages/ui-mobile/src/avatar/avatar-group/index.tsx diff --git a/packages/ui-mobile/src/avatar/avatar-group/styles.ts b/_old/packages/ui-mobile/src/avatar/avatar-group/styles.ts similarity index 100% rename from packages/ui-mobile/src/avatar/avatar-group/styles.ts rename to _old/packages/ui-mobile/src/avatar/avatar-group/styles.ts diff --git a/packages/ui-mobile/src/avatar/avatar/index.test.tsx b/_old/packages/ui-mobile/src/avatar/avatar/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/avatar/avatar/index.test.tsx rename to _old/packages/ui-mobile/src/avatar/avatar/index.test.tsx diff --git a/packages/ui-mobile/src/avatar/avatar/index.ts b/_old/packages/ui-mobile/src/avatar/avatar/index.ts similarity index 100% rename from packages/ui-mobile/src/avatar/avatar/index.ts rename to _old/packages/ui-mobile/src/avatar/avatar/index.ts diff --git a/packages/ui-mobile/src/badge/index.test.tsx b/_old/packages/ui-mobile/src/badge/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/badge/index.test.tsx rename to _old/packages/ui-mobile/src/badge/index.test.tsx diff --git a/packages/ui-mobile/src/badge/index.ts b/_old/packages/ui-mobile/src/badge/index.ts similarity index 100% rename from packages/ui-mobile/src/badge/index.ts rename to _old/packages/ui-mobile/src/badge/index.ts diff --git a/packages/ui-mobile/src/bottom-sheet/bottom-sheet-scroll-view/index.test.tsx b/_old/packages/ui-mobile/src/bottom-sheet/bottom-sheet-scroll-view/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/bottom-sheet/bottom-sheet-scroll-view/index.test.tsx rename to _old/packages/ui-mobile/src/bottom-sheet/bottom-sheet-scroll-view/index.test.tsx diff --git a/packages/ui-mobile/src/bottom-sheet/bottom-sheet-scroll-view/index.ts b/_old/packages/ui-mobile/src/bottom-sheet/bottom-sheet-scroll-view/index.ts similarity index 100% rename from packages/ui-mobile/src/bottom-sheet/bottom-sheet-scroll-view/index.ts rename to _old/packages/ui-mobile/src/bottom-sheet/bottom-sheet-scroll-view/index.ts diff --git a/packages/ui-mobile/src/bottom-sheet/bottom-sheet/index.test.tsx b/_old/packages/ui-mobile/src/bottom-sheet/bottom-sheet/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/bottom-sheet/bottom-sheet/index.test.tsx rename to _old/packages/ui-mobile/src/bottom-sheet/bottom-sheet/index.test.tsx diff --git a/packages/ui-mobile/src/bottom-sheet/bottom-sheet/index.tsx b/_old/packages/ui-mobile/src/bottom-sheet/bottom-sheet/index.tsx similarity index 100% rename from packages/ui-mobile/src/bottom-sheet/bottom-sheet/index.tsx rename to _old/packages/ui-mobile/src/bottom-sheet/bottom-sheet/index.tsx diff --git a/packages/ui-mobile/src/bottom-sheet/bottom-sheet/styles.ts b/_old/packages/ui-mobile/src/bottom-sheet/bottom-sheet/styles.ts similarity index 100% rename from packages/ui-mobile/src/bottom-sheet/bottom-sheet/styles.ts rename to _old/packages/ui-mobile/src/bottom-sheet/bottom-sheet/styles.ts diff --git a/packages/ui-mobile/src/button/index.test.tsx b/_old/packages/ui-mobile/src/button/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/button/index.test.tsx rename to _old/packages/ui-mobile/src/button/index.test.tsx diff --git a/packages/ui-mobile/src/button/index.ts b/_old/packages/ui-mobile/src/button/index.ts similarity index 100% rename from packages/ui-mobile/src/button/index.ts rename to _old/packages/ui-mobile/src/button/index.ts diff --git a/packages/ui-mobile/src/card/card/index.test.tsx b/_old/packages/ui-mobile/src/card/card/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/card/card/index.test.tsx rename to _old/packages/ui-mobile/src/card/card/index.test.tsx diff --git a/packages/ui-mobile/src/card/card/index.ts b/_old/packages/ui-mobile/src/card/card/index.ts similarity index 100% rename from packages/ui-mobile/src/card/card/index.ts rename to _old/packages/ui-mobile/src/card/card/index.ts diff --git a/packages/ui-mobile/src/card/contribute-card/index.test.tsx b/_old/packages/ui-mobile/src/card/contribute-card/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/card/contribute-card/index.test.tsx rename to _old/packages/ui-mobile/src/card/contribute-card/index.test.tsx diff --git a/packages/ui-mobile/src/card/contribute-card/index.tsx b/_old/packages/ui-mobile/src/card/contribute-card/index.tsx similarity index 100% rename from packages/ui-mobile/src/card/contribute-card/index.tsx rename to _old/packages/ui-mobile/src/card/contribute-card/index.tsx diff --git a/packages/ui-mobile/src/card/contribute-card/styles.ts b/_old/packages/ui-mobile/src/card/contribute-card/styles.ts similarity index 100% rename from packages/ui-mobile/src/card/contribute-card/styles.ts rename to _old/packages/ui-mobile/src/card/contribute-card/styles.ts diff --git a/packages/ui-mobile/src/card/project-card/index.test.tsx b/_old/packages/ui-mobile/src/card/project-card/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/card/project-card/index.test.tsx rename to _old/packages/ui-mobile/src/card/project-card/index.test.tsx diff --git a/packages/ui-mobile/src/card/project-card/index.tsx b/_old/packages/ui-mobile/src/card/project-card/index.tsx similarity index 100% rename from packages/ui-mobile/src/card/project-card/index.tsx rename to _old/packages/ui-mobile/src/card/project-card/index.tsx diff --git a/packages/ui-mobile/src/card/project-card/styles.ts b/_old/packages/ui-mobile/src/card/project-card/styles.ts similarity index 100% rename from packages/ui-mobile/src/card/project-card/styles.ts rename to _old/packages/ui-mobile/src/card/project-card/styles.ts diff --git a/packages/ui-mobile/src/checkbox/index.test.tsx b/_old/packages/ui-mobile/src/checkbox/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/checkbox/index.test.tsx rename to _old/packages/ui-mobile/src/checkbox/index.test.tsx diff --git a/packages/ui-mobile/src/checkbox/index.ts b/_old/packages/ui-mobile/src/checkbox/index.ts similarity index 100% rename from packages/ui-mobile/src/checkbox/index.ts rename to _old/packages/ui-mobile/src/checkbox/index.ts diff --git a/packages/ui-mobile/src/chip/index.test.tsx b/_old/packages/ui-mobile/src/chip/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/chip/index.test.tsx rename to _old/packages/ui-mobile/src/chip/index.test.tsx diff --git a/packages/ui-mobile/src/chip/index.ts b/_old/packages/ui-mobile/src/chip/index.ts similarity index 100% rename from packages/ui-mobile/src/chip/index.ts rename to _old/packages/ui-mobile/src/chip/index.ts diff --git a/packages/ui-mobile/src/divider/index.test.tsx b/_old/packages/ui-mobile/src/divider/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/divider/index.test.tsx rename to _old/packages/ui-mobile/src/divider/index.test.tsx diff --git a/packages/ui-mobile/src/divider/index.ts b/_old/packages/ui-mobile/src/divider/index.ts similarity index 100% rename from packages/ui-mobile/src/divider/index.ts rename to _old/packages/ui-mobile/src/divider/index.ts diff --git a/packages/ui-mobile/src/drawer/drawer-actions/index.ts b/_old/packages/ui-mobile/src/drawer/drawer-actions/index.ts similarity index 100% rename from packages/ui-mobile/src/drawer/drawer-actions/index.ts rename to _old/packages/ui-mobile/src/drawer/drawer-actions/index.ts diff --git a/packages/ui-mobile/src/drawer/drawer-content/index.test.tsx b/_old/packages/ui-mobile/src/drawer/drawer-content/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/drawer/drawer-content/index.test.tsx rename to _old/packages/ui-mobile/src/drawer/drawer-content/index.test.tsx diff --git a/packages/ui-mobile/src/drawer/drawer-content/index.tsx b/_old/packages/ui-mobile/src/drawer/drawer-content/index.tsx similarity index 100% rename from packages/ui-mobile/src/drawer/drawer-content/index.tsx rename to _old/packages/ui-mobile/src/drawer/drawer-content/index.tsx diff --git a/packages/ui-mobile/src/drawer/drawer-content/styles.ts b/_old/packages/ui-mobile/src/drawer/drawer-content/styles.ts similarity index 100% rename from packages/ui-mobile/src/drawer/drawer-content/styles.ts rename to _old/packages/ui-mobile/src/drawer/drawer-content/styles.ts diff --git a/packages/ui-mobile/src/error-boundary/index.test.tsx b/_old/packages/ui-mobile/src/error-boundary/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/error-boundary/index.test.tsx rename to _old/packages/ui-mobile/src/error-boundary/index.test.tsx diff --git a/packages/ui-mobile/src/error-boundary/index.tsx b/_old/packages/ui-mobile/src/error-boundary/index.tsx similarity index 100% rename from packages/ui-mobile/src/error-boundary/index.tsx rename to _old/packages/ui-mobile/src/error-boundary/index.tsx diff --git a/packages/ui-mobile/src/filter/index.test.tsx b/_old/packages/ui-mobile/src/filter/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/filter/index.test.tsx rename to _old/packages/ui-mobile/src/filter/index.test.tsx diff --git a/packages/ui-mobile/src/filter/index.tsx b/_old/packages/ui-mobile/src/filter/index.tsx similarity index 100% rename from packages/ui-mobile/src/filter/index.tsx rename to _old/packages/ui-mobile/src/filter/index.tsx diff --git a/packages/ui-mobile/src/list/index.test.tsx b/_old/packages/ui-mobile/src/list/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/list/index.test.tsx rename to _old/packages/ui-mobile/src/list/index.test.tsx diff --git a/packages/ui-mobile/src/list/index.ts b/_old/packages/ui-mobile/src/list/index.ts similarity index 100% rename from packages/ui-mobile/src/list/index.ts rename to _old/packages/ui-mobile/src/list/index.ts diff --git a/packages/ui-mobile/src/loading/index.test.tsx b/_old/packages/ui-mobile/src/loading/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/loading/index.test.tsx rename to _old/packages/ui-mobile/src/loading/index.test.tsx diff --git a/packages/ui-mobile/src/loading/index.tsx b/_old/packages/ui-mobile/src/loading/index.tsx similarity index 100% rename from packages/ui-mobile/src/loading/index.tsx rename to _old/packages/ui-mobile/src/loading/index.tsx diff --git a/packages/ui-mobile/src/loading/styles.ts b/_old/packages/ui-mobile/src/loading/styles.ts similarity index 100% rename from packages/ui-mobile/src/loading/styles.ts rename to _old/packages/ui-mobile/src/loading/styles.ts diff --git a/packages/ui-mobile/src/markdown/index.test.tsx b/_old/packages/ui-mobile/src/markdown/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/markdown/index.test.tsx rename to _old/packages/ui-mobile/src/markdown/index.test.tsx diff --git a/packages/ui-mobile/src/markdown/index.tsx b/_old/packages/ui-mobile/src/markdown/index.tsx similarity index 100% rename from packages/ui-mobile/src/markdown/index.tsx rename to _old/packages/ui-mobile/src/markdown/index.tsx diff --git a/packages/ui-mobile/src/navigation/drawer-nav/index.test.tsx b/_old/packages/ui-mobile/src/navigation/drawer-nav/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/navigation/drawer-nav/index.test.tsx rename to _old/packages/ui-mobile/src/navigation/drawer-nav/index.test.tsx diff --git a/packages/ui-mobile/src/navigation/drawer-nav/index.tsx b/_old/packages/ui-mobile/src/navigation/drawer-nav/index.tsx similarity index 100% rename from packages/ui-mobile/src/navigation/drawer-nav/index.tsx rename to _old/packages/ui-mobile/src/navigation/drawer-nav/index.tsx diff --git a/packages/ui-mobile/src/navigation/navigation-container/index.test.tsx b/_old/packages/ui-mobile/src/navigation/navigation-container/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/navigation/navigation-container/index.test.tsx rename to _old/packages/ui-mobile/src/navigation/navigation-container/index.test.tsx diff --git a/packages/ui-mobile/src/navigation/navigation-container/index.ts b/_old/packages/ui-mobile/src/navigation/navigation-container/index.ts similarity index 100% rename from packages/ui-mobile/src/navigation/navigation-container/index.ts rename to _old/packages/ui-mobile/src/navigation/navigation-container/index.ts diff --git a/packages/ui-mobile/src/navigation/stack-nav/index.test.tsx b/_old/packages/ui-mobile/src/navigation/stack-nav/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/navigation/stack-nav/index.test.tsx rename to _old/packages/ui-mobile/src/navigation/stack-nav/index.test.tsx diff --git a/packages/ui-mobile/src/navigation/stack-nav/index.tsx b/_old/packages/ui-mobile/src/navigation/stack-nav/index.tsx similarity index 100% rename from packages/ui-mobile/src/navigation/stack-nav/index.tsx rename to _old/packages/ui-mobile/src/navigation/stack-nav/index.tsx diff --git a/packages/ui-mobile/src/text/paragraph/index.test.tsx b/_old/packages/ui-mobile/src/text/paragraph/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/text/paragraph/index.test.tsx rename to _old/packages/ui-mobile/src/text/paragraph/index.test.tsx diff --git a/packages/ui-mobile/src/text/paragraph/index.ts b/_old/packages/ui-mobile/src/text/paragraph/index.ts similarity index 100% rename from packages/ui-mobile/src/text/paragraph/index.ts rename to _old/packages/ui-mobile/src/text/paragraph/index.ts diff --git a/packages/ui-mobile/src/text/text/index.test.tsx b/_old/packages/ui-mobile/src/text/text/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/text/text/index.test.tsx rename to _old/packages/ui-mobile/src/text/text/index.test.tsx diff --git a/packages/ui-mobile/src/text/text/index.ts b/_old/packages/ui-mobile/src/text/text/index.ts similarity index 100% rename from packages/ui-mobile/src/text/text/index.ts rename to _old/packages/ui-mobile/src/text/text/index.ts diff --git a/packages/ui-mobile/src/text/title/index.test.tsx b/_old/packages/ui-mobile/src/text/title/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/text/title/index.test.tsx rename to _old/packages/ui-mobile/src/text/title/index.test.tsx diff --git a/packages/ui-mobile/src/text/title/index.ts b/_old/packages/ui-mobile/src/text/title/index.ts similarity index 100% rename from packages/ui-mobile/src/text/title/index.ts rename to _old/packages/ui-mobile/src/text/title/index.ts diff --git a/packages/ui-mobile/src/theme/index.ts b/_old/packages/ui-mobile/src/theme/index.ts similarity index 100% rename from packages/ui-mobile/src/theme/index.ts rename to _old/packages/ui-mobile/src/theme/index.ts diff --git a/packages/ui-mobile/src/theme/style/color.ts b/_old/packages/ui-mobile/src/theme/style/color.ts similarity index 100% rename from packages/ui-mobile/src/theme/style/color.ts rename to _old/packages/ui-mobile/src/theme/style/color.ts diff --git a/packages/ui-mobile/src/theme/theme-provider/index.test.tsx b/_old/packages/ui-mobile/src/theme/theme-provider/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/theme/theme-provider/index.test.tsx rename to _old/packages/ui-mobile/src/theme/theme-provider/index.test.tsx diff --git a/packages/ui-mobile/src/theme/theme-provider/index.ts b/_old/packages/ui-mobile/src/theme/theme-provider/index.ts similarity index 100% rename from packages/ui-mobile/src/theme/theme-provider/index.ts rename to _old/packages/ui-mobile/src/theme/theme-provider/index.ts diff --git a/packages/ui-mobile/src/try-again/index.test.tsx b/_old/packages/ui-mobile/src/try-again/index.test.tsx similarity index 100% rename from packages/ui-mobile/src/try-again/index.test.tsx rename to _old/packages/ui-mobile/src/try-again/index.test.tsx diff --git a/packages/ui-mobile/src/try-again/index.tsx b/_old/packages/ui-mobile/src/try-again/index.tsx similarity index 100% rename from packages/ui-mobile/src/try-again/index.tsx rename to _old/packages/ui-mobile/src/try-again/index.tsx diff --git a/packages/ui-mobile/tsconfig.json b/_old/packages/ui-mobile/tsconfig.json similarity index 100% rename from packages/ui-mobile/tsconfig.json rename to _old/packages/ui-mobile/tsconfig.json diff --git a/packages/ui/package.json b/_old/packages/ui/package.json similarity index 100% rename from packages/ui/package.json rename to _old/packages/ui/package.json diff --git a/packages/ui/src/__mocks__/create-contributors.ts b/_old/packages/ui/src/__mocks__/create-contributors.ts similarity index 100% rename from packages/ui/src/__mocks__/create-contributors.ts rename to _old/packages/ui/src/__mocks__/create-contributors.ts diff --git a/packages/ui/src/__mocks__/create-faqs.ts b/_old/packages/ui/src/__mocks__/create-faqs.ts similarity index 100% rename from packages/ui/src/__mocks__/create-faqs.ts rename to _old/packages/ui/src/__mocks__/create-faqs.ts diff --git a/packages/ui/src/__mocks__/create-projects.ts b/_old/packages/ui/src/__mocks__/create-projects.ts similarity index 100% rename from packages/ui/src/__mocks__/create-projects.ts rename to _old/packages/ui/src/__mocks__/create-projects.ts diff --git a/packages/ui/src/__mocks__/create-repositories.ts b/_old/packages/ui/src/__mocks__/create-repositories.ts similarity index 100% rename from packages/ui/src/__mocks__/create-repositories.ts rename to _old/packages/ui/src/__mocks__/create-repositories.ts diff --git a/packages/ui/src/__mocks__/file-mock.ts b/_old/packages/ui/src/__mocks__/file-mock.ts similarity index 100% rename from packages/ui/src/__mocks__/file-mock.ts rename to _old/packages/ui/src/__mocks__/file-mock.ts diff --git a/packages/ui/src/__mocks__/style-mock.ts b/_old/packages/ui/src/__mocks__/style-mock.ts similarity index 100% rename from packages/ui/src/__mocks__/style-mock.ts rename to _old/packages/ui/src/__mocks__/style-mock.ts diff --git a/packages/ui/src/_hooks/use-colors.ts b/_old/packages/ui/src/_hooks/use-colors.ts similarity index 100% rename from packages/ui/src/_hooks/use-colors.ts rename to _old/packages/ui/src/_hooks/use-colors.ts diff --git a/packages/ui/src/_hooks/use-theme.ts b/_old/packages/ui/src/_hooks/use-theme.ts similarity index 100% rename from packages/ui/src/_hooks/use-theme.ts rename to _old/packages/ui/src/_hooks/use-theme.ts diff --git a/packages/ui/src/_hooks/use-translation.ts b/_old/packages/ui/src/_hooks/use-translation.ts similarity index 100% rename from packages/ui/src/_hooks/use-translation.ts rename to _old/packages/ui/src/_hooks/use-translation.ts diff --git a/packages/ui/src/_test/pre-test.ts b/_old/packages/ui/src/_test/pre-test.ts similarity index 100% rename from packages/ui/src/_test/pre-test.ts rename to _old/packages/ui/src/_test/pre-test.ts diff --git a/packages/ui/src/_test/setup.ts b/_old/packages/ui/src/_test/setup.ts similarity index 100% rename from packages/ui/src/_test/setup.ts rename to _old/packages/ui/src/_test/setup.ts diff --git a/packages/ui/src/_types/index.ts b/_old/packages/ui/src/_types/index.ts similarity index 100% rename from packages/ui/src/_types/index.ts rename to _old/packages/ui/src/_types/index.ts diff --git a/packages/ui/src/accordion/index.tsx b/_old/packages/ui/src/accordion/index.tsx similarity index 100% rename from packages/ui/src/accordion/index.tsx rename to _old/packages/ui/src/accordion/index.tsx diff --git a/packages/ui/src/article/index.tsx b/_old/packages/ui/src/article/index.tsx similarity index 100% rename from packages/ui/src/article/index.tsx rename to _old/packages/ui/src/article/index.tsx diff --git a/packages/ui/src/avatar/index.tsx b/_old/packages/ui/src/avatar/index.tsx similarity index 100% rename from packages/ui/src/avatar/index.tsx rename to _old/packages/ui/src/avatar/index.tsx diff --git a/packages/ui/src/badge/index.tsx b/_old/packages/ui/src/badge/index.tsx similarity index 100% rename from packages/ui/src/badge/index.tsx rename to _old/packages/ui/src/badge/index.tsx diff --git a/packages/ui/src/button/button.test.tsx b/_old/packages/ui/src/button/button.test.tsx similarity index 100% rename from packages/ui/src/button/button.test.tsx rename to _old/packages/ui/src/button/button.test.tsx diff --git a/packages/ui/src/button/index.tsx b/_old/packages/ui/src/button/index.tsx similarity index 100% rename from packages/ui/src/button/index.tsx rename to _old/packages/ui/src/button/index.tsx diff --git a/packages/ui/src/card/contribution/index.tsx b/_old/packages/ui/src/card/contribution/index.tsx similarity index 100% rename from packages/ui/src/card/contribution/index.tsx rename to _old/packages/ui/src/card/contribution/index.tsx diff --git a/packages/ui/src/card/contributor/index.tsx b/_old/packages/ui/src/card/contributor/index.tsx similarity index 100% rename from packages/ui/src/card/contributor/index.tsx rename to _old/packages/ui/src/card/contributor/index.tsx diff --git a/packages/ui/src/card/project/index.tsx b/_old/packages/ui/src/card/project/index.tsx similarity index 100% rename from packages/ui/src/card/project/index.tsx rename to _old/packages/ui/src/card/project/index.tsx diff --git a/packages/ui/src/checkbox/index.tsx b/_old/packages/ui/src/checkbox/index.tsx similarity index 100% rename from packages/ui/src/checkbox/index.tsx rename to _old/packages/ui/src/checkbox/index.tsx diff --git a/packages/ui/src/chip/index.tsx b/_old/packages/ui/src/chip/index.tsx similarity index 100% rename from packages/ui/src/chip/index.tsx rename to _old/packages/ui/src/chip/index.tsx diff --git a/packages/ui/src/circular-progress/index.tsx b/_old/packages/ui/src/circular-progress/index.tsx similarity index 100% rename from packages/ui/src/circular-progress/index.tsx rename to _old/packages/ui/src/circular-progress/index.tsx diff --git a/packages/ui/src/divider/index.tsx b/_old/packages/ui/src/divider/index.tsx similarity index 100% rename from packages/ui/src/divider/index.tsx rename to _old/packages/ui/src/divider/index.tsx diff --git a/packages/ui/src/dropdown/index.tsx b/_old/packages/ui/src/dropdown/index.tsx similarity index 100% rename from packages/ui/src/dropdown/index.tsx rename to _old/packages/ui/src/dropdown/index.tsx diff --git a/packages/ui/src/error-boundary/index.tsx b/_old/packages/ui/src/error-boundary/index.tsx similarity index 100% rename from packages/ui/src/error-boundary/index.tsx rename to _old/packages/ui/src/error-boundary/index.tsx diff --git a/packages/ui/src/filter/index.tsx b/_old/packages/ui/src/filter/index.tsx similarity index 100% rename from packages/ui/src/filter/index.tsx rename to _old/packages/ui/src/filter/index.tsx diff --git a/packages/ui/src/flex/index.tsx b/_old/packages/ui/src/flex/index.tsx similarity index 100% rename from packages/ui/src/flex/index.tsx rename to _old/packages/ui/src/flex/index.tsx diff --git a/packages/ui/src/footer/index.tsx b/_old/packages/ui/src/footer/index.tsx similarity index 100% rename from packages/ui/src/footer/index.tsx rename to _old/packages/ui/src/footer/index.tsx diff --git a/packages/ui/src/icon/contribution/index.tsx b/_old/packages/ui/src/icon/contribution/index.tsx similarity index 100% rename from packages/ui/src/icon/contribution/index.tsx rename to _old/packages/ui/src/icon/contribution/index.tsx diff --git a/packages/ui/src/icon/notes/index.tsx b/_old/packages/ui/src/icon/notes/index.tsx similarity index 100% rename from packages/ui/src/icon/notes/index.tsx rename to _old/packages/ui/src/icon/notes/index.tsx diff --git a/packages/ui/src/image/index.tsx b/_old/packages/ui/src/image/index.tsx similarity index 100% rename from packages/ui/src/image/index.tsx rename to _old/packages/ui/src/image/index.tsx diff --git a/packages/ui/src/link/index.tsx b/_old/packages/ui/src/link/index.tsx similarity index 100% rename from packages/ui/src/link/index.tsx rename to _old/packages/ui/src/link/index.tsx diff --git a/packages/ui/src/loadable-factory/index.tsx b/_old/packages/ui/src/loadable-factory/index.tsx similarity index 100% rename from packages/ui/src/loadable-factory/index.tsx rename to _old/packages/ui/src/loadable-factory/index.tsx diff --git a/packages/ui/src/loading/index.tsx b/_old/packages/ui/src/loading/index.tsx similarity index 100% rename from packages/ui/src/loading/index.tsx rename to _old/packages/ui/src/loading/index.tsx diff --git a/packages/ui/src/markdown/index.tsx b/_old/packages/ui/src/markdown/index.tsx similarity index 100% rename from packages/ui/src/markdown/index.tsx rename to _old/packages/ui/src/markdown/index.tsx diff --git a/packages/ui/src/media-query/index.tsx b/_old/packages/ui/src/media-query/index.tsx similarity index 100% rename from packages/ui/src/media-query/index.tsx rename to _old/packages/ui/src/media-query/index.tsx diff --git a/packages/ui/src/milestones/index.tsx b/_old/packages/ui/src/milestones/index.tsx similarity index 100% rename from packages/ui/src/milestones/index.tsx rename to _old/packages/ui/src/milestones/index.tsx diff --git a/packages/ui/src/navbar/index.tsx b/_old/packages/ui/src/navbar/index.tsx similarity index 100% rename from packages/ui/src/navbar/index.tsx rename to _old/packages/ui/src/navbar/index.tsx diff --git a/packages/ui/src/paper/index.tsx b/_old/packages/ui/src/paper/index.tsx similarity index 100% rename from packages/ui/src/paper/index.tsx rename to _old/packages/ui/src/paper/index.tsx diff --git a/packages/ui/src/skeleton/index.tsx b/_old/packages/ui/src/skeleton/index.tsx similarity index 100% rename from packages/ui/src/skeleton/index.tsx rename to _old/packages/ui/src/skeleton/index.tsx diff --git a/packages/ui/src/stack/index.tsx b/_old/packages/ui/src/stack/index.tsx similarity index 100% rename from packages/ui/src/stack/index.tsx rename to _old/packages/ui/src/stack/index.tsx diff --git a/packages/ui/src/text/index.tsx b/_old/packages/ui/src/text/index.tsx similarity index 100% rename from packages/ui/src/text/index.tsx rename to _old/packages/ui/src/text/index.tsx diff --git a/packages/ui/src/theme/custom-theme.ts b/_old/packages/ui/src/theme/custom-theme.ts similarity index 100% rename from packages/ui/src/theme/custom-theme.ts rename to _old/packages/ui/src/theme/custom-theme.ts diff --git a/packages/ui/src/theme/index.tsx b/_old/packages/ui/src/theme/index.tsx similarity index 100% rename from packages/ui/src/theme/index.tsx rename to _old/packages/ui/src/theme/index.tsx diff --git a/packages/ui/src/translation-factory/index.tsx b/_old/packages/ui/src/translation-factory/index.tsx similarity index 100% rename from packages/ui/src/translation-factory/index.tsx rename to _old/packages/ui/src/translation-factory/index.tsx diff --git a/packages/ui/src/treeview/index.tsx b/_old/packages/ui/src/treeview/index.tsx similarity index 100% rename from packages/ui/src/treeview/index.tsx rename to _old/packages/ui/src/treeview/index.tsx diff --git a/packages/ui/src/try-again/index.tsx b/_old/packages/ui/src/try-again/index.tsx similarity index 100% rename from packages/ui/src/try-again/index.tsx rename to _old/packages/ui/src/try-again/index.tsx diff --git a/packages/ui/tsconfig.json b/_old/packages/ui/tsconfig.json similarity index 100% rename from packages/ui/tsconfig.json rename to _old/packages/ui/tsconfig.json diff --git a/packages/ui/typings.d.ts b/_old/packages/ui/typings.d.ts similarity index 100% rename from packages/ui/typings.d.ts rename to _old/packages/ui/typings.d.ts diff --git a/packages/utils/package.json b/_old/packages/utils/package.json similarity index 100% rename from packages/utils/package.json rename to _old/packages/utils/package.json diff --git a/packages/utils/src/_test/pre-test.ts b/_old/packages/utils/src/_test/pre-test.ts similarity index 100% rename from packages/utils/src/_test/pre-test.ts rename to _old/packages/utils/src/_test/pre-test.ts diff --git a/packages/utils/src/_test/setup.ts b/_old/packages/utils/src/_test/setup.ts similarity index 100% rename from packages/utils/src/_test/setup.ts rename to _old/packages/utils/src/_test/setup.ts diff --git a/packages/utils/src/array/index.ts b/_old/packages/utils/src/array/index.ts similarity index 100% rename from packages/utils/src/array/index.ts rename to _old/packages/utils/src/array/index.ts diff --git a/packages/utils/src/concurrency/index.ts b/_old/packages/utils/src/concurrency/index.ts similarity index 100% rename from packages/utils/src/concurrency/index.ts rename to _old/packages/utils/src/concurrency/index.ts diff --git a/packages/utils/src/config/__snapshots__/environment.test.ts.snap b/_old/packages/utils/src/config/__snapshots__/environment.test.ts.snap similarity index 100% rename from packages/utils/src/config/__snapshots__/environment.test.ts.snap rename to _old/packages/utils/src/config/__snapshots__/environment.test.ts.snap diff --git a/packages/utils/src/config/environment.test.ts b/_old/packages/utils/src/config/environment.test.ts similarity index 100% rename from packages/utils/src/config/environment.test.ts rename to _old/packages/utils/src/config/environment.test.ts diff --git a/packages/utils/src/config/environment.ts b/_old/packages/utils/src/config/environment.ts similarity index 100% rename from packages/utils/src/config/environment.ts rename to _old/packages/utils/src/config/environment.ts diff --git a/packages/utils/src/config/index.ts b/_old/packages/utils/src/config/index.ts similarity index 100% rename from packages/utils/src/config/index.ts rename to _old/packages/utils/src/config/index.ts diff --git a/packages/utils/src/date/difference.ts b/_old/packages/utils/src/date/difference.ts similarity index 100% rename from packages/utils/src/date/difference.ts rename to _old/packages/utils/src/date/difference.ts diff --git a/packages/utils/src/date/elapsed-time.ts b/_old/packages/utils/src/date/elapsed-time.ts similarity index 100% rename from packages/utils/src/date/elapsed-time.ts rename to _old/packages/utils/src/date/elapsed-time.ts diff --git a/packages/utils/src/loadable/index.ts b/_old/packages/utils/src/loadable/index.ts similarity index 100% rename from packages/utils/src/loadable/index.ts rename to _old/packages/utils/src/loadable/index.ts diff --git a/packages/utils/src/ts/index.ts b/_old/packages/utils/src/ts/index.ts similarity index 100% rename from packages/utils/src/ts/index.ts rename to _old/packages/utils/src/ts/index.ts diff --git a/packages/utils/tsconfig.json b/_old/packages/utils/tsconfig.json similarity index 100% rename from packages/utils/tsconfig.json rename to _old/packages/utils/tsconfig.json diff --git a/web/.browserslistrc b/_old/web/.browserslistrc similarity index 100% rename from web/.browserslistrc rename to _old/web/.browserslistrc diff --git a/web/.cracorc.ts b/_old/web/.cracorc.ts similarity index 100% rename from web/.cracorc.ts rename to _old/web/.cracorc.ts diff --git a/web/cypress.config.ts b/_old/web/cypress.config.ts similarity index 100% rename from web/cypress.config.ts rename to _old/web/cypress.config.ts diff --git a/web/firebase/.firebaserc b/_old/web/firebase/.firebaserc similarity index 100% rename from web/firebase/.firebaserc rename to _old/web/firebase/.firebaserc diff --git a/web/firebase/.gitignore b/_old/web/firebase/.gitignore similarity index 100% rename from web/firebase/.gitignore rename to _old/web/firebase/.gitignore diff --git a/web/firebase/firebase.json b/_old/web/firebase/firebase.json similarity index 100% rename from web/firebase/firebase.json rename to _old/web/firebase/firebase.json diff --git a/web/package.json b/_old/web/package.json similarity index 100% rename from web/package.json rename to _old/web/package.json diff --git a/web/public/index.html b/_old/web/public/index.html similarity index 100% rename from web/public/index.html rename to _old/web/public/index.html diff --git a/web/src/_e2e-test/support/commands.ts b/_old/web/src/_e2e-test/support/commands.ts similarity index 100% rename from web/src/_e2e-test/support/commands.ts rename to _old/web/src/_e2e-test/support/commands.ts diff --git a/web/src/_e2e-test/support/e2e.ts b/_old/web/src/_e2e-test/support/e2e.ts similarity index 100% rename from web/src/_e2e-test/support/e2e.ts rename to _old/web/src/_e2e-test/support/e2e.ts diff --git a/web/src/_e2e-test/tests/landing.spec.ts b/_old/web/src/_e2e-test/tests/landing.spec.ts similarity index 100% rename from web/src/_e2e-test/tests/landing.spec.ts rename to _old/web/src/_e2e-test/tests/landing.spec.ts diff --git a/web/src/_entry/app.tsx b/_old/web/src/_entry/app.tsx similarity index 100% rename from web/src/_entry/app.tsx rename to _old/web/src/_entry/app.tsx diff --git a/web/src/_entry/index.html b/_old/web/src/_entry/index.html similarity index 100% rename from web/src/_entry/index.html rename to _old/web/src/_entry/index.html diff --git a/web/src/_entry/index.tsx b/_old/web/src/_entry/index.tsx similarity index 100% rename from web/src/_entry/index.tsx rename to _old/web/src/_entry/index.tsx diff --git a/web/src/_entry/report-web-vitals.ts b/_old/web/src/_entry/report-web-vitals.ts similarity index 100% rename from web/src/_entry/report-web-vitals.ts rename to _old/web/src/_entry/report-web-vitals.ts diff --git a/web/src/_entry/style.scss b/_old/web/src/_entry/style.scss similarity index 100% rename from web/src/_entry/style.scss rename to _old/web/src/_entry/style.scss diff --git a/web/src/_test/pre-test.ts b/_old/web/src/_test/pre-test.ts similarity index 100% rename from web/src/_test/pre-test.ts rename to _old/web/src/_test/pre-test.ts diff --git a/web/src/_test/setup.ts b/_old/web/src/_test/setup.ts similarity index 100% rename from web/src/_test/setup.ts rename to _old/web/src/_test/setup.ts diff --git a/web/src/assets/ico/favicon.ico b/_old/web/src/assets/ico/favicon.ico similarity index 100% rename from web/src/assets/ico/favicon.ico rename to _old/web/src/assets/ico/favicon.ico diff --git a/web/src/assets/png/android-dark.png b/_old/web/src/assets/png/android-dark.png similarity index 100% rename from web/src/assets/png/android-dark.png rename to _old/web/src/assets/png/android-dark.png diff --git a/web/src/assets/png/android-light.png b/_old/web/src/assets/png/android-light.png similarity index 100% rename from web/src/assets/png/android-light.png rename to _old/web/src/assets/png/android-light.png diff --git a/web/src/assets/png/ios-dark.png b/_old/web/src/assets/png/ios-dark.png similarity index 100% rename from web/src/assets/png/ios-dark.png rename to _old/web/src/assets/png/ios-dark.png diff --git a/web/src/assets/png/ios-light.png b/_old/web/src/assets/png/ios-light.png similarity index 100% rename from web/src/assets/png/ios-light.png rename to _old/web/src/assets/png/ios-light.png diff --git a/web/src/assets/svg/404.svg b/_old/web/src/assets/svg/404.svg similarity index 100% rename from web/src/assets/svg/404.svg rename to _old/web/src/assets/svg/404.svg diff --git a/web/src/assets/svg/articles-landing.svg b/_old/web/src/assets/svg/articles-landing.svg similarity index 100% rename from web/src/assets/svg/articles-landing.svg rename to _old/web/src/assets/svg/articles-landing.svg diff --git a/web/src/assets/svg/landing-headers.svg b/_old/web/src/assets/svg/landing-headers.svg similarity index 100% rename from web/src/assets/svg/landing-headers.svg rename to _old/web/src/assets/svg/landing-headers.svg diff --git a/web/src/assets/svg/learn-landing.svg b/_old/web/src/assets/svg/learn-landing.svg similarity index 100% rename from web/src/assets/svg/learn-landing.svg rename to _old/web/src/assets/svg/learn-landing.svg diff --git a/web/src/assets/svg/logo-wide-extended.svg b/_old/web/src/assets/svg/logo-wide-extended.svg similarity index 100% rename from web/src/assets/svg/logo-wide-extended.svg rename to _old/web/src/assets/svg/logo-wide-extended.svg diff --git a/web/src/assets/svg/logo-wide.svg b/_old/web/src/assets/svg/logo-wide.svg similarity index 100% rename from web/src/assets/svg/logo-wide.svg rename to _old/web/src/assets/svg/logo-wide.svg diff --git a/web/src/build/pages/dynamic-pages.ts b/_old/web/src/build/pages/dynamic-pages.ts similarity index 100% rename from web/src/build/pages/dynamic-pages.ts rename to _old/web/src/build/pages/dynamic-pages.ts diff --git a/web/src/build/pages/index.ts b/_old/web/src/build/pages/index.ts similarity index 100% rename from web/src/build/pages/index.ts rename to _old/web/src/build/pages/index.ts diff --git a/web/src/build/pages/static-pages.ts b/_old/web/src/build/pages/static-pages.ts similarity index 100% rename from web/src/build/pages/static-pages.ts rename to _old/web/src/build/pages/static-pages.ts diff --git a/web/src/build/sitemap.ts b/_old/web/src/build/sitemap.ts similarity index 100% rename from web/src/build/sitemap.ts rename to _old/web/src/build/sitemap.ts diff --git a/web/src/components/l/index.tsx b/_old/web/src/components/l/index.tsx similarity index 100% rename from web/src/components/l/index.tsx rename to _old/web/src/components/l/index.tsx diff --git a/web/src/components/t/dictionary.ts b/_old/web/src/components/t/dictionary.ts similarity index 100% rename from web/src/components/t/dictionary.ts rename to _old/web/src/components/t/dictionary.ts diff --git a/web/src/components/t/index.ts b/_old/web/src/components/t/index.ts similarity index 100% rename from web/src/components/t/index.ts rename to _old/web/src/components/t/index.ts diff --git a/web/src/config/index.ts b/_old/web/src/config/index.ts similarity index 100% rename from web/src/config/index.ts rename to _old/web/src/config/index.ts diff --git a/web/src/index.tsx b/_old/web/src/index.tsx similarity index 100% rename from web/src/index.tsx rename to _old/web/src/index.tsx diff --git a/web/src/pages/articles/index.tsx b/_old/web/src/pages/articles/index.tsx similarity index 100% rename from web/src/pages/articles/index.tsx rename to _old/web/src/pages/articles/index.tsx diff --git a/web/src/pages/contribute/index.tsx b/_old/web/src/pages/contribute/index.tsx similarity index 100% rename from web/src/pages/contribute/index.tsx rename to _old/web/src/pages/contribute/index.tsx diff --git a/web/src/pages/faq/__snapshots__/index.int.spec.tsx.snap b/_old/web/src/pages/faq/__snapshots__/index.int.spec.tsx.snap similarity index 100% rename from web/src/pages/faq/__snapshots__/index.int.spec.tsx.snap rename to _old/web/src/pages/faq/__snapshots__/index.int.spec.tsx.snap diff --git a/web/src/pages/faq/index.int.spec.tsx b/_old/web/src/pages/faq/index.int.spec.tsx similarity index 100% rename from web/src/pages/faq/index.int.spec.tsx rename to _old/web/src/pages/faq/index.int.spec.tsx diff --git a/web/src/pages/faq/index.tsx b/_old/web/src/pages/faq/index.tsx similarity index 100% rename from web/src/pages/faq/index.tsx rename to _old/web/src/pages/faq/index.tsx diff --git a/web/src/pages/landing/index.tsx b/_old/web/src/pages/landing/index.tsx similarity index 100% rename from web/src/pages/landing/index.tsx rename to _old/web/src/pages/landing/index.tsx diff --git a/web/src/pages/learn/index.tsx b/_old/web/src/pages/learn/index.tsx similarity index 100% rename from web/src/pages/learn/index.tsx rename to _old/web/src/pages/learn/index.tsx diff --git a/web/src/pages/not-found/index.tsx b/_old/web/src/pages/not-found/index.tsx similarity index 100% rename from web/src/pages/not-found/index.tsx rename to _old/web/src/pages/not-found/index.tsx diff --git a/web/src/pages/projects/index.tsx b/_old/web/src/pages/projects/index.tsx similarity index 100% rename from web/src/pages/projects/index.tsx rename to _old/web/src/pages/projects/index.tsx diff --git a/web/src/pages/team/index.tsx b/_old/web/src/pages/team/index.tsx similarity index 100% rename from web/src/pages/team/index.tsx rename to _old/web/src/pages/team/index.tsx diff --git a/web/src/redux/actions/articles-page/index.ts b/_old/web/src/redux/actions/articles-page/index.ts similarity index 100% rename from web/src/redux/actions/articles-page/index.ts rename to _old/web/src/redux/actions/articles-page/index.ts diff --git a/web/src/redux/actions/contribute-page/index.ts b/_old/web/src/redux/actions/contribute-page/index.ts similarity index 100% rename from web/src/redux/actions/contribute-page/index.ts rename to _old/web/src/redux/actions/contribute-page/index.ts diff --git a/web/src/redux/actions/landing-page/index.ts b/_old/web/src/redux/actions/landing-page/index.ts similarity index 100% rename from web/src/redux/actions/landing-page/index.ts rename to _old/web/src/redux/actions/landing-page/index.ts diff --git a/web/src/redux/actions/learn-page/index.ts b/_old/web/src/redux/actions/learn-page/index.ts similarity index 100% rename from web/src/redux/actions/learn-page/index.ts rename to _old/web/src/redux/actions/learn-page/index.ts diff --git a/web/src/redux/actions/projects-page/index.ts b/_old/web/src/redux/actions/projects-page/index.ts similarity index 100% rename from web/src/redux/actions/projects-page/index.ts rename to _old/web/src/redux/actions/projects-page/index.ts diff --git a/web/src/redux/actions/team-page/index.ts b/_old/web/src/redux/actions/team-page/index.ts similarity index 100% rename from web/src/redux/actions/team-page/index.ts rename to _old/web/src/redux/actions/team-page/index.ts diff --git a/web/src/redux/index.ts b/_old/web/src/redux/index.ts similarity index 100% rename from web/src/redux/index.ts rename to _old/web/src/redux/index.ts diff --git a/web/src/redux/reducers/_subscribers.ts b/_old/web/src/redux/reducers/_subscribers.ts similarity index 100% rename from web/src/redux/reducers/_subscribers.ts rename to _old/web/src/redux/reducers/_subscribers.ts diff --git a/web/src/redux/reducers/articles-page/index.ts b/_old/web/src/redux/reducers/articles-page/index.ts similarity index 100% rename from web/src/redux/reducers/articles-page/index.ts rename to _old/web/src/redux/reducers/articles-page/index.ts diff --git a/web/src/redux/reducers/articles/index.ts b/_old/web/src/redux/reducers/articles/index.ts similarity index 100% rename from web/src/redux/reducers/articles/index.ts rename to _old/web/src/redux/reducers/articles/index.ts diff --git a/web/src/redux/reducers/contribute-page/index.ts b/_old/web/src/redux/reducers/contribute-page/index.ts similarity index 100% rename from web/src/redux/reducers/contribute-page/index.ts rename to _old/web/src/redux/reducers/contribute-page/index.ts diff --git a/web/src/redux/reducers/documentation/index.ts b/_old/web/src/redux/reducers/documentation/index.ts similarity index 100% rename from web/src/redux/reducers/documentation/index.ts rename to _old/web/src/redux/reducers/documentation/index.ts diff --git a/web/src/redux/reducers/faq-page/faq-data.ts b/_old/web/src/redux/reducers/faq-page/faq-data.ts similarity index 100% rename from web/src/redux/reducers/faq-page/faq-data.ts rename to _old/web/src/redux/reducers/faq-page/faq-data.ts diff --git a/web/src/redux/reducers/faq-page/index.ts b/_old/web/src/redux/reducers/faq-page/index.ts similarity index 100% rename from web/src/redux/reducers/faq-page/index.ts rename to _old/web/src/redux/reducers/faq-page/index.ts diff --git a/web/src/redux/reducers/footer-component/index.ts b/_old/web/src/redux/reducers/footer-component/index.ts similarity index 100% rename from web/src/redux/reducers/footer-component/index.ts rename to _old/web/src/redux/reducers/footer-component/index.ts diff --git a/web/src/redux/reducers/footer-component/sections.ts b/_old/web/src/redux/reducers/footer-component/sections.ts similarity index 100% rename from web/src/redux/reducers/footer-component/sections.ts rename to _old/web/src/redux/reducers/footer-component/sections.ts diff --git a/web/src/redux/reducers/index.ts b/_old/web/src/redux/reducers/index.ts similarity index 100% rename from web/src/redux/reducers/index.ts rename to _old/web/src/redux/reducers/index.ts diff --git a/web/src/redux/reducers/landing-page/index.ts b/_old/web/src/redux/reducers/landing-page/index.ts similarity index 100% rename from web/src/redux/reducers/landing-page/index.ts rename to _old/web/src/redux/reducers/landing-page/index.ts diff --git a/web/src/redux/reducers/learn-page/index.ts b/_old/web/src/redux/reducers/learn-page/index.ts similarity index 100% rename from web/src/redux/reducers/learn-page/index.ts rename to _old/web/src/redux/reducers/learn-page/index.ts diff --git a/web/src/redux/reducers/navbar-component/index.ts b/_old/web/src/redux/reducers/navbar-component/index.ts similarity index 100% rename from web/src/redux/reducers/navbar-component/index.ts rename to _old/web/src/redux/reducers/navbar-component/index.ts diff --git a/web/src/redux/reducers/projects-page/index.ts b/_old/web/src/redux/reducers/projects-page/index.ts similarity index 100% rename from web/src/redux/reducers/projects-page/index.ts rename to _old/web/src/redux/reducers/projects-page/index.ts diff --git a/web/src/redux/reducers/settings/index.ts b/_old/web/src/redux/reducers/settings/index.ts similarity index 100% rename from web/src/redux/reducers/settings/index.ts rename to _old/web/src/redux/reducers/settings/index.ts diff --git a/web/src/redux/reducers/team-page/index.ts b/_old/web/src/redux/reducers/team-page/index.ts similarity index 100% rename from web/src/redux/reducers/team-page/index.ts rename to _old/web/src/redux/reducers/team-page/index.ts diff --git a/web/src/redux/selectors.ts b/_old/web/src/redux/selectors.ts similarity index 100% rename from web/src/redux/selectors.ts rename to _old/web/src/redux/selectors.ts diff --git a/web/src/redux/utils.ts b/_old/web/src/redux/utils.ts similarity index 100% rename from web/src/redux/utils.ts rename to _old/web/src/redux/utils.ts diff --git a/web/src/types/__global.d.ts b/_old/web/src/types/__global.d.ts similarity index 100% rename from web/src/types/__global.d.ts rename to _old/web/src/types/__global.d.ts diff --git a/web/src/types/react-app-env.d.ts b/_old/web/src/types/react-app-env.d.ts similarity index 100% rename from web/src/types/react-app-env.d.ts rename to _old/web/src/types/react-app-env.d.ts diff --git a/web/src/types/sidebar.ts b/_old/web/src/types/sidebar.ts similarity index 100% rename from web/src/types/sidebar.ts rename to _old/web/src/types/sidebar.ts diff --git a/web/src/utils/fetch/index.ts b/_old/web/src/utils/fetch/index.ts similarity index 100% rename from web/src/utils/fetch/index.ts rename to _old/web/src/utils/fetch/index.ts diff --git a/web/src/utils/history.ts b/_old/web/src/utils/history.ts similarity index 100% rename from web/src/utils/history.ts rename to _old/web/src/utils/history.ts diff --git a/web/src/utils/index.spec.ts b/_old/web/src/utils/index.spec.ts similarity index 100% rename from web/src/utils/index.spec.ts rename to _old/web/src/utils/index.spec.ts diff --git a/web/src/utils/index.ts b/_old/web/src/utils/index.ts similarity index 100% rename from web/src/utils/index.ts rename to _old/web/src/utils/index.ts diff --git a/web/src/utils/language.ts b/_old/web/src/utils/language.ts similarity index 100% rename from web/src/utils/language.ts rename to _old/web/src/utils/language.ts diff --git a/web/tsconfig.json b/_old/web/tsconfig.json similarity index 100% rename from web/tsconfig.json rename to _old/web/tsconfig.json diff --git a/yarn.lock b/_old/yarn.lock similarity index 100% rename from yarn.lock rename to _old/yarn.lock pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy