This is the personal portfolio website for Chetan Tonde. It showcases his professional experience, research, publications, and other interests. The website is built with HTML, CSS, and JavaScript, using the Bootstrap framework.
The project is organized as follows:
assets/: Contains supporting JavaScript and CSS files for the website's functionality and appearance.dist/: Contains the compiled Bootstrap CSS and JavaScript files.img/: Contains images used throughout the website.pdfs/: Contains PDF documents, such as posters and resumes.index.html: The main landing page of the website.blog.html,contact.html, etc.: Additional pages for different sections of the website.server.js: A simple Node.js server to run the website locally.
To run the website locally, you can use the provided Node.js server.
-
Make sure you have Node.js installed.
-
From the root of the project directory, run the following command:
node server.js
-
Open your web browser and navigate to
http://localhost:8080.