This project is a static webpage for the Institution of Engineers (India) TCET/IOT chapter. It provides information about the institution, future plans, and the working committee members.
index.html
: The main HTML file containing the structure and content of the webpage.TcetOfficial.css
: The CSS file containing the styling for the webpage.Prince.png
: The profile image used in the profile card section.core_images
: The image used for the core faculty members section.
- Clone the repository or download the files.
- Open the
index.html
file in a web browser to view the webpage.
The webpage is structured into several sections:
-
Title Section:
- Displays the title of the chapter.
-
About Section:
- Provides an overview of the Institution of Engineers (India) and the chapter's goals.
-
Future Plans Section:
- Describes the chapter's future plans, including seminars, webinars, workshops, and events.
-
Working Committee Section:
- Lists the faculty and student members of the working committee in a table format.
The HTML file defines the structure of the webpage using various HTML tags. The main sections are organized within <div>
elements, and tables are used to list the working committee members.
The CSS file is used to style the webpage. Key styling elements include:
- Fonts: Custom fonts are used for titles and paragraphs.
- Colors: Specific colors are used for text and backgrounds to create a visually appealing design.
- Tables: Tables are styled with borders, padding, and background colors to enhance readability.
Open the index.html
file in a web browser to view the webpage. You will see the title, about section, future plans, and working committee members listed in a structured format with appropriate styling.
This project is licensed under the MIT License.