diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/README.md b/Front-end-Projects/Basic/Facebook-Login-Page/README.md new file mode 100644 index 00000000..1253399e --- /dev/null +++ b/Front-end-Projects/Basic/Facebook-Login-Page/README.md @@ -0,0 +1,66 @@ +

đŸ’Ĩ Facebook Login Page Clone đŸ’Ĩ

+ + + +

Tech Stack Used 🎮

+ + +
+ + ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) + ![Tailwind CSS](https://img.shields.io/badge/tailwindcss-%231572B6.svg?style=for-the-badge&logo=tailwindcss&logoColor=white) + +
+ + +![Line](https://github.com/Avdhesh-Varshney/WebMasterLog/assets/114330097/4b78510f-a941-45f8-a9d5-80ed0705e847) + + + +## :zap: Description 📃 + +
+

This project is a simple HTML and Tailwind CSS implementation of a Facebook Login Page clone. It aims to replicate the basic structure and styling of the popular entertaining Facebook Login Page.This project Showcases the power of HTML and Tailwind CSS.

+
+ + + +## :zap: How to run it? 🕹ī¸ + +
+

To run this project locally, follow these steps: + +1. Fork the repository. + +2. Clone the repository to your local machine: + git clone https://github.com/your-username/Facebook-Login-Page.git + +3. Open the project folder in your preferred code editor, now you can view website in live. + +

+
+ + + +## :zap: Screenshots 📸 + + + + +![Line](https://github.com/Avdhesh-Varshney/WebMasterLog/assets/114330097/4b78510f-a941-45f8-a9d5-80ed0705e847) + + + +

Developed By Bhavy Zala

+

+ + + + + + +

+ +

Happy Coding 🧑‍đŸ’ģ

+ +

Show some  â¤ī¸  by  đŸŒŸ  this repository!

diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/images/favicon.png b/Front-end-Projects/Basic/Facebook-Login-Page/images/favicon.png new file mode 100644 index 00000000..2c83ce5f Binary files /dev/null and b/Front-end-Projects/Basic/Facebook-Login-Page/images/favicon.png differ diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/images/fb.svg b/Front-end-Projects/Basic/Facebook-Login-Page/images/fb.svg new file mode 100644 index 00000000..70542b2d --- /dev/null +++ b/Front-end-Projects/Basic/Facebook-Login-Page/images/fb.svg @@ -0,0 +1,3 @@ + + + diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/index.html b/Front-end-Projects/Basic/Facebook-Login-Page/index.html new file mode 100644 index 00000000..4de83db5 --- /dev/null +++ b/Front-end-Projects/Basic/Facebook-Login-Page/index.html @@ -0,0 +1,28 @@ + + + + + + + + Facebook - Login or Sign up + + +
+
+ +

Facebook helps you connect and share with the people in your life.

+
+
+ + + + Forgotten Password +
+ + +
+
+ + + \ No newline at end of file diff --git a/Front-end-Projects/Basic/Facebook-Login-Page/screenshot.webp b/Front-end-Projects/Basic/Facebook-Login-Page/screenshot.webp new file mode 100644 index 00000000..f1f23a33 Binary files /dev/null and b/Front-end-Projects/Basic/Facebook-Login-Page/screenshot.webp differ diff --git a/Front-end-Projects/README.md b/Front-end-Projects/README.md index ed9a6d5c..884289be 100644 --- a/Front-end-Projects/README.md +++ b/Front-end-Projects/README.md @@ -35,7 +35,9 @@ | 8 | [Spotify Clone](./Intermediate/Spotify-Clone)| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) | | 9 | [Apple Clone](./Intermediate/Apple-Clone )| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) | | 10 | [Reddit Clone](./Intermediate/Reddit-Clone)| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) | - 11 | [Microsoft Clone](./Intermediate/Microsoft-Clone)| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) | +| 11 | [Microsoft Clone](./Intermediate/Microsoft-Clone)| ![Intermediate](https://img.shields.io/badge/Intermediate-FFD700?style=for-the-badge) | +| 12 | [Facebook Login Page](./Basic/Facebook-Login-Page) | ![Basic](https://img.shields.io/badge/Basic-00FF00?style=for-the-badge) | + diff --git a/database/frontend.json b/database/frontend.json index 5f3c4e07..3631a060 100644 --- a/database/frontend.json +++ b/database/frontend.json @@ -33,5 +33,10 @@ "tag": "Intermediate", "title": "Microsoft Clone", "description": "This project is a simple HTML and Tailwind CSS implementation of a Microsoft website clone. It aims to replicate the basic structure and styling of the popular entertaining website Microsoft. This project Showcases the power of HTML and Tailwind CSS." + }, + { + "tag": "Basic", + "title": "Facebook Login Page", + "description": "This project is a simple HTML and Tailwind CSS implementation of a Facebook Login Page clone. It aims to replicate the basic structure and styling of the popular entertaining Facebook Login Page. This project Showcases the power of HTML and Tailwind CSS." } ] \ No newline at end of file