To show a person details and social network links.
This jQuery plugin to create quick info box to show personal and social network details using bootstarp for your website.
1.0
download plugin and import these js and css file into your page and call plugin to create quick info box.
<!-- CSS files-->
<link rel="stylesheet" type="text/css" media="all" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" media="all" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" media="all" href="css/jquery.quick-info.css">
<!-- JS files-->
<script type="text/javascript" src="js/libs/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="js/libs/bootstrap.min.js"></script>
<script type="text/javascript" src="js/libs/jquery.quick-info.js"></script>
Click Here to see demos of quick info plugin.
MIT License
Free Software!!!