Official Website of Sahara society
This is the official website of Sahara society. It is a social welfare society of the IIT Madras BS Degree Program. It's mission is to extend assistance to those in need by providing opportunities to those willing to lend a hand. In doing so, we address the needs of both the underprivileged individuals and the students pursuing their BS Degree at IIT Madras.
- Home Page
- About Us
- Activities
- Events
- Our Team
- Contact
- Color Theme
- Footer
- Icons
- Button anchor link full
- LinkedIn link
- Font
- SEO Tags
- Illustrations
- Responsiveness
- Mail service for contact
- Activities & Events will have carousel
- Activities border left
- Animations left
- Images for About
- Images for Activities
- Images for Events
- Profile details of Team
Sahara society details
- What we do in about
- Social Activities heading
- Description of each activity
- Bullets of each activity
- Testimonials of each activity
- Events details
root/
│
├── css/
│ ├── style.css
│ ├── home.css
│ ├── about.css
│ ├── activities.css
│ ├── events.css
│ ├── team.css
│ └── contact.css
│
├── images/
│
├── js/
│ └── main.js
│
├── home.html
│
├── about.html
│
├── activities.html
│
├── events.html
│
├── team.html
│
└── contact.html
- style.css contains
header
,footer
and other common styles for all pages. - main.js is for handling
header
,footer
and other common functionalities. - Color theme used:
--color-primary: #2B124C; --color-secondary: #522B5B; --color-light1: #854F6C; --color-light2: #DFB6B2; --color-dark: #190019; --color-offwhite: #FBE4D8; --color-black: #000000; --color-white: #ffffff;
To get a local copy up and running follow these simple steps.
-
Clone the repo
git clone https://github.com/sahara-society/Sahara.git
-
Open the
index.html
file in your browser. -
Create an http server using python
python -m http.server 3000
-
Open localhost:3000 in your browser.
- To Contact, please drop an email to connectwithsahara@study.iitm.ac.in