Personal portfolio and app hub for Jared (Yusef) Amen, SRE & Platform Engineering Consultant.
Live at:jaredamen.github.io
This site serves multiple purposes:
- Portfolio — Professional engineering identity and project showcase
- Consulting Landing Page — Information for potential SRE/platform engineering consulting clients
- App Hub — Hosts web applications and tools at
/apps/ - Project Showcase — Links to open source projects and commercial products
├── index.html # Main portfolio page
├── style.css # Site styles (dark theme)
├── apps/
│ ├── index.html # Apps directory page
│ └── basecamp/ # Basecamp PWA (pre-built)
├── assets/
│ └── favicon.svg # Site favicon
├── .nojekyll # Disable Jekyll processing
└── README.md # This file
The Basecamp PWA is hosted at /apps/basecamp/ and is built from a separate repository.
To update the Basecamp PWA:
- Clone the basecamp repository:
git clone https://github.com/jaredamen/basecamp.git - Build the PWA:
cd basecamp && npm install && npm run build - Copy build output:
cp -r dist/* /path/to/jaredamen.github.io/apps/basecamp/ - Update paths in the copied files to work from
/apps/basecamp/(already configured in current build)
This is a static site built with vanilla HTML/CSS/JS. No build process required for the main site.
- Responsive design for mobile compatibility
- Dark theme with gradient accents
- SEO optimized with proper meta tags
- Print-friendly styles included
This repository follows a branch + PR workflow. Never commit directly to main.
- Email:jared.yusef@gmail.com
- GitHub: github.com/jaredamen
- LinkedIn:www.linkedin.com/in/jaredev
Built by hand with care. © 2026 Jared (Yusef) Amen