Published personal portfolio for Divyanshu Tandon.
Live site: https://dtandon.com/
This is a static portfolio website for internships, research roles, professional networking, and public viewing. The responsive dark interface uses ASU's maroon and gold, with the original assets/profile.png featured in the hero. Sections: hero, Projects, About, Experience, Education, Writings, Gallery, Technical Stack, and Contact.
index.html- page content, SEO metadata, contact links, and portfolio sectionsstyles.css- dark ASU-themed design system: layout, cards, animations, responsive breakpointsscript.js- accessible mobile navigation, active-section highlighting, scroll reveal, and footer yearassets/- the original profile portrait, resume PDF, research posters, and lab photographyCNAME- custom domain configuration fordtandon.com
Scroll-reveal only hides content once an inline script in <head> confirms JS is
running (adds a js class to <html>). If JS fails to load for any reason, all
content stays fully visible by default - the animations are a progressive
enhancement, not a requirement for the page to work.
Open index.html in a browser. No build step or package install is required.
The site is published with GitHub Pages from this repository:
https://github.com/divtandon/Portfolio
The custom domain is configured through CNAME:
dtandon.com
- Edit the relevant file locally.
- Preview
index.htmlin a browser. - Commit and push changes to GitHub.
- GitHub Pages will publish the update automatically.
Common updates:
- Update page text and links in
index.html - Adjust layout or colors in
styles.css - Replace images or the resume PDF in
assets/ - Keep canonical, Open Graph, and structured-data URLs pointed to
https://dtandon.com/