Organization homepage for Palmshed. Lists projects, applications, and repositories. Static site, no framework.
.github/site/~ the site, a set of static HTML pages served from GitHub Pages.auth/~ the authentication backend (separate Vercel project). Seeauth/README.mdandAUTH.md.
The site is plain HTML/CSS. Open any page in .github/site/ directly, or serve the folder:
python -m http.server -d .github/sitePushing to main deploys the site via GitHub Pages (see .github/workflows/deploy-site.yml), which publishes .github/site/.
The sign-in page uses hCaptcha for bot protection. See hCaptcha's privacy policy and terms.