This is a static, self-hosted export of the public Carrd portfolio. It is ready to publish from a GitHub repository; no Carrd scripts, image hosting, font requests, or email-decoding endpoint are required at runtime.
- Edit page copy, links, and layout in
index.html. - Replace or add images in
assets/images/. Each gallery folder corresponds to one gallery in the page. The files ending in_original.jpgare the lightbox/full-size images. - Locally hosted font definitions and font files are in
assets/css/fonts.cssandassets/fonts/. - The Carrd export remains intentionally close to the original so the responsive layout, gallery lightboxes, scroll animations, and anchor navigation keep working.
From this folder, run:
python3 -m http.server 8000Then open http://localhost:8000.
This repository is named nathanschen.github.io, so GitHub Pages serves the site at https://nathanschen.github.io/.
The social-share and canonical metadata in index.html use that GitHub Pages URL as the primary public address. If you later purchase a custom domain, add a CNAME file and update those metadata values together.
- Captured locally: the full public HTML, all 89 public Carrd image assets, and all 22 webfont files used by the page.
- Kept external: article, social-media, Wix, Google Drive, and other outbound links, because those destinations are separate sites rather than portfolio assets.
- Replaced: the Carrd/Cloudflare-obfuscated email button is now a normal
mailto:link; the Carrd credit and Carrd-only runtime references were removed. - Not recoverable from a public page: the private Carrd editor/project configuration and any account-level Carrd settings. The visible, published site and public assets are included here.