├── README.md ├── about.html ├── contact.html ├── index.html ├── projects.html └── styles.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimal-Mathew16/Personal-Portfolio/HEAD/README.md -------------------------------------------------------------------------------- /about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimal-Mathew16/Personal-Portfolio/HEAD/about.html -------------------------------------------------------------------------------- /contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimal-Mathew16/Personal-Portfolio/HEAD/contact.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimal-Mathew16/Personal-Portfolio/HEAD/index.html -------------------------------------------------------------------------------- /projects.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimal-Mathew16/Personal-Portfolio/HEAD/projects.html -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vimal-Mathew16/Personal-Portfolio/HEAD/styles.css --------------------------------------------------------------------------------