Sudeep8708 / CodersEvoke_website

A Website for codersEvoke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodersEvoke_website

forthebadgeforthebadgeforthebadgeforthebadgeforthebadgeforthebadgeforthebadgeforthebadgeforthebadgeforthebadge

Coders Evoke

Coders Evoke is all about sharing knowledge, posting achievements, participating in hackathons, discussions and many more! We have a wide variety of topics however we’re always listening to suggestions from the community. And here , we came up with an idea of developing a website for the community as an open-source project so that help others to start with open source .

Contributing to this Repo

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/<your-github-username>/project_name.git

3. Navigate to the project directory.

cd CodersEvoke_website

4. Make changes in source code.

5. Stage your changes and commit

# Add changes to Index
git add .

# Commit to the local repo
git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

git push

8. Create a PR !

9. Congratulations! Sit and relax, you've made your contribution to CodersEvoke Website.

Repository Structure

├───.github
│   ├───ISSUE_TEMPLATE
│   └───workflows
├───assets
│   ├───css                    #All CSS files
│   └───images                 #All Images 
├───js                         #All JS Files
└───Pages                      #All HTML Files

Color Scheme for website

Credit goes to these people:✨

Contributors



Happy Coding 👨‍💻

About

A Website for codersEvoke


Languages

Language:CSS 50.9%Language:HTML 31.5%Language:JavaScript 17.6%