A simple and responsive HTML resume template for students/freelancers who want to host a web version of their resume online. To edit simply download the source code or clone using git cli :
git clone https://github.com/aryakvn/aryakvn.github.io
To host a version of this template on your own github pages, simply fork the reposetory and rename the repo to {username}.github.io
. for more information read the official github documentation for Github Pages.
The main style of the page is stores at /assets/css/style.css
. To change the theme color simply adjust the css variables defined in the :root
element. the default values are :
:root {
--border-radius: 16px;
--primary: #5c6bc0;
--primary-light: #7986cb;
--primary-dark: #3949ab;
--secondary: #009688;
--secondary-light: #4db6ac;
--secondary-dark: #00695c;
--border-gray: #bdbdbd;
--gray-light: #f5f5f5;
}
🖊 : https://codepen.io/aryakvn
🦊 : 0x65eC44Ca54561e97D8b20BE11575144eC200F49e