pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 75f2d7755c1da84a70d9455ebc509924a602d155
parent 23875184feb3db1dac921cd95185ff0aa7a77e2b
Author: Jul <jul@9o.is>
Date:   Wed, 30 Apr 2014 16:11:17 -0400

more structured h tags in about.html

Diffstat:
Msrc/main/webapp/about.html | 10+++++-----
Msrc/main/webapp/less/pages/about.less | 2+-
2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/webapp/about.html b/src/main/webapp/about.html @@ -38,14 +38,14 @@ </div> </div> - <div class="page-header"><h1>The Team</h1></div> + <div class="page-header"><h2>The Team</h2></div> <div class="row ourteam"> <div class="col-xs-12 col-sm-5 col-xs-offset-0 col-sm-offset-1 margin-top-10"> <img class="img-thumbnail img-ourteam" src="/img/emilio.jpg" /> <div class=""> - <h2>Emilio Pagan-Yourno</h2> - <h5>Co-Founder, Bitcoin Enthusiast</h5> + <h3>Emilio Pagan-Yourno</h3> + <h6>Co-Founder, Bitcoin Enthusiast</h6> </div> <p> Emilio is a bitcoin enthusiast with an unparalleled drive to learn more @@ -60,8 +60,8 @@ <div class="col-xs-12 col-sm-5 col-xs-offset-0 col-sm-offset-1 margin-top-10"> <img class="img-thumbnail img-ourteam" src="/img/julio.jpg" /> <div class=""> - <h2>Julio Enrique Cabrera</h2> - <h5>Co-Founder, Software Developer</h5> + <h3>Julio Enrique Cabrera</h3> + <h6>Co-Founder, Software Developer</h6> </div> <p> Julio is a visionary, always looking for ways to make the world an diff --git a/src/main/webapp/less/pages/about.less b/src/main/webapp/less/pages/about.less @@ -1,5 +1,5 @@ .ourteam { - h2 { + h3 { color: @brand-primary; font-weight: 400; }