Skip to content

Commit fac9c37

Browse files
Merge pull request #1906 from iamabir04/iamabir04-patch-1
[SSOC 2.0] Issue #1901 fix - Added readme.md file
2 parents 9fae91e + 088485b commit fac9c37

2 files changed

Lines changed: 58 additions & 62 deletions

File tree

Projects/Analog Clock/readme.md

Lines changed: 0 additions & 62 deletions
This file was deleted.

Projects/Facebook Clone/readme.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
<h1>Facebook Clone Landing Page</h1>
2+
3+
4+
This is a Facebook Clone Landing Page project, created using HTML and CSS.<br>
5+
The purpose of this project is to replicate the appearance and layout of Facebook's landing page.<br>
6+
It is intended for educational purposes only and not for any commercial use or reproduction of Facebook's functionality.<br>
7+
<br><br>
8+
<h2>Table of Contents</h2><ul>
9+
<li>Introduction</li>
10+
<li>Features</li>
11+
<li>Requirements</li>
12+
<li>Getting Started</li>
13+
<li>Contributing</li>
14+
<li>License</li>
15+
</ul>
16+
<br><br>
17+
18+
19+
<h1>Introduction</h1>
20+
The Facebook Clone Landing Page project aims to provide a simplified version of Facebook's landing page, capturing the overall look and feel of the original design. This project does not include any server-side functionalities, user authentication, or data handling. It is a front-end-only project that focuses on HTML and CSS skills.
21+
<br><br>
22+
23+
<h1>Features</h1>
24+
The Facebook Clone Landing Page includes the following features:
25+
26+
<ul>
27+
<li>Top navigation bar with Facebook logo, search bar, and navigation links.</li>
28+
<li>Login and sign-up sections with forms (Note: These forms are not functional; they are for layout demonstration only).</li>
29+
<li>A showcase section highlighting some of Facebook's features (images and text).</li>
30+
<li>A footer section with links to various pages and copyright information.</li>
31+
</ul>
32+
<br><br>
33+
34+
<h1>Requirements</h1>
35+
To run the Facebook Clone Landing Page project, you need a modern web browser that supports HTML5 and CSS3. There are no additional dependencies or libraries required.
36+
<br><br>
37+
<h1>Getting Started</h1>
38+
To get started, follow these steps:
39+
<ul>
40+
<li>Clone this repository to your local machine using Git:
41+
bash
42+
Copy code
43+
git clone https://github.com/your-username/facebook-clone.git</li>
44+
<li>Navigate to the project directory:
45+
bash
46+
Copy code
47+
cd facebook-clone</li>
48+
<li>Open the index.html file in your web browser.</li>
49+
<li>You should now see the Facebook Clone Landing Page in your browser.</li>
50+
</ul>
51+
<br><br>
52+
<h1>Contributing</h1>
53+
Contributions to the Facebook Clone Landing Page project are welcome. <br>If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
54+
<br>
55+
Please follow the existing coding style and conventions.
56+
<br><br>
57+
<h1>License</h1>
58+
The Facebook Clone Landing Page project is licensed under the MIT License. <br>Feel free to use, modify, and distribute the code for educational purposes. <br>However, please note that this project is intended to be a front-end exercise and should not be used for any commercial purposes or deployed as a functional Facebook clone.

0 commit comments

Comments
 (0)