Skip to content

This repo is creted By OSS club for the FSOC.

Notifications You must be signed in to change notification settings

Priya-rai121/FSOC.V2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCOS - First Year CSS Competition

Welcome to the FCOS (First-Year CSS Competition) repository! This project is designed to help first-year students get hands-on experience with HTML and CSS by building web pages. The goal of this competition is to enhance your understanding of various CSS properties and how to apply them effectively in projects.

💡 About the Competition

FCOS encourages first-year students to develop a simple webpage using just HTML and CSS. Participants will work on various CSS properties like layouts, animations, and responsiveness to create visually appealing web designs.

📋 How to Contribute

Follow the steps below to contribute your project to this repository:

Step 1: Fork the Repository

  • Fork this repository by clicking the Fork button at the top right of this page.
  • This will create a copy of the repository under your GitHub account.

Step 2: Clone the Repository

  • Open your terminal or Git Bash and run the following command to clone your forked repository to your local machine:
 git clone https://github.com/FSOC-OSS/FSOC.V2.git

Step 3: Navigate to the Project Directory

After cloning, navigate to the project folder:

cd FSOC.V2

Step 4: Start Building Your Project

You can now start working on your HTML and CSS project. Make sure to follow the guidelines provided for the competition.

Step 5: Commit Your Changes

Once you've finished your project, add and commit the changes:

git add .
git commit -m "Add my CSS project for FCOS"

Step 6: Push Changes to Your Fork

Push your changes to your forked repository:

git push origin YourBranch

Step 7: Create a Pull Request

Finally, go to the original repository on GitHub and click on Pull Requests. Click on New Pull Request, select your forked repository, and submit your pull request.

📜 Guidelines

  • Ensure that your code is clean, commented, and follows the best practices of HTML and CSS.
  • Use responsive design principles wherever possible.
  • No JavaScript is allowed for this competition.

📧 Contact

For any queries, feel free to reach out to us.

Happy coding and good luck with your project! """

About

This repo is creted By OSS club for the FSOC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.1%
  • CSS 46.9%