Online CV - HTML CSS Resume Website Template


Thank you for purchasing our theme.

Online CV is a clean, professional, vibrant, intuitive, stunning, graphically polished, visually aesthetic, highly customizable and fast-loading, SEO optimized best professional HTML CSS resume Website Template. It comes packed with stylish UI and saturated with modern typography, and smooth color combination which allows you to create fascinating HTML  responsive resume template with ease. It offers shape and refined visual instrument to showcase your professional, educational and technical expertise gorgeously.


Online CV is equipped with convenient and popular technologies. It includes Bootstrap frontend framework to give you the ultimate flexibility to use preconfigured and ready components to meet your requirements perfectly. Furthermore, in this one page HTML resume website template, you can use unlimited Google fonts and icon fonts from FontAwesome. Online CV is best for resume website of freelance, engineer, creative artist, developer, photographers, designers and more.

Key Features

 

/resume

  • /css (Template CSS)

  • /fonts (Font Faces, Font Awesome, etc..)

  • /img (All Images)

  • /js (Template JS)

 

It's possible to change the JS settings by extending the defaults from the template, that way is so much easier to update the theme changing only one JS file. Here are a few samples on how to do that:

Changing Settings

1) Changing the "preloader" delay: (js/script.js)

 

function () {
        $('#preloader').delay(200).fadeOut('slow');
    }());
 
The template is based on Bootstrap 3 Framework - http://getbootstrap.com
 
Bootstrap includes a responsive, mobile first fluid grid system that appropriately scales up to 12 columns as the device or viewport size increases.
 
<div class="row">
	<div class="col-md-12">
		Level 1 column
		<div class="row">
			<div class="col-md-6">Level 2</div>
			<div class="col-md-6">Level 2</div>
		</div>
	</div>
</div>
 
 
If you need more information, please visit this site: http://getbootstrap.com/css/#grid
The organization of the CSS is one of our priorities.
 
These are the CSS file we're using in the template:
 
 

/css

  • /bootstrap.min.css (all code imported from Bootstrap framwork)

  • /font-awesome.min.css (icon code imported from Fontawesome)

  • /style.css ((Add all customizations into this file))

 

Font Awesome is a @font-face iconset that you can change size and color of the icons using CSS.

If you need more information, please visit this site: http://fontawesome.io/

<i class="fa fa-edit"></i>
<i class="fa fa-search"></i>
...