This repository contains two distinct versions of portfolio content:
- Location: All files are in the
/docsfolder - Content: Modern resume website created in 2025
- Purpose: Personal resume website showcasing professional experience and projects
- GitHub Pages: Configured to publish from the
/docsfolder
- Content: Original portfolio website created in 2018
- Status: Preserved for historical reference
- Note: This content was created using the Start Bootstrap Agency theme
Portfolio/
└── docs/
├── index.html # Main resume website page
├── resume.pdf # PDF version of resume
├── sam_feller.png # Profile image
├── samfeller.md # Markdown content
└── [various images] # Project and experience images
If you need to view or restore the old content:
- Checkout the archived branch:
git checkout archived-old-content - Change GitHub Pages source in repository settings if needed
- To return to new content:
git checkout new-resume-website
- The 2018 content was a portfolio website built with Start Bootstrap
- The 2025 content is a focused resume website
- Both versions are preserved in separate branches for reference