Minimalist vcard

Size
3,351 Kb
Views
26,312

How do I make an minimalist vcard?

Really minimalist vcard. I love it.. What is a minimalist vcard? How do you make a minimalist vcard? This script and codes were developed by Alejandro Montañez on 13 October 2022, Thursday.

Minimalist vcard Previews

Minimalist vcard - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Minimalist vcard</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
/* * Developed and tested on Chrome * I decided to use it on codeams.tk */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,300);
*{margin:0; padding:0; box-sizing:border-box;}
html,body,#portada,#sobremi{width:100%; height:100%;}
body{position:relative; overflow:hidden; background-color:rgb(2,3,3);}
h1{ display:inline; position:absolute; top:50%; left:50%; margin:-50px 0 0 -124px; letter-spacing:-7px; font:300 72px/1.4 'Open sans',Helvetica; color:#c0c0c0; cursor:default; transition:margin 330ms linear;
}
#menu{ display:block; width:26px; height:20px; position:relative; top:25px; z-index:3; margin:0 auto; padding-top:2px; border-radius:3px; cursor:pointer;
}
#menu>span{display:block; width:26px; height:2px; position:relative; margin:0 auto; border-radius:1px; background:#d0d0d0; transition:all 300ms ease-out;}
#menu span+span{margin-top:5px;}
.dos{opacity:1;}
#sobremi{position:absolute; top:100%; left:0; color:#ccc;transition:top 300ms linear;}
#sobremi div{width:100%; position:absolute; top:50%; left:0; margin:-16px 0 0 0; text-align:center;}
#sobremi span{display:block; letter-spacing:1px; font:300 16px/16px 'Open sans',Helvetica;}
#sobremi span:not(:first-child){margin-top:15px;}
#sobremi span:nth-child(3),#sobremi span:nth-child(4){margin-left:-52px;}
#sobremi em{font-style:normal; color:#454545; margin-right:2px;}
.close .uno{top:7px; transform:rotate(405deg) translate3d(0,0,0);}
.close .dos{opacity:0; transform:rotate(720deg) translate3d(0,0,0); transition-duration:0ms;}
.close .tres{top:-7px; transform:rotate(315deg) translate3d(0,0,0);}
.sobremi h1{margin-top:-136px;}
.sobremi #sobremi{top:0;} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div id='menu'> <span class="uno"></span> <span class="dos"></span> <span class="tres"></span>
</div>
<h1>codeams</h1>
<div id='sobremi'><div> <span>twitter@codeams</span> <span>[email protected]</span> <span><em>http://</em>codepen.io/codeams</span> <span><em>http://</em>codeams.tk</span>
</div></div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Minimalist vcard - Script Codes CSS Codes

/* * Developed and tested on Chrome * I decided to use it on codeams.tk */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,300);
*{margin:0; padding:0; box-sizing:border-box;}
html,body,#portada,#sobremi{width:100%; height:100%;}
body{position:relative; overflow:hidden; background-color:rgb(2,3,3);}
h1{ display:inline; position:absolute; top:50%; left:50%; margin:-50px 0 0 -124px; letter-spacing:-7px; font:300 72px/1.4 'Open sans',Helvetica; color:#c0c0c0; cursor:default; transition:margin 330ms linear;
}
#menu{ display:block; width:26px; height:20px; position:relative; top:25px; z-index:3; margin:0 auto; padding-top:2px; border-radius:3px; cursor:pointer;
}
#menu>span{display:block; width:26px; height:2px; position:relative; margin:0 auto; border-radius:1px; background:#d0d0d0; transition:all 300ms ease-out;}
#menu span+span{margin-top:5px;}
.dos{opacity:1;}
#sobremi{position:absolute; top:100%; left:0; color:#ccc;transition:top 300ms linear;}
#sobremi div{width:100%; position:absolute; top:50%; left:0; margin:-16px 0 0 0; text-align:center;}
#sobremi span{display:block; letter-spacing:1px; font:300 16px/16px 'Open sans',Helvetica;}
#sobremi span:not(:first-child){margin-top:15px;}
#sobremi span:nth-child(3),#sobremi span:nth-child(4){margin-left:-52px;}
#sobremi em{font-style:normal; color:#454545; margin-right:2px;}
.close .uno{top:7px; transform:rotate(405deg) translate3d(0,0,0);}
.close .dos{opacity:0; transform:rotate(720deg) translate3d(0,0,0); transition-duration:0ms;}
.close .tres{top:-7px; transform:rotate(315deg) translate3d(0,0,0);}
.sobremi h1{margin-top:-136px;}
.sobremi #sobremi{top:0;}

Minimalist vcard - Script Codes JS Codes

var animating = false
$('#menu').click(function(){ if(animating) return $(this).toggleClass('close') $('body').toggleClass('sobremi') animating=true setTimeout(function(){animating=false},300)
})
Minimalist vcard - Script Codes
Minimalist vcard - Script Codes
Home Page Home
Developer Alejandro Montañez
Username codeams
Uploaded October 13, 2022
Rating 3.5
Size 3,351 Kb
Views 26,312
Do you need developer help for Minimalist vcard?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alejandro Montañez (codeams) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!