css contact vcard

How we can create a personal contact vCard using HTML CSS and JavaScript? Solution: See this CSS Contact vCard Design With Clip Path Animation, Contact Me Card Design.

Previously I have shared some contact forms, this is a personal profile vCard with social ID and contact form. Basically, vCard is also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. And this program also a kind of personal card, because you can put your social network profiles and a contact form for people can reach you.

Today you will learn to create contact me or personal social card using HTML CSS JS. Basically, there is a card which has a heading and some dummy text, bottom of the card you will see some social network icons. When you will click on any icon then a new section will appear about that network and the whole progress has clip-path animation. And also you can see a contact me button, after clicking that a contact me form will appear.

So, Today I am sharing CSS Contact vCard Design With Clip Path Animation. This program is based on HTML and CSS, but there I have used jQuery for the toggle feature for opening social tabs and the contact form. jQuery makes our work easy and fast and it is a JS library. And there are dummy text and images, you have to replace these contents with our own.

If you are thinking now how this contact me vCard actually is, then see the preview given below.

Preview Of Personal Contact Me  and Social Card

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

Live Demo

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

You May Also Like:

CSS Contact vCard Design With Clip Path Animation Source Code

Before sharing source code, let’s talk about it. First using HTML I have created the contact me form and after that, I have created multiple cards for different networks and one for starting. Inside the card, I have created two panels left and right, placed an image in the right column in every card. For the icons like facebook, twitter, arrow, etc used the font-awesome library and linked in the HTML file.

Now using CSS, I have placed all the elements on the right place as you can see in the preview. I have placed the elements one above one using z-index command. Here also I have used a background image in the body section and used CSS clip-path animation when changing cards( info). And many more basic things I have done using CSS.

jQuery handling here toggles feature when we changing the cards by clicking on different icons. Here jQuery removes and adds the active class and playing with z-index value. 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 for that. First for HTML, second for CSS, and the third for JavaScript. Follow the steps to creating this 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 CSS Contact vCard Design With Clip Path Animation, Contact Me Card With social profiles. If you have any doubt or question comment down below.

Thanks For Visiting, Keep Visiting.

LEAVE A REPLY

Please enter your comment!
Please enter your name here