responsive resume template

How we can create a personal resume using pure HTML and CSS? Solution: See this Responsive Resume Template With HTML and CSS, Personal Resume Design.

Previously I have shared an HTML vCard template, but it is a simple responsive resume design. Basically, a resume is a document used and created by a person to present their background, skills, and accomplishments. Mostly peoples design their resume of graphic software like illustrator, photoshop. In India even nowadays many peoples use old Microsoft Word format resumes. We can create an online resume using codes like HTML, CSS and it will a perfect format for online presentation.

Today you will learn to create Personal Resume UI design. Basically, there is a resume with common contents like name, image, short description, skills, contact information, and experience. All these fields have dummy text, because it is only a template you have to replace these by your own info. There is shape movement animation around the image and it has a responsive design.

So, Today I am sharing Responsive Resume Template With HTML and CSS. There I have used HTML to create the layout and CSS for styling and design. Also, I have used a JavaScript library named TweenMax JS for the shape moving animation. This is a complete resumes program and ready to use online. You can use it on your website as a plain resume.

If you are thinking now how this resume design actually is, then see the preview given below.

Preview Of Personal Resume

See this video preview to getting an idea of how this resume looks like.

Live Demo

Now you can see this program visually, also you can see it live by pressing the button given above. If you like this program, then get the source code of its.

You May Also Like:

Responsive Resume Template Source Code

Before sharing source code, let’s talk about it. First I have created the main div named ‘resume-wrapper’ and placed all the items inside it. Inside the main div, I have placed many elements for multiple elements like name, skills, contact info, etc. There I have created SVG shapes to for the image background, later it will animate by JS. There I have used the HTML list for showing skills with progress bars.

Now using CSS I have placed all the items in the right place, as you can see in the preview. With CSS first I gave basic values like size, position, margin, padding, etc to the elements. There I have used table display command display: table; to create the layout. I have used CSS @media query to create responsive elements and increased-reduced size for multiple screen sizes.

The JavaScript file only for animate the shapes which are around the circular image. JS codes are placed according to the library’s pre-built functions. There the shapes moving randomly using for loop and if-else statements. Left all other things you will understand after getting the codes, I can’t explain all in writing. For creating this program you have to create 3 files. First file for HTML, second for CSS, and the third file for JavaScript.

Follow the steps to creating this program without any error.

index.html

Create an HTML file named ‘index.html‘ and put these codes given below.

style.css

Now create a CSS file named ‘style.css‘ and put these codes given here.

function.js

The final step, create a JavaScript file named ‘function.js‘ and put the codes.

That’s It. Now you have successfully created Responsive Resume Template With HTML and CSS, Personal Resume Design. If you have any doubt or question comment down below.

Thanks For Visiting, Keep Visiting.

3 COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here