This repository contains the source code for a sample website template built for an IEEE conference. The template provides a structure for showcasing conference details, including schedules, speakers, and registration information.
You can view the template here: IEEE Conference Website Template
- Homepage with an overview of the conference
- Speakers page with profiles of keynote speakers
- Committee page with details of the organizing committee
- HTML
- CSS
- JavaScript
ieee-website
|-- images
|-- committee.html
|-- index.html
|-- speakers.html
|-- styles.css
-
Clone the repository:
git clone https://github.com/kashyap09-01/ieee-website.git cd ieee-website -
Open the index.html file: You can open the
index.htmlfile directly in your web browser to view the template locally.
- To update the conference information, modify the content in the HTML files (
index.html,committee.html,speakers.html). - To change the styling, edit the CSS file (
styles.css). - To update images, replace the files in the
imagesfolder with your own images, and update the image paths in the HTML files as needed.
Contributions are welcome! Please fork the repository and create a pull request with your changes.