commit
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
@extends('backend/template')
|
||||
|
||||
@section('page-css')
|
||||
<style>
|
||||
html, body {
|
||||
background: url('{{URL::to('imgs/adminbg.jpg')}}');
|
||||
background-size: cover;
|
||||
}</style>
|
||||
@endsection
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="row"><div class="col-md-12">
|
||||
|
@ -1,26 +1,17 @@
|
||||
|
||||
@extends('frontend/template')
|
||||
|
||||
@section('content')
|
||||
<div class="titreIcon">
|
||||
<img src="imgs/games.png" />
|
||||
</div>
|
||||
<div id="back_ref">
|
||||
<ul>
|
||||
<li class="first">
|
||||
<a href="/choisirref"><img src="{{ $ref -> image}}" style="border:1px solid silver;"/></a>
|
||||
<span class="end"> </span>
|
||||
|
||||
<ul id="breadcrumb">
|
||||
<li>
|
||||
<a href=""><img src="imgs/puzzle/iconPuzzle.png" alt="puzzle"/></a>
|
||||
</li>
|
||||
<li>
|
||||
<span><img src="imgs/games.png" alt="game"/></span>
|
||||
<span class="end"> </span>
|
||||
<a href="#">Test</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<a href="{{ URL::to('puzzle') }}" ><img src="imgs/puzzle/iconPuzzle.png" alt="puzzle"/></a>
|
||||
<a href="{{ URL::to('memo') }}" ><img src="imgs/memo/memo2.png" alt="memo"/></a>
|
||||
</div>
|
||||
<footer>
|
||||
<p style="text-align:center; color:black; font-size:12px; position:absolute; bottom: 0; "> Application du musée Augustin </p>
|
||||
</footer>
|
||||
@endsection
|
||||
|
@ -9,10 +9,7 @@
|
||||
@yield('page-css')
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@yield('content')
|
||||
|
||||
|
||||
@yield('page-scripts')
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user