Skip to content

A portfolio website built by following a resume like structure.

Notifications You must be signed in to change notification settings

Jabray5/Digital-Resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Joey Brayshaw Digital Resume

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

Terraform Deployment

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);

About

A portfolio website built by following a resume like structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 76.3%
  • CSS 23.7%