Skip to content

hoopinwhoopin/CodersEvoke_website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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



License

Licensed under the MIT License.

Happy Coding 👨‍💻

About

A Website for codersEvoke

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.9%
  • HTML 31.5%
  • JavaScript 17.6%