This widget is an ideal option to display some information about you in most stylish but clean way. It carries space for image, your name, your description and some social media buttons. Everything is customizable and its very easy to setup. So without wasting any time, let’s begin.
Adding The Widget
<div class=”widget-content”>
<div class=”sidebar_about_author”>
<div class=”inner_wrapper”>
<div class=”aboutme-img”>
<img alt=”Author” class=”img-responsive” height=”auto” src=”https://ift.tt/2N955Xd” title=”Author” width=”300″>
</div>
</div>
<div class=”aboutme-info”>
<h4>Author Name</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim</p>
</div>
<div class=”aboutme-wrpicon”>
<ul class=”extender”>
<li class=”aboutme-icon”><a href=”#” rel=”nofollow” target=”_blank” title=”Facebook”><i class=”fa fa-facebook”></i></a></li>
<li class=”aboutme-icon”><a href=”#” rel=”nofollow” target=”_blank” title=”Twitter”><i class=”fa fa-twitter”></i></a></li>
<li class=”aboutme-icon”><a href=”#” rel=”nofollow” target=”_blank” title=”GitHub”><i class=”fa fa-github”></i></a></li>
<li class=”aboutme-icon”><a href=”#” rel=”nofollow” target=”_blank” title=”Google+”><i class=”fa fa-google-plus”></i></a></li>
<li class=”aboutme-icon”><a href=”#” rel=”nofollow” target=”_blank” title=”Pinterest”><i class=”fa fa-pinterest-p”></i></a></li>
</ul>
</div>
</div>
<style>
.aboutme-img {
position: relative;
max-height: 150px;
overflow: hidden;
}
.aboutme-img img {
max-width: 100%;
width: 100%;
}
.aboutme-info {
margin-top: 20px;
font-size: 13px;
}
.aboutme-info h4 {
margin-bottom: 10px;
font-size: 16px;
text-transform: uppercase;
color: #888;
font-weight: 700;
}
.aboutme-info p {
margin: 5px 0;
}
.aboutme-wrpicon {
display: block;
margin: 15px auto 10px auto;
position: relative;
}
.aboutme-wrpicon .extender {
width: 100%;
display: block;
}
.extender {
text-align: center;
font-size: 16px;
}
.extender .aboutme-icon {
background: rgba(0,0,0,.06);
display: inline-block;
border: 0;
margin: 0;
padding: 0;
border-radius: 3px;
}
.extender .aboutme-icon a {
display: inline-block;
font-family: fontawesome;
font-weight: 400;
color: #aaa;
height: 32px;
width: 32px;
line-height: 32px;
border-radius: 3px;
}
</style>
</div>
Change the highlighted red text with your image, name, description and social media profiles links.
No comments:
Post a Comment