From 16c47fef1408a0f63690eb9dd20b27de396c941e Mon Sep 17 00:00:00 2001 From: Underemployed <116073306+Underemployed@users.noreply.github.com> Date: Tue, 7 Mar 2023 14:23:50 +0630 Subject: [PATCH] working links --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 2866894..6e2bd99 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,27 @@ One of the key features of the project is its user authentication and access con Other notable features of the project include the ability to create, edit, and delete posts, categories, and users, as well as the ability to search and filter posts by category, date, and keyword. Additionally, the project includes a user-friendly interface that allows users to easily navigate and interact with the application. Overall, the PHP & MySQL Blog App with Admin Panel project is an excellent learning resource for beginners looking to gain practical experience in web development and database management. + + +# This is the working static webpage of all the webpages in the repository. + + +| # | WebPage | Live Demo | +| :-: | --------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | +| 01 | [Index] | [Live Demo](https://underemployed.github.io/index.html) | +| 02 | [Blog] | [Live Demo](https://underemployed.github.io/blog.html) | +| 03 | [Category_Post] | [Live Demo](https://underemployed.github.io/category-posts.html) | +| 04 | [About] | [Live Demo](https://underemployed.github.io/about.html) | +| 05 | [Services] | [Live Demo](https://underemployed.github.io/services.html) | +| 06 | [Contact] | [Live Demo](https://underemployed.github.io/contact.html) | +| 07 | [SignIn] | [Live Demo](https://underemployed.github.io/signin.html) | +| 08 | [SignUp] | [Live Demo](https://underemployed.github.io/signup.html) | +| 09 | [Dashboard] | [Live Demo](https://underemployed.github.io/dashboard.html) | +| 10 | [Edit_Posts] | [Live Demo](https://underemployed.github.io/edit-post.html) | +| 11 | [Add_Post] | [Live Demo](https://underemployed.github.io/add-post.html) | +| 12 | [Add_User] | [Live Demo](https://underemployed.github.io/add-user.html) | +| 13 | [Manage_Users] | [Live Demo](https://underemployed.github.io/manage-users.html) | +| 14 | [Edit_User] | [Live Demo](https://underemployed.github.io/edit-user.html) | +| 15 | [Add_Category] | [Live Demo](https://underemployed.github.io/add-category.html) | +| 16 | [Manage_Categories] | [Live Demo](https://underemployed.github.io/manage-categories.html) | +| 16 | [Edit_Category] | [Live Demo](https://underemployed.github.io/edit-category.html) |