mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:54:31 -04:00
Removed about link and added features and faq to header and footer.
This commit is contained in:
parent
43198e47f7
commit
e88712e42f
@ -64,7 +64,8 @@
|
|||||||
<a class="brand" href="/"><img src=
|
<a class="brand" href="/"><img src=
|
||||||
"images/invoiceninja-logo.png"></a>
|
"images/invoiceninja-logo.png"></a>
|
||||||
<ul class="navbar-list">
|
<ul class="navbar-list">
|
||||||
<li>{{ link_to('about', 'About Us' ) }}</li>
|
<li>{{ link_to('features', 'Features' ) }}</li>
|
||||||
|
<li>{{ link_to('faq', 'FAQ' ) }}</li>
|
||||||
<li>{{ link_to('contact', 'Contact Us' ) }}</li>
|
<li>{{ link_to('contact', 'Contact Us' ) }}</li>
|
||||||
<li>{{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}</li>
|
<li>{{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -120,7 +121,8 @@
|
|||||||
|
|
||||||
<div class="navbar-inner">
|
<div class="navbar-inner">
|
||||||
<ul class="navbar-list">
|
<ul class="navbar-list">
|
||||||
<li>{{ link_to('about', 'About Us' ) }}</li>
|
<li>{{ link_to('features', 'Features' ) }}</li>
|
||||||
|
<li>{{ link_to('faq', 'FAQ' ) }}</li>
|
||||||
<li>{{ link_to('contact', 'Contact Us' ) }}</li>
|
<li>{{ link_to('contact', 'Contact Us' ) }}</li>
|
||||||
<li>{{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}</li>
|
<li>{{ link_to('login', Auth::check() ? 'My Account' : 'Login' ) }}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -310,6 +310,10 @@ section.about.white-bg .col-md-5 {
|
|||||||
padding-right: 43px;
|
padding-right: 43px;
|
||||||
padding-left: 15px;
|
padding-left: 15px;
|
||||||
}
|
}
|
||||||
|
section.about img {
|
||||||
|
width: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
section.contact .address .glyphicon {
|
section.contact .address .glyphicon {
|
||||||
background: #edd71e;
|
background: #edd71e;
|
||||||
@ -547,6 +551,13 @@ footer .social p {
|
|||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.about .col-md-5 {
|
||||||
|
padding-left: 15px !important;
|
||||||
|
}
|
||||||
|
section.about.white-bg .col-md-5 {
|
||||||
|
padding-right: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar {
|
.navbar {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 25px 0 18px;
|
padding: 25px 0 18px;
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user