mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-12 22:22:32 +01:00
Bug fixes
This commit is contained in:
parent
f3e88a3923
commit
263c6722c8
@ -13,6 +13,24 @@
|
||||
<link href="{{ asset('images/apple-touch-icon-72x72-precomposed.png') }}" rel="apple-touch-icon-precomposed" sizes="72x72">
|
||||
<link href="{{ asset('images/apple-touch-icon-57x57-precomposed.png') }}" rel="apple-touch-icon-precomposed">
|
||||
<!-- <script src="{{ asset('js/simpleexpand.js') }}" type="text/javascript"></script> -->
|
||||
|
||||
<style>
|
||||
.hero {
|
||||
background-image: url({{ asset('/images/hero-bg-1.jpg') }});
|
||||
}
|
||||
.hero2 {
|
||||
background-image: url({{ asset('/images/hero-bg-2.jpg') }});
|
||||
}
|
||||
.hero3 {
|
||||
background-image: url({{ asset('/images/hero-bg-3.jpg') }});
|
||||
}
|
||||
.hero4 {
|
||||
background-image: url({{ asset('/images/hero-bg-4.jpg') }});
|
||||
}
|
||||
.hero5 {
|
||||
background-image: url({{ asset('/images/hero-bg-3.jpg') }});
|
||||
}
|
||||
</style>
|
||||
@stop
|
||||
|
||||
@section('body')
|
||||
@ -66,7 +84,7 @@
|
||||
<div class="navbar" style="margin-bottom:0px">
|
||||
<div class="container">
|
||||
<div class="navbar-inner">
|
||||
<a class="brand" href="/"><img src=
|
||||
<a class="brand" href="{{ URL::to('/') }}"><img src=
|
||||
"images/invoiceninja-logo.png"></a>
|
||||
<ul class="navbar-list">
|
||||
<!-- <li>{{ link_to('features', 'Features' ) }}</li> -->
|
||||
|
@ -2,23 +2,6 @@
|
||||
|
||||
@section('content')
|
||||
|
||||
<style>
|
||||
.hero {
|
||||
background-image: url({{ asset('/images/hero-bg-1.jpg') }});
|
||||
}
|
||||
.hero2 {
|
||||
background-image: url({{ asset('/images/hero-bg-2.jpg') }});
|
||||
}
|
||||
.hero3 {
|
||||
background-image: url({{ asset('/images/hero-bg-3.jpg') }});
|
||||
}
|
||||
.hero4 {
|
||||
background-image: url({{ asset('/images/hero-bg-4.jpg') }});
|
||||
}
|
||||
.hero5 {
|
||||
background-image: url({{ asset('/images/hero-bg-3.jpg') }});
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<section class="hero background hero1" data-speed="2" data-type="background">
|
||||
|
Loading…
Reference in New Issue
Block a user