Skip to content

YashBawa/Codefamily_Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Family

Table of contents

What is Code Family

The CodeFamily community is built for every student, We believe that every student can learn and grow here. We are providing an open-source platform where students can learn everything. To build a better career, students can showcase their work in an open-source project, which provides a great way to build a resume. Learn and grow with the community.

Contributions are always welcome!

Make sure you have followed me on GitHub and starred in this repository. Although this is not mandatory, doing so really motivates me to keep making more awesome content.

Contribution Guidelines

By contributing to this project, you adhere to this project's code of conduct. They are as follows:

  • Your code must be properly formatted. *The code you contribute must be your own.
  • Your code must be error- and bug-free. *The file structure must be proper. You must write the code for a particular language in that particular folder. For example, write HTML code in the HTML folder and CSS code in the CSS folder, etc.
  • Make sure you have the comment in code.
  • Make sure you exclude the auto-generated files by adding them in .gitignore.
  • Your code supports all the web browsers.
  • Do not spam.

How to Contribute

  • Fork this Repository using the button at the top in the right corner.
  • Clone your forked repository to your pc ( git clone "URL from clone option".)
  • Open the folder in the code editor of your choice and make the changes.
  • Stage the changes git add .
  • Commit the changes git commit -m "Your commit message here”
  • Push the changes to GitHub git push origin

Once you have successfully pushed the project, open GitHub and click on the dropdown next to Contribute, and click on Open pull request.

After that, write a message and a comment (optional). Then click on Create pull request.

Create Pull Request

At this point, you are ready to make a pull request to the original repository.

Navigate to your forked repository, and press the "New pull request" button on the left-hand side of your Repo page.

Design

Main Page

Codefamily website design.pdf

Event Page

Codefamily events page (3).pdf

Assests

assests.zip

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.9%
  • HTML 37.7%
  • CSS 20.4%