Personal portfolio site for Jay Hilwig.
index.html- main site markup and contentstyles.css- site styles if split from inline stylespublic/images/- logos, SVGs, and other image assets
This is a static site, so it can be opened directly in a browser by loading index.html.
For a more reliable local preview, serve the folder with a simple static server.
python -m http.server 8000Then open http://localhost:8000.
This site is intended to be self-hosted on IONOS.
Upload the contents of this folder to your web root on IONOS, preserving the folder structure:
index.htmlstyles.csspublic/images/
If your hosting setup uses a public_html directory, place the files there.
- The portfolio currently uses static HTML and assets only.
- Case study placeholder graphics can be replaced with final SVG exports in
public/images/. - Custom fonts referenced by
index.htmlshould also be present on the host if used.