MyProfile - Bootstrap Resume / CV Website Template


Thank you for purchasing our theme.

MyProfile is clean, interactive, modern, professional, elegant, stylish, attractive, beautiful, impressive, convincing, streamlined, straightforward, graphically well-designed, deeply intuitive, technologically sophisticated, efficiently coded, meticulously crafted, one page professional resume template. The personal curriculum vitae resume template is simple, minimalist, stunning comes combined with all essential features that help you articulate your personal, technical, education, professional expertise seamlessly. 
 
The single page bootstrap resume template is best for freelancers those who bid for jobs on UpWork, Peopleperhour, Envato Studio, Freelance and more. Furthermore, it can be best with website for Software Engineer resume, IT professionals resume, Graphic Designer resume, Web Developer resume, Frontend Developer resume, Creative Artist resume, Online Marketer Resume,  Video Editor resume, Copywriter resume, Photographer resume, Car Mechanic resume,child care resume, musician resume, filmmaker resume, 
sales resume and more. 
 
Responsive HTML5 Bootstrap Resume Template comes combined with thoughtfully designed and well-structured that helps convince your interviewer extensively. It comes with the details of an applicant with his photo, name, job title, short bio, birth date, nationality, languages and social connections at the front on the above the fold. Sequentially, it combines personal activity meter, work accomplishing history, and technical expertise in details. Afterward, you can showcase your job experience, education, marketplace profile, portfolio, client testimonial, physical address and working contact form.
 
The responsive HTML CSS bootstrap resume template is lightweight and fast loading, can accessible like the lightening bolt to the end visitors. The bright part of Bootstrap 3 frontend framework powers the extraordinary and excellent resume web template, assures cross browser compatibility for Google Chrome, Mozilla Firefox, Safari, Internet Explorer, Microsoft Edge and more. As the codebase is secured and SEO friendly, can perfectly get fitted with iPhone, iPad, tablet, notebook, desktop, windows phone, android phone, feature phone and more. 

Key Features

/resume

 

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');
    }());

2) Changing Carousel Autoplay Duration


(function () {
        $("#review").owlCarousel({
            autoPlay: 3000, //Set AutoPlay to 3 seconds
            items: 2,
            itemsDesktop: [1199, 3],
            itemsDesktopSmall: [979, 3]
 
        });
    }());
 
 
 
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)

  • /owl.carousel.css (CSS for owl carousel)

  • /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>
...