Updated contact page

This commit is contained in:
Hillel Coren 2014-03-06 11:51:01 +02:00
parent c42a3113de
commit a035387d86
3 changed files with 14 additions and 8 deletions

View File

@ -154,13 +154,9 @@ var contactForm = {
<div class="col-md-4 col-md-offset-1 address"> <div class="col-md-4 col-md-offset-1 address">
<h2>Other ways to reach us</h2> <h2>Other ways to reach us</h2>
<p><span class="glyphicon glyphicon-send"></span><a href="mailto:contact@invoiceninja.com">contact@invoiceninja.com</a></p> <p><span class="glyphicon glyphicon-send"></span><a href="mailto:contact@invoiceninja.com">contact@invoiceninja.com</a></p>
<p><span class="glyphicon glyphicon-earphone"></span>+524 975 502</p> <p><span class="glyphicon glyphicon-earphone"></span>(800) 763-1948</p>
<address> <p><span class="github"></span><div style="padding-top:10px"> &nbsp;&nbsp;<a href="https://github.com/hillelcoren/invoice-ninja" target="_blank">GitHub Project</a></div></p>
<span class="glyphicon glyphicon-pencil"></span><strong>InvoiceNinja</strong><br>
<span class="push">795 Folsom Ave, Suite 600<br></span>
<span class="push">San Francisco, CA 94107<br></span>
</address>
</p>
</div> </div>
</div> </div>
</div> </div>

View File

@ -517,6 +517,17 @@ footer .social .socicon {
} }
.github {
background-image: url('../images/GitHub.png');
background-size: contain;
background-repeat: no-repeat;
width: 40px;
height: 40px;
display: inline-block;
margin-right: 10px;
float: left;
}
@font-face { @font-face {
font-family: 'socicon'; font-family: 'socicon';

View File

@ -591,7 +591,6 @@ color: #fff;
background-color: #08273c; background-color: #08273c;
border-color: #08273c; border-color: #08273c;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a { .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ecf0f1; color: #ecf0f1;