<script src="http://fonts.googleapis.com/css?family=Play:400,700"></script>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- this is the markup. you can change the details (your own name, your own avatar etc.) but don’t change the basic structure! -->
<aside class="profile-card">
<header>
<!-- here’s the avatar -->
<a href="http://tutsplus.com">
<img src="http://i.imgur.com/csYR2xo.jpg?1">
</a>
<!-- the username -->
<h1>Prashant Kandwal</h1>
<!-- and role or location -->
<h2>Web Developer</h2>
</header>
<!-- bit of a bio; who are you? -->
<div class="profile-bio">
<p>I am a web developer from <span>India ♥</span>. I create responsive, pixel-perfect webpages from PSD designs.</p>
</div>
<!-- some social links to show off -->
<ul class="profile-social-links">
<!-- twitter - el clásico -->
<li>
<a href="https://www.facebook.com/prashant.kandwal.3">
<i class="fa fa-facebook-f"></i>
</a>
</li>
<!-- envato – use this one to link to your marketplace profile -->
<li>
<a href="http://twitter.com/tutsplus">
<i class="fa fa-twitter"></i>
</a>
</li>
<!-- codepen - your codepen profile-->
<li>
<a href="http://codepen.io/Prish">
<i class="fa fa-codepen"></i>
</a>
</li>
<!-- add or remove social profiles as you see fit -->
</ul>
</aside>
<!-- that’s all folks! -->