Use new avatar set

Fixes #456
This commit is contained in:
Johannes Zellner
2015-07-29 11:06:33 +02:00
parent 452e67be54
commit 9dcc6e68a4
20 changed files with 60 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@@ -51,27 +51,51 @@ app.service('Wizard', [ function () {
}, {
file: null,
data: null,
url: '/img/avatars/cloudfacegreen.png'
url: '/img/avatars/rubber-duck.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudfaceturquoise.png'
url: '/img/avatars/carrot.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudglassesgreen.png'
url: '/img/avatars/cup.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudglassespink.png'
url: '/img/avatars/football.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudglassesturquoise.png'
url: '/img/avatars/owl.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudglassesyellow.png'
url: '/img/avatars/space-rocket.png'
}, {
file: null,
data: null,
url: '/img/avatars/armchair.png'
}, {
file: null,
data: null,
url: '/img/avatars/cap.png'
}, {
file: null,
data: null,
url: '/img/avatars/pan.png'
}, {
file: null,
data: null,
url: '/img/avatars/meat.png'
}, {
file: null,
data: null,
url: '/img/avatars/umbrella.png'
}, {
file: null,
data: null,
url: '/img/avatars/jar.png'
}];
this.avatar = {};
this.avatarBlob = null;

View File

@@ -41,27 +41,51 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
}, {
file: null,
data: null,
url: '/img/avatars/cloudfacegreen.png'
url: '/img/avatars/rubber-duck.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudfaceturquoise.png'
url: '/img/avatars/carrot.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudglassesgreen.png'
url: '/img/avatars/cup.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudglassespink.png'
url: '/img/avatars/football.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudglassesturquoise.png'
url: '/img/avatars/owl.png'
}, {
file: null,
data: null,
url: '/img/avatars/cloudglassesyellow.png'
url: '/img/avatars/space-rocket.png'
}, {
file: null,
data: null,
url: '/img/avatars/armchair.png'
}, {
file: null,
data: null,
url: '/img/avatars/cap.png'
}, {
file: null,
data: null,
url: '/img/avatars/pan.png'
}, {
file: null,
data: null,
url: '/img/avatars/meat.png'
}, {
file: null,
data: null,
url: '/img/avatars/umbrella.png'
}, {
file: null,
data: null,
url: '/img/avatars/jar.png'
}]
};