This commit is contained in:
alexandre-pereira
2015-03-18 11:44:19 +01:00
parent 5a3ff22564
commit 08bc1a56e5
6 changed files with 13 additions and 7 deletions

View File

@ -4,11 +4,11 @@
@section('content')
<div style="text-align:center">
<img id="imgRef" src="{{ $ref -> image }}"><br>
<div id="imgRef" style="background-image:url('{{ $ref -> image }}');"></div><br>
<div class="game" onclick="location.href='{{ URL::to('memo') }}'"><img src="imgs/memo/memo2.png"></div>
<div class="game" onclick="location.href='{{ URL::to('puzzle') }}'"><img src="imgs/puzzle/puzzle.png"></div>
<div class="game" onclick="location.href='{{ URL::to('puzzle') }}'"><img src="imgs/puzzle/puzzle.png"></div>
</div>
@endsection