PIYUSH1525 / Website_OnCampus

Official Website for OnCampus Community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

OnCampus Official Website

"Unleashing Your Tech Potential, One Line of Code at a Time πŸ±πŸ’»"

Explore the docs Β»

View Demo . Report Bug . Request Feature

Contributors Forks Stargazers Issues License

Table Of Contents

About The Project

Screen Shot

πŸš€ The OnCampus Community Official Website πŸš€ is a platform for student developers to connect, collaborate, and learn about open source technology πŸ’». Our mission πŸ’ͺ is to support and maintain open source projects πŸ’Ύ and to provide a community of amazing developers πŸ™Œ where one can start their open source journey πŸšΆβ€β™€οΈ.

The website 🌐 serves as a hub for all things related to the OnCampus Community πŸŒƒ, from information about who we are πŸ™‹β€β™‚οΈπŸ™‹β€β™€οΈ and what we do πŸ”¨, to opportunities for involvement and collaboration 🀝, to profiles of our team members πŸ‘₯. With a focus on community 🀝 and networking πŸ’», the OnCampus Official Website provides a supportive and inclusive environment 🌞 for student developers to grow their skills πŸ“ˆ and make meaningful contributions to the open source world 🌍.

Whether you're a seasoned open source contributor πŸ’ͺ or just starting out πŸš€, the OnCampus Official Website is the perfect place to connect with like-minded individuals πŸ‘₯ and take your skills to the next level πŸ“ˆ. Join us today πŸ—“ and be a part of a thriving community of student developers! πŸ’»πŸš€

Getting Started

Welcome to the OnCampus Community Official Website repository! πŸŽ‰ We're thrilled to have you as a contributor and can't wait to see the impact you'll make. Before you dive in, here's a quick guide to get you started. To get a local copy up and running follow these simple example steps.

Prerequisites

Setting up the development environment To start contributing, you'll need to have the following software installed on your computer:

  • Git
  • A text editor of your choice (e.g. Visual Studio Code)

First, fork this repository by clicking the "Fork" button in the top right corner of this page. This will create a copy of the repository in your own GitHub account. Clone the repository to your local machine by running the following command in your terminal:

Installation

  • First, fork this repository by clicking the "Fork" button in the top right corner of this page. This will create a copy of the repository in your own GitHub account.

  • Clone the repository to your local machine by running the following command in your terminal:

git clone https://github.com/[OnCampus-Community]/Website_OnCampus.git
  • Change into the directory where you cloned the repository:
cd Website_OnCampus

Usage

The OnCampus Website is a great opportunity for anyone looking to get started in web development or hone their existing skills. By contributing to this project, you'll have the chance to learn and practice basic HTML and CSS concepts while also making your first open source contribution. This will not only enhance your technical abilities but also give you a sense of satisfaction knowing you're helping build a platform that supports and inspires students in their journey. Join us today and start making a difference! πŸ’»πŸš€

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  • Making changes and submitting a pull request Create a new branch for your changes:
git checkout -b [BRANCH-NAME]
  • Make the changes you'd like to contribute. You can use the text editor of your choice to make changes to the source code.
  • Add your changes to Git:
git add .
  • Commit your changes with a descriptive commit message:
git commit -m "Your commit message here"
  • Push your changes to your forked repository:
git push origin [BRANCH-NAME]

Open a pull request from your forked repository to the original repository. Make sure to provide a detailed description of the changes you've made and why you believe they should be merged into the main repository.

License

Distributed under the MIT License. See LICENSE for more information.

Authors

|

Acknowledgements

We Dont Do That Here Black Panther GIF

About

Official Website for OnCampus Community

License:Creative Commons Zero v1.0 Universal


Languages

Language:CSS 70.3%Language:HTML 29.3%Language:JavaScript 0.4%