mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updated contact page
This commit is contained in:
parent
c42a3113de
commit
a035387d86
@ -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"> <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>
|
||||||
|
@ -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';
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user