<!-- 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="#">
<img src="http://static1.squarespace.com/static/51f438f1e4b0e0e87a7ca08f/t/521fe759e4b009aa81f51791/1377822554455/Profile-Pic-Circle.jpg">
</a>
<!-- the username -->
<h1>George Darkos</h1>
<!-- and role or location -->
<h2>- Full Stack Web Developer -</h2>
</header>
<!-- bit of a bio; who are you? -->
<div class="profile-bio">
<p>Hello there!</p>
<p>I am a full stack web developer. I mainly work with PHP, HTML, CSS, JS and WordPress.
<br />I also play well with Photoshop, Corel Draw, After Effects and other cool stuff.</p>
</div>
<!-- some social links to show off -->
<ul class="profile-social-links">
<!-- twitter - el clásico -->
<li>
<a href="http://twitter.com/tutsplus">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/social-twitter.svg">
</a>
</li>
<!-- envato – use this one to link to your marketplace profile -->
<li>
<a href="http://envato.com">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/social-envato.svg">
</a>
</li>
<!-- codepen - your codepen profile-->
<li>
<a href="http://codepen.io/tutsplus">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/social-codepen.svg">
</a>
</li>
<!-- add or remove social profiles as you see fit -->
</ul>
</aside>
<!-- that’s all folks! -->