V-Card WIP

Developer
Size
6,472 Kb
Views
48,576

How do I make an v-card wip?

I spend a lot of time on Forrst, LinkedIn and Twitter and wanted to try to create a v-card that incorporated elements from each as a practice project. I'll continue working on this through the weekend and add the social dropdown, a skills section, an add user option and maybe a list of followers/friends feature.. What is a v-card wip? How do you make a v-card wip? This script and codes were developed by Tim Ruby on 03 July 2022, Sunday.

V-Card WIP Previews

V-Card WIP - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>V-Card WIP</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="wrapper"> <!-- Begin Top Buttons --> <div class="top-panel"> <div class="right username" id="initial">t </div> <section class="left"> <div class="short-nav"> <div id="social-share"> <span class="entypo-share"></span> </div> </div> <div class="clearfix"></div> </div> <!-- Begin Panel Content --> <div class="content"> <!-- Social Media Links --> <div id="social"> <ul> <li><span class="entypo-mail"></span></li> <li><span class="entypo-facebook"></span></li> <li><span class="entypo-twitter"></span></li> <li><span class="entypo-linkedin"></span></li> <li><span class="entypo-dribbble"></span></li> <li><span class="entypo-github"></span></li> <li><span class="entypo-behance"></span></li> <li><span class="entypo-skype"></span></li> </ul> </div> <!-- Name & Title Objects --> <div class="contact-info"> <span class="entypo-vcard"></span> <h1>Tim Ruby</h1> <h2>Web Designer &amp; Developer</h2> <p>I am a freelance designer, front-end web designer and developer from blustery, occasionally decent Northeast Ohio. I am currently working at upping my UX/UI capabilities, learning more jQuery and Advanced SASS methods and techniques.</p> <p>I enjoy making new friends so don't be bashful. Let's make it happen people!</p> <hr /> <span class="entypo-graduation-cap"></span> <dl> <dt>Skill Set</dt> <dd>Design</dd> <dd>Front-End Development</dd> <dd>Responsive Design</dd> <dd>Mobile Development</dd> <dd>Web Graphics</dd> <dd>User Experience</dd> <dd>User Interface</dd> <dd>Branding/Identity</dd> <dd>Email Marketing</dd> <dd>S.M.M.</dd> </dl> </div> <!-- Clear Positioned V-Card Objects --> <div class="clearfix"></div> <!-- Begin Contact Methods --> <div class="wepa"> <table> <thead> <th><span class="entypo-monitor"></span> Website:</th> <th><span class="entypo-mail"></span> Email:</th> <th><span class="entypo-mobile"></span> Phone:</th> <th><span class="entypo-map"></span> Address:</th> </thead> <tbody> <tr> <td><a href="http://timruby.me">www.timruby.me</a></td> <td><a href="mailto:[email protected]">[email protected]</a></td> <td><span class="entypo-lock"></span> Private</td> <td><span class="entypo-lock"></span> Private</td> </tr> </tbody> </table> </div> </div>
</div>
<!-- Add User Modal Window -->
<div id="modal"> <span class="entypo-cancel" id="close"></span> <h2>Add User</h2> <p>Woohoo! You want to be friends. That sounds like a wonderful idea! Just click that button down there and you're all set!</p> <a href="#" id="confirm"><span class="entypo-thumbs-up"></span> Confirm Request</a>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

V-Card WIP - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(http://weloveiconfonts.com/api/?family=entypo);
/* entypo */
[class*="entypo-"]:before { font-family: 'entypo', sans-serif;
}
.cf:before,
.cf:after { content: " "; /* 1 */ display: table; /* 2 */
}
.cf:after { clear: both;
}
.cf { *zoom: 1;
}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
body { background: #FAE3B4 url(http://i.imgur.com/JHckSLZ.png) top left repeat; font-family: 'Open Sans', sans-serif;
}
hr { margin: 30px 0 0; border: none; border-bottom: 2px solid #e5e9e7;
}
.left { float: left;
}
.right { float: right;
}
.active { display: block;
}
.hidden { display: none;
}
.wrapper { position: relative; overflow: hidden; margin: 40px auto; padding: 0; width: 640px; background-color: #FEFEFE; border: 1px solid #AAC789; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 12px 6px -10px black; -moz-box-shadow: 0 12px 6px -10px black; box-shadow: 0 12px 6px -10px black;
}
.wrapper .top-panel { width: 100%; height: 50px; background-color: #1E4147;
}
.wrapper .username { overflow: hidden; position: absolute; top: 0; right: 0; height: 48px; width: 50px; text-align: center; line-height: 46px; font-size: 30px; font-weight: 700; color: #AAC789; border-left: solid 2px #1c3e43; cursor: pointer;
}
.wrapper .short-nav { margin-left: 15px; line-height: 46px;
}
.wrapper .short-nav > a, .wrapper .short-nav #social-share { padding: 0 15px 0 0; color: #AAC789; text-align: center; text-decoration: none; font-size: 20px;
}
.wrapper .short-nav a:hover, .wrapper .short-nav #social-share:hover { color: #c3d7ac; cursor: pointer;
}
.content { color: #6a7f75; font-weight: 400;
}
.content #social { display: none;
}
.content #social ul { margin: 0 auto; width: 100%; height: 60px; background-color: #AAC789;
}
.content #social ul li { display: inline-table; width: 70px; font-size: 18px; line-height: 58px; text-align: center; color: #437356; cursor: pointer; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 0.25s ease-in-out;
}
.content #social ul li:first-child { margin-left: 30px;
}
.content #social ul li:hover { line-height: 50px; font-size: 26px; color: #1E4147;
}
.contact-info { margin-bottom: 0px; padding: 0 25px 25px;
}
.contact-info span { position: relative; top: 30px; left: 10px; z-index: 10; font-size: 28px;
}
.contact-info h1 { display: block; width: 100%; padding-left: 50px; font-size: 24px; text-transform: uppercase;
}
.contact-info h2 { display: block; width: 100%; padding: 7px 0 14px 50px; font-size: 14px; color: #AAC789; text-transform: uppercase; font-style: italic;
}
.contact-info p { padding: 20px 0 0 50px; margin: 0; line-height: 24px; font-size: 14px; font-weight: 300;
}
.contact-info dl { padding: 10px 0 0 50px;
}
.contact-info dl dt { margin-bottom: 20px; font-weight: 600;
}
.contact-info dl dd { display: inline-table; width: auto; font-size: 12px; padding: 10px; margin-bottom: 5px; text-align: center; background-color: #1E4147; color: #F3F5F4; cursor: pointer; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}
.wepa { padding: 25px; background-color: #AAC789;
}
.wepa table { margin-left: 40px; font-size: 12px; color: #437356;
}
.wepa table thead th { padding-bottom: 5px; line-height: 24px; width: 160px; text-align: left; font-weight: 600;
}
.wepa table tr td { line-height: 20px;
}
.wepa .entypo-lock, .wepa .entypo-monitor, .wepa .entypo-mail, .wepa .entypo-mobile, .wepa .entypo-map, .wepa .entypo-user-add { padding-right: 5px; font-size: 12px; color: #437356;
}
.wepa table tr td a { text-decoration: none; color: #1E4147;
}
.wepa tfoot tr td a { float: right; font-weight: 600; margin: 0;
}
#modal { display: none; position: fixed; z-index: 100; top: 40%; left: 50%; margin-top: -125px; margin-left: -200px; height: 220px; width: 400px; background-color: #F3F5F4; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0 0 0 999px rgba(30, 65, 71, 0.9); -moz-box-shadow: 0 0 0 999px rgba(30, 65, 71, 0.9); box-shadow: 0 0 0 999px rgba(30, 65, 71, 0.9);
}
#modal:after { position: fixed; width: 100%; height: 100%; background-color: rgba(30, 65, 71, 0.9);
}
#modal h2 { padding: 10px 15px; font-size: 20px; line-height: 30px; color: #F3F5F4; font-weight: 300; width: 100%; background-color: #1E4147; text-transform: uppercase; -webkit-border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0;
}
#modal .entypo-cancel { position: absolute; top: 10px; right: 7px; z-index: 200; padding: 5px 10px; font-size: 18px; color: #FEFEFE; background-color: #437356; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; cursor: pointer;
}
#modal p { padding: 20px; line-height: 20px; font-size: 14px;
}
#modal #confirm { display: block; margin: 10px auto; width: 200px; padding: 10px 5px; background-color: #56936e; text-align: center; text-decoration: none; color: #F3F5F4; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
}
#modal #confirm:hover { background-color: #437356;
}
#modal #confirm .entypo-thumbs-up { color: #F3F5F4; padding-right: 5px;
}

V-Card WIP - Script Codes JS Codes

// Social Sharing Dropdown
$( "#social-share" ).click(function() { $("#social").toggleClass("visible").slideToggle(200);
});
// Follow User Button
$(".username") .hover(function addUser() { $(this).text("+"); }, function() { $(this).text("t");
});
// Open Modal Window
$("#initial").click(function(e) { $("#modal").toggleClass("visible").slideToggle(200);
});
// Close Modal Window
$("#close").click(function() { $("#modal").toggleClass("hidden").toggle();
});
V-Card WIP - Script Codes
V-Card WIP - Script Codes
Home Page Home
Developer Tim Ruby
Username TimRuby
Uploaded July 03, 2022
Rating 4.5
Size 6,472 Kb
Views 48,576
Do you need developer help for V-Card WIP?

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!

Tim Ruby (TimRuby) Script Codes
Create amazing Facebook ads 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!