Production portfolio website for Mothilal M (Software Engineer, Python/FastAPI backend developer).
- Primary portfolio: https://mothilal.xyz/
- Animated demo: https://mothilal.xyz/animated-portfolio.html
index.html— primary portfolio (canonical experience)animated-portfolio.html— animated demo experiencesitemap.xml— sitemap entries for public pagesrobots.txt— crawl directivesdeployment.yaml— optional Kubernetes deployment scaffold
This project is static HTML/CSS/JS and does not require a build step.
- Open the repo directory:
cd /home/runner/work/Portfolio/Portfolio - Start a local server:
python -m http.server 8000
- Visit:
http://localhost:8000
- The contact form in
index.htmlposts tohttps://formsubmit.co/ajax/mothilal044@gmail.com. - If endpoint delivery fails, it falls back to
mailto:so inquiries are still captured. - reCAPTCHA token generation is included and can be validated server-side if a verification endpoint is deployed.
- Designed for static hosting (GitHub Pages / Netlify / Vercel / CDN static host).
CNAMEis configured formothilal.xyz.- If Kubernetes is used, complete
deployment.yamlwith ConfigMap/Service/Ingress resources before production use.
- Mothilal M
- LinkedIn: https://www.linkedin.com/in/mothilal-m-04803a227
- GitHub: https://github.com/mothilal