A colorful multi-page portfolio built with plain HTML, CSS, and JavaScript.
index.htmlis the short home page.experience.htmlis the resume-style experience page.writing.htmlis for DTH articles and other published work.out-and-about.htmlis for speaking engagements, features, panels, and appearances.
- Replace the placeholder copy on each page with your real bio, roles, articles, and events.
- Add your real article links in
writing.html. - Add your resume PDF or LinkedIn link in
experience.html. - Add real event names, years, and links in
out-and-about.html. - Update colors or wording in
style.cssif you want the brand to feel even more like you.
Open index.html directly in a browser, or run a local server on any open port:
python3 -m http.server 8080Then visit http://localhost:8080.