This is a static HTML version of a Webflow portfolio site from 2023, converted for GitHub Pages deployment.
The original site was hosted at: https://august-house-llc.webflow.io/
This site is deployed at visual-producer.august.style
The site was converted from Webflow to static HTML using the following steps:
- Downloaded HTML structure using
wget - Extracted and downloaded all asset files (images, CSS, JS)
- Fixed all internal links and file paths
- Simplified the file structure with sensible names
- Deployed to GitHub Pages
Several scripts were created to fix path issues in the Webflow export:
verify_image_paths.py- Identifies broken image links throughout the sitefix_gif_paths.py- Fixes paths to GIF files that are in assets/gifs instead of assets/imagesfix_remaining_gif_paths.py- Targets specific files with broken GIF linksfix_css_references.py- Ensures correct relative paths to CSS from various subdirectoriesfix_portfolio_paths_advanced.py- Fixes paths in the sean-august-horvath-portfolio section
/index.html- Main landing page/assets/- All site assets/assets/css/simplified/- Renamed CSS files with sensible names/assets/js/simplified/- Renamed JS files with sensible names/assets/images/- All image assets/assets/gifs/- All GIF animation files/assets/fonts/- Font files
The site is configured for GitHub Pages with:
_config.yml- Jekyll configuration with site title, description and custom permalink structureCNAME- Custom domain configuration for visual-producer.august.style
- GIF Path Issue: The Webflow export referenced GIFs in /assets/images/ but they were actually in /assets/gifs/
- Depth-Dependent Path Issues: Fixed relative paths in subdirectories by calculating the correct path depth
- Portfolio Section CSS/JS: Fixed missing assets in the sean-august-horvath-portfolio section by correctly linking to root assets
- Navigation Links: Ensured all site navigation works correctly regardless of which page you're viewing
This site is a portfolio snapshot from 2023 and is maintained as an archive. It showcases Sean August Horvath's work in visual design, illustrations, GIF animations, and web content production.
For more information, visit visual-producer.august.style.