A modern, responsive CV website built with static HTML and CSS.
Visit my CV at: https://befrvnk.github.io/cv
Enter the development shell:
devenv shellIf you use direnv, allow the project once:
direnv allowserve # Start a local static file server at http://localhost:8000
check # Validate HTML and check formatting
format # Format HTML, CSS, Markdown, and Nix filesindex.html # Main CV page
assets/styles.css # Custom CSS without a build step
assets/ # Images and product icons
devenv.nix # Reproducible development tooling
- Responsive design
- Print-friendly styling
- Clean, modern layout
- Semantic HTML structure
- No frontend build step
This project is open source and available under the MIT License.
- BartoszJarocki/cv for the design inspiration