diff --git a/app/img/avatars/chameleon.png b/app/img/avatars/chameleon.png new file mode 100755 index 0000000..91f30f6 Binary files /dev/null and b/app/img/avatars/chameleon.png differ diff --git a/app/img/avatars/clown-fish.png b/app/img/avatars/clown-fish.png new file mode 100755 index 0000000..2473fcc Binary files /dev/null and b/app/img/avatars/clown-fish.png differ diff --git a/app/img/avatars/duck.png b/app/img/avatars/duck.png new file mode 100755 index 0000000..2c48212 Binary files /dev/null and b/app/img/avatars/duck.png differ diff --git a/app/img/avatars/owl.png b/app/img/avatars/owl.png new file mode 100755 index 0000000..732dc88 Binary files /dev/null and b/app/img/avatars/owl.png differ diff --git a/app/img/avatars/penguin.png b/app/img/avatars/penguin.png new file mode 100755 index 0000000..295e7f1 Binary files /dev/null and b/app/img/avatars/penguin.png differ diff --git a/app/img/avatars/racoon.png b/app/img/avatars/racoon.png new file mode 100755 index 0000000..c4d3418 Binary files /dev/null and b/app/img/avatars/racoon.png differ diff --git a/app/img/avatars/siberian-husky.png b/app/img/avatars/siberian-husky.png new file mode 100755 index 0000000..9de786f Binary files /dev/null and b/app/img/avatars/siberian-husky.png differ diff --git a/app/img/avatars/sloth.png b/app/img/avatars/sloth.png new file mode 100755 index 0000000..2f7322a Binary files /dev/null and b/app/img/avatars/sloth.png differ diff --git a/app/img/avatars/tiger.png b/app/img/avatars/tiger.png new file mode 100755 index 0000000..b85ee3d Binary files /dev/null and b/app/img/avatars/tiger.png differ diff --git a/app/img/avatars/toucan.png b/app/img/avatars/toucan.png new file mode 100755 index 0000000..d16afd8 Binary files /dev/null and b/app/img/avatars/toucan.png differ diff --git a/app/index.html b/app/index.html index 2b93263..8e1545e 100755 --- a/app/index.html +++ b/app/index.html @@ -28,7 +28,18 @@
- + +
+
+ +
+
diff --git a/app/views/travel/travel.html b/app/views/travel/travel.html index 11a1610..3b72d89 100755 --- a/app/views/travel/travel.html +++ b/app/views/travel/travel.html @@ -5,18 +5,19 @@
- +
+ icon {{travel.user.username}} + +
{{travel.date | date:"dd/MM HH:mm a"}}

- - - + + + {{travel.title}}

diff --git a/app/views/travels/travels.html b/app/views/travels/travels.html index 3ce543f..1c88359 100755 --- a/app/views/travels/travels.html +++ b/app/views/travels/travels.html @@ -13,23 +13,30 @@ From To Date - + User - - - + + + {{travel.from.name}} {{travel.to.name}} {{travel.date | date:'yyyy/MM/dd'}} - + +
+
+ +
+
+ +
+
+ View