- About the Project
- Tech Stack
- File Structure
- Getting Started
- Development
- Contributing
- License
- Contact
This repository contains the source code for the IEEE Computer Society SRM Chapter's main website. Our website serves as a central hub for members, showcasing our events, projects, and resources. It's designed to be responsive, accessible, and easy to maintain.
ieeecssrm/
│
├── assets/
│ ├── css/
│ │ └── style.css
│ ├── font/
│ │ ├── gordita/
│ │ └── recoleta/
│ │ └── font.css
│ ├── hpic/ # Team member pictures
│ ├── images/
│ └── js/
│ └── script.js
│
├── teams/
│ ├── core.html
│ ├── corporate.html
│ ├── creative.html
│ ├── design.html
│ ├── mark.html
│ ├── op.html
│ ├── pr.html
│ ├── sm.html
│ └── webdev.html
│
├── favicon.svg
└── index.html
To get a local copy up and running, follow these simple steps:
- Clone the repo
git clone https://github.com/IEEE-CS-SRM/main-website.git
- Navigate to the project directory
cd main-website
- Open
index.html
in your browser
To work on this project:
-
Clone the repository (if you haven't already):
git clone https://github.com/IEEE-CS-Society/ieeecssrm
-
Navigate to the project directory:
cd ieeecssrm
-
Open the project in your favorite code editor.
-
Make your changes to the HTML, CSS, or JavaScript files as needed.
-
Test your changes by opening the relevant HTML files in a web browser.
-
Once you're satisfied with your changes, commit them:
git add . git commit -m 'Add some amazing feature'
-
Push to your fork and submit a pull request:
git push origin your-feature-branch
-
Open a pull request on GitHub.
Remember to keep your CSS organized and well-commented for easier maintenance. If you're making significant style changes, consider testing on different browsers and screen sizes to ensure responsiveness.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Don't forget to give the project a star! Thanks again!
Distributed under the MIT License. See LICENSE
for more information.
IEEE Computer Society SRM - @IEEECS_SRMIST
Project Link: https://github.com/IEEE-CS-SRM/main-website
Made with ❤️ by IEEE CS SRM