This is Austin Averill's personal static website suitable for GitHub Pages hosting.
- index.html - Home page with introduction and navigation
- cv.html - Curriculum Vitae page with PDF download
- portfolio.html - Portfolio page (under construction)
- thankyou.html - Thank you page for contact form submissions
- Responsive design using the "Forty" template from HTML5 UP
- Contact form integration with Formspree for static form handling
- CV PDF download functionality
- GitHub stats integration
- Social media links (GitHub, LinkedIn)
The contact form uses Formspree (https://formspree.io) to handle form submissions on the static site. Forms are submitted to https://formspree.io/f/austin.averill96@gmail.com.
All assets are located in the /assets directory:
/assets/css/- Stylesheets/assets/js/- JavaScript files/assets/images/- Images and graphics/assets/docs/- Documents (CV PDF)/assets/webfonts/- Font files
This site is designed to be hosted on GitHub Pages. Simply push the files to your repository and enable GitHub Pages in the repository settings.
The original Flask application is preserved in the /miscresource/front/ directory for reference.