Merge pull request #6 from lujunzju/master

update profile image
This commit is contained in:
sharath Kumar 2016-12-06 07:36:01 +05:30 committed by GitHub
commit 4c43cc9e5d
7 changed files with 78 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div class="sidebar-wrapper">
<div class="profile-container">
<img class="profile" src="{{site.baseurl}}/assets/images/{% if site.pic %}{{ site.pic }}{% else %}profile.png{% endif %}" alt="profile picture" />
<img class="profile-img" src="{{site.baseurl}}/assets/images/{% if site.pic %}{{ site.pic }}{% else %}profile.png{% endif %}" alt="profile picture" />
<h1 class="name">{% if site.name %}{{site.name}}{% else %}Alan Doe{% endif %}</h1>
<h3 class="tagline">{% if site.tagline %}{{site.tagline}}{% else %}Full Stack Developer{% endif %}</h3>
</div><!--//profile-container-->

View File

@ -293,3 +293,16 @@ p {
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
/*
used for profile image
*/
.profile-img {
max-width: 100px;
margin-top: 10px;
margin-bottom: 5px;
border: 0px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

View File

@ -293,3 +293,16 @@ p {
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
/*
used for profile image
*/
.profile-img {
max-width: 100px;
margin-top: 10px;
margin-bottom: 5px;
border: 0px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

View File

@ -293,3 +293,16 @@ p {
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
/*
used for profile image
*/
.profile-img {
max-width: 100px;
margin-top: 10px;
margin-bottom: 5px;
border: 0px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

View File

@ -293,3 +293,16 @@ p {
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
/*
used for profile image
*/
.profile-img {
max-width: 100px;
margin-top: 10px;
margin-bottom: 5px;
border: 0px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

View File

@ -293,3 +293,16 @@ p {
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
/*
used for profile image
*/
.profile-img {
max-width: 100px;
margin-top: 10px;
margin-bottom: 5px;
border: 0px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

View File

@ -293,3 +293,15 @@ p {
}
/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */
/*
used for profile image
*/
.profile-img {
max-width: 100px;
margin-top: 10px;
margin-bottom: 5px;
border: 0px solid #fff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}