This repository contains a single-page personal website for Dr. P. Advaitham, a retired consultant gastroenterologist from Madurai.
index.html— main website pageimages/profile_pic.jpeg— profile photodata/— JSON content for badges, expertise, tips, talks, and about detailsscripts/app.js— dynamic rendering of about, expertise, tips, and talksvideo.html— video playback pagetext1_english.txt/text1_tamil.txt— original philosophy text sources
- Responsive layout for desktop and mobile
- Hero portrait with profile image
- Timeline and education section
- Toggleable Philosophy section in English and Tamil
- Dynamic content loaded from JSON files
To view the site locally, use a simple static server.
cd d:\Coding\athi
python -m http.server 8000Then open http://localhost:8000 in your browser.
cd d:\Coding\athi
npx http-server -p 8000If you have the VS Code Live Server extension installed, open the folder in VS Code and click "Go Live".
- The
Philosophysection is fully embedded inindex.htmland does not rely on the source text files at runtime. - The site is styled for mobile screens using responsive CSS breakpoints.