Personal website for Ki-Jana Panzarella (Key). Self-hosted 24/7 on a repurposed PC running Fedora Linux with Apache. Deployed via GitHub, managed through the CLI.
Live at frontendneeded.com
- HTML, CSS, vanilla JavaScript
- Apache on Fedora Linux (self-hosted)
- GitHub for version control and deployment
/— Home / about/tarella-notes/— iOS app showcase/tarella-privacy-policy/— Privacy policy for Tarella Notes/wfpc/— Warframe Price Checker (in progress)/hire-me/— Resume and contact
css/— Global styles (styles.css) + per-page stylesheetsjs/— Per-page JavaScriptfonts/— Self-hosted woff2 files (DM Sans, Playfair Display)images/— Site images and OG assets
Changes are pushed to GitHub from either machine, then pulled on the server:
git pull origin mainTo preview the site locally, run this from the project root:
python3 -m http.server 8080Then open http://localhost:8080. Note: the /api/chat endpoint on the hire-me page requires the Ollama instance running on the live server and won't work locally.
from /var/www/frontendneeded.com/ on the Fedora machine.