/Digital-Resume

A portfolio website built by following a resume like structure.

Primary LanguageHTML

Dennis Ivy Digital Resume

A digital resume website built based on the content from my personal REAL resume

View live demo here using github pages: Live Demo

Dark Mode Preview

Light Mode Preview

Switching between color themes

This website has no auto toggle theme switcher, therefor to change themes you must manual go into /styles/main.css and the css variables to use either theme. Default is dark, so do the following here:

--mainTextColor:var(--mainTextColor-light); 
--secondaryTextColor:(--secondaryTextColor-light);
--mainLinkColor:var(--mainLinkColor-light);
--mainBorderColor:var(--mainBorderColor-light);
--mainBgColor:var(--mainBgColor-light);