Skip to content

sivab193/athi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dr. P. Advaitham Portfolio Website

This repository contains a single-page personal website for Dr. P. Advaitham, a retired consultant gastroenterologist from Madurai.

What’s included

  • index.html — main website page
  • images/profile_pic.jpeg — profile photo
  • data/ — JSON content for badges, expertise, tips, talks, and about details
  • scripts/app.js — dynamic rendering of about, expertise, tips, and talks
  • video.html — video playback page
  • text1_english.txt / text1_tamil.txt — original philosophy text sources

Features

  • 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

Local preview

To view the site locally, use a simple static server.

Option 1: Python 3

cd d:\Coding\athi
python -m http.server 8000

Then open http://localhost:8000 in your browser.

Option 2: Node.js

cd d:\Coding\athi
npx http-server -p 8000

Option 3: Live Server extension

If you have the VS Code Live Server extension installed, open the folder in VS Code and click "Go Live".

Notes

  • The Philosophy section is fully embedded in index.html and does not rely on the source text files at runtime.
  • The site is styled for mobile screens using responsive CSS breakpoints.

About

Personal Website for Dr. P Advaitham

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors