Cinematographer working internationally on feature films, high end TV drama and commercials.
Single page application with static HTML generation to speed up load time and search engine optimization
- Vue.js to build reusable components
- Vue Router to render different pages within the SPA
- Webpack as bundler for JS, CSS and HTML templates
- Prerender SPA Plugin to render static HTML for all router
- Gulp for secondary build tasks such as clean and copy assets
- Gulp SSH to deploy the dist folder to the web server
- HTTP Server as local Node server to preview changes locally
- CSS Grid to position the site structure
- CSS variables for changing the site's theme between light and dark mode
- picture to load a smaller images for mobile and high resolution images for large screens
This website contains a basic a11y optimization with semantic HTML areas, headline structure, usage of decorative images and keyboard optimization. It was analyzed for basic a11y errors with aXe and WAVE browser extensions.
There is no color contrast or screen reader optimization so this website is not fully acecssible based on the WCAG 2.x guidelines so far.
The content directory contains all editable parts of the website.
This is mainly done with JSON
and some HTML
files for more flexible content.
The maintenance documentation can be found in the Wiki.