Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'use strict';
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/bathroom/bathroom-toilet-wc-icon-13.png
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/coffee/coffee-cup-icon-70002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/coffee/coffee_icon.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/food/10446-200.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/food/fast-food-512.png
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/food/food-delivery-19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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/home/1429747035.png
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/home/home-512.png
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/home/sleeping-shelter-icon-3881.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions assets/no/69317.svg
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/no/white-no-symbol-hi.png
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/pets/13421-200.png
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/pets/318-57769.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/pets/cat.png
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/pets/icons_pets.png
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/shower/shower.png
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/shower/thin-0956_bath_shower-512.png
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/working/bathroom.xcf
Binary file not shown.
Binary file added assets/working/bathroom2.xcf
Binary file not shown.
Binary file added assets/working/burgershaek2.xcf
Binary file not shown.
Binary file added assets/working/burgershake.xcf
Binary file not shown.
Binary file added assets/working/cat.xcf
Binary file not shown.
Binary file added assets/working/coffee.xcf
Binary file not shown.
Binary file added assets/working/dog.xcf
Binary file not shown.
Binary file added assets/working/no.xcf
Binary file not shown.
Binary file added assets/working/nocat.xcf
Binary file not shown.
Binary file added assets/working/nodog.xcf
Binary file not shown.
Binary file added assets/working/nopets.xcf
Binary file not shown.
Binary file added assets/working/pets.xcf
Binary file not shown.
Binary file added assets/working/png/burgershake.png
Binary file added assets/working/png/cat.png
Binary file added assets/working/png/coffee.png
Binary file added assets/working/png/dog.png
Binary file added assets/working/png/nocat.png
Binary file added assets/working/png/nodog.png
Binary file added assets/working/png/nopets.png
Binary file added assets/working/png/pets.png
Binary file added assets/working/png/shower.png
Binary file added assets/working/png/toilet.png
Binary file added assets/working/png/utensils.png
Binary file added assets/working/shower.xcf
Binary file not shown.
Binary file added assets/working/toilet1.xcf
Binary file not shown.
Binary file added assets/working/toilet2.xcf
Binary file not shown.
Binary file added assets/working/toilet3.xcf
Binary file not shown.
Binary file added assets/working/utensils.xcf
Binary file not shown.
Binary file added assets/working/utensils2.xcf
Binary file not shown.
Binary file added attachments/IMG_20161025_202904.jpg
Binary file added attachments/IMG_20161025_202913.jpg
Binary file added attachments/IMG_20161025_202926.jpg
Binary file added attachments/IMG_20161025_204929_01.jpg
Binary file added attachments/IMG_20161025_204934_01.jpg
Binary file added attachments/IMG_20161025_205427_02.jpg
10 changes: 10 additions & 0 deletions food.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Food</title>
</head>
<body>

</body>
</html>
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@
</head>
<body>

<div>
<img src="burgershake.png" class="button" id="food" onClick="window.location='food.html'">
</div>

</body>
</html>
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.button {
border: 5px solid black;
}

#food {
background: url('assets/working/png/burgershake.png');
border: 2px solid black;
}