# Personal Page Live [here](https://guyonvarch.me). ## Getting started ```sh cd public python -m http.server ``` ## Captures - Take screenshots with Chrome developer tool for web views, with 1280×800 resolution. - Convert screenchots to WEBP with imagemagick: `magick input.png output.webp`.