Quelques modifs

This commit is contained in:
alexandre-pereira
2015-03-17 19:24:29 +01:00
parent 1e484e8a8e
commit fd46a5720c
13 changed files with 54 additions and 107 deletions

View File

@ -7,8 +7,8 @@
<div><img style="border-radius:50%; height:100px;width:100px;margin:40px;" src="{{ $ref -> image }}"></div>
<div class="game"><img src="imgs/memo/memo2.png"></div>
<div class="game"><img src="imgs/puzzle/puzzle.png"></div>
<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>
@endsection