website: fixing community page

This commit is contained in:
Armon Dadgar 2014-07-27 14:35:59 -04:00
parent 68c0bf3ced
commit 44d7ccc629
3 changed files with 14 additions and 4 deletions

View File

@ -56,9 +56,10 @@ disappear from this list as contributors come and go.
<a href="http://www.consul.io">Consul</a>,
<a href="http://www.serfdom.io">Serf</a>,
<a href="https://github.com/armon/statsite">Statsite</a>, and
<a href="https://github.com/armon/bloomd">Bloomd</a>.
<a href="https://github.com/armon/bloomd">Bloomd</a>.
</p>
</div>
</div>
</div>
<div class="person">
<img class="pull-left" src="http://www.gravatar.com/avatar/2acc31dd6370a54b18f6755cd0710ce6.png?s=125">
@ -74,7 +75,7 @@ disappear from this list as contributors come and go.
<a href="http://www.hashicorp.com">HashiCorp</a>.
</p>
</div>
</div>
</div>
<div class="clearfix"></div>
<div class="clearfix"></div>
</div>

View File

@ -8,6 +8,11 @@
text-transform: none;
}
img {
width: 125px;
margin: auto auto;
}
.bio {
padding-left: 150px;
}

View File

@ -1271,6 +1271,10 @@ body.page-home #footer {
.people .person h3 {
text-transform: none;
}
.people .person img {
width: 125px;
margin: auto auto;
}
.people .person .bio {
padding-left: 150px;
}