ZapeeoSheikh / DataScienceWebsite

A static educational website (frontend) related to Data Science.

Home Page:https://aniketsinha2002.github.io/DataScienceWebsite.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Information

This repository contains the code for an educational website. The website makes it easier for aspiring data scientists and learners to get a simple roadmap to becoming well versed with the subject and field. The website contains information about data science, provides links resources such as online courses through which you can enhance your skills.

This webpage is still under construction. I'm making this project open source so that if any one wants to contribute to this project, to make it easier for their fellow learners to grasp the concepts of data science, then genuinly you are welcome here :)

Project Purpose : Educational Startup related to Data Science

Project Website : Visit Here

Developer : Aniket Sinha

What's in it for you? 🤔

  • Meet fellow coders, build a team.
  • Get your questions answered and help others by answering theirs.
  • Share your creative ideas about improving this community.
  • Showcase you previous works as a motivation for others.
  • Resources to get you started and sharpening the skills.
  • And lot of things coming from you.

High VoltageTech Stack



**Components of Website**

Landing Page

This page appears when user clicks on the site and lands on the page.

img1

About Us

This Page gives user the brief about the website.

img2


Courses

This give information about the courses where you can enrolled and learn skills.

img4

FAQ

In this FAQ's section, if you have any doubt related to course you can ask in it.

img5

Contact

If you have any issue regarding the course go into contact section.

img6


How to contribute?

If you're not comfortable with command line, here are tutorials using GUI tools. If you don't have git on your machine, install it.

1. Fork this repository.

fork this repository

2. Clone your forked copy of the project.

git clone https://github.com/aniketsinha2002/DataScienceWebsite.github.io.git

3. Navigate to the project directory 📁 .

cd DataScienceWebsite.github.io.git

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/aniketsinha2002/DataScienceWebsite.github.io.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes:heavy_check_mark: .

git add .

10. Commit your changes .

git commit -m "Your message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15. Congratulations! You have made a succsessful PR to the DataScienceWebsite.

16. Now sit back patiently and relax while your PR is being reviewed.

Note :-

  • Please follow best code formatting and linting practices to assure good code quality. You should use tools such as Prettier or Eslint for the purpose.

Project Maintainer & Admin


github

Open Source Events

  • GSSoC'23

Thanks to all Contributors 💪

Thanks a lot for spending your time helping DataScienceWebsite grow. Thanks a lot! Keep rocking 🍻



Show some ❤ by starring ⭐ the repository.

About

A static educational website (frontend) related to Data Science.

https://aniketsinha2002.github.io/DataScienceWebsite.github.io/


Languages

Language:HTML 48.5%Language:CSS 44.2%Language:JavaScript 7.3%