Skip to content

Commit

Permalink
add pictures home. Refs #32
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jun 16, 2015
1 parent b079152 commit 0cc6b60
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions application/views/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@


<div class="home-mosa-pictures">
<div id="mosa-picture-1" style="background-image: url('https://www.toggl.com/photos/makeable.jpg');" class="home-mosa-picture">
<div id="mosa-picture-1" style="background-image: url('<?php echo img_url('1.1.jpg'); ?>');" class="home-mosa-picture">
</div>
<div id="mosa-picture-2" style="background-image: url('https://www.toggl.com/photos/webhomes.jpg');" class="home-mosa-picture">
<div id="mosa-picture-2" style="background-image: url('<?php echo img_url('2.1.jpg'); ?>');" class="home-mosa-picture">
</div>
<div id="mosa-picture-3" style="background-image: url('https://www.toggl.com/photos/offerpop.jpg?1');" class="home-mosa-picture">
<div id="mosa-picture-3" style="background-image: url('<?php echo img_url('3.1.jpg'); ?>');" class="home-mosa-picture">
</div>
<div id="mosa-picture-4" style="background-image: url('https://www.toggl.com/photos/matt_alexander.jpg');" class="home-mosa-picture">
<div id="mosa-picture-4" style="background-image: url('<?php echo img_url('4.1.jpg'); ?>');" class="home-mosa-picture">
</div>
</div>

Expand Down
Binary file added assets/img/1.1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/2.1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/3.1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/4.1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0cc6b60

Please sign in to comment.