Welcome to the SAILWebsite repository! This project serves as the official website for the Student Alumni Interaction Linkage (SAIL) at IIT Guwahati. The website is designed to provide updated information about SAIL’s initiatives, services, events, and team, fostering a strong connection between the students and alumni community.
- About SAIL
- Features
- Goals
- Structure
- Tech Stack
- Getting Started
- Usage
- Contributing
- License
- Acknowledgments
Student Alumni Interaction Linkage (SAIL) is a voluntary cell of IIT Guwahati under the Office of Alumni Affairs and External Relations. It is operated by the students of IIT Guwahati under the guidance of the Dean, Alumni Affairs and External Relations. SAIL acts as a mutually beneficial link between IIT Guwahati and its alumni community, fostering engagement, collaboration, and support.
- Static Content: Displays updated information about SAIL’s initiatives, services, and events.
- Home Page: Provides an overview of SAIL’s mission and vision.
- About Page: Details SAIL’s goals and functionalities.
- Services: Showcases the services provided by SAIL.
- Initiatives: Highlights the initiatives undertaken by SAIL.
- Events: Lists past and upcoming events.
- Blogs: Features blogs posted by SAIL.
- Team: Introduces the SAIL team members.
- Simple Implementation: Free of unnecessary dependencies, ensuring ease of use and maintenance.
- Keep the students of IIT Guwahati updated with all information related to SAIL.
- Provide a single platform for all information regarding SAIL.
- Include details of all events, initiatives, services, and team members.
- Home: Overview of SAIL’s mission and vision.
- About: Detailed goals and functionalities of SAIL.
- Services: Information about services offered.
- Initiatives: Details of initiatives undertaken by SAIL.
- Events: Information about events organized by SAIL.
- Blogs: Features blogs and articles published by SAIL.
- Team: Introduces the SAIL team members.
The SAILWebsite is built with the following technologies:
- Frontend: HTML5, CSS3, JavaScript
- Backend: Node.js (if applicable)
- Framework: React.js (or any other framework used)
- Styling: Bootstrap, Tailwind CSS (or other CSS frameworks)
- Version Control: Git and GitHub
Follow these instructions to set up the project locally.
Ensure you have the following installed:
-
Clone the Repository:
git clone -b <branch-name> https://github.com/Student-Alumni-Interaction-Linkage-IITG/SailWebsite.git
-
Navigate to the Project Directory:
cd sail
-
Install Dependencies:
npm install
-
Start the Development Server:
npm start
-
Open your browser and navigate to
http://localhost:3000
.
Once the development server is running, you can explore and customize the website:
- Update content in the
src
folder to modify pages. - Use the
assets
folder to update images or static files. - Modify the styling in the
styles
folder as needed.
We welcome contributions to improve the SAILWebsite! Here’s how you can contribute:
-
Fork the Repository: Click the "Fork" button on the repository’s GitHub page.
-
Clone Your Fork:
git clone https://github.com/<your-username>/SailWebsite.git
-
Create a New Branch:
git checkout -b <feature-name>
-
Make Your Changes and Commit:
git commit -m "Add a meaningful commit message"
-
Push Your Changes:
git push origin <feature-name>
-
Create a Pull Request:
- Navigate to the original repository.
- Click "New Pull Request."
- Fill out the template with all necessary details, including screenshots if applicable.
- Thanks to all contributors and mentors who have worked on the SAILWebsite.
- Special appreciation for the SAIL team for their guidance and support.
Feel free to explore, contribute, and reach out to us with any queries or suggestions!