Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A non-responsive CV template made with plain HTML and CSS, hosted on GitHub Pages.
HTML-CSS-CV is a static, non-responsive CV template built with plain HTML and CSS, intended for developers who want a minimal, dependency-free resume page that can be hosted on GitHub Pages.
HTML-CSS-CV is a practice curriculum vitae template created by the GitHub user ovi. The project consists of HTML markup and a CSS stylesheet that together render a classic resume layout in any web browser. It takes personal details — name, contact information, work experience, education, and skills — that are edited directly in the markup, and produces a static one-page CV with no JavaScript, no build tools, and no external libraries. The live demo at https://ovi.github.io/HTML-CSS-CV/ shows the finished page running on GitHub Pages.
HTML-CSS-CV is aimed at beginner web developers who are learning HTML and CSS and want a concrete example of a resume layout. It also suits developers who need a quick, no-frills personal CV page for GitHub Pages without pulling in a front-end framework. Job seekers who prefer a fully controlled, static online resume can use this template as a starting point for their own customization.
Yes, the repository is publicly accessible on GitHub and can be cloned and used for free. The provided metadata does not include a license, so check the repository before commercial reuse.
No, the CV is made using HTML and CSS only. It has no interactive features and requires no build step or package manager.
No, the author explicitly states that this is a non-responsive CV. The fixed-width layout is intended for desktop browsers and does not adapt to mobile viewports.
The demo is hosted on GitHub Pages at https://ovi.github.io/HTML-CSS-CV/ and shows the final rendered CV.
The repository is associated with the GitHub user ovi, as shown by the demo URL and repository path.
