diff --git a/misc/images/database.png b/misc/images/database.png index 6f80c17..d9aa36d 100644 Binary files a/misc/images/database.png and b/misc/images/database.png differ diff --git a/software/backend/data/bands.json b/software/backend/data/bands.json index d2f45d5..b647079 100644 --- a/software/backend/data/bands.json +++ b/software/backend/data/bands.json @@ -243,7 +243,7 @@ { "name": "Phil Harvey", "bandId": 3, - "image": "phil-harvey.jpg" + "image": "phil-harvey.png" } ], "ratings": [ @@ -459,7 +459,7 @@ { "name": "Chris Wolstenholme", "bandId": 7, - "image": "christ-wolstenholme.jpg" + "image": "chris-wolstenholme.jpg" } ], "ratings": [ diff --git a/software/backend/images/artists/ben-thatcher.jpg b/software/backend/images/artists/ben-thatcher.jpg new file mode 100644 index 0000000..efc18f8 Binary files /dev/null and b/software/backend/images/artists/ben-thatcher.jpg differ diff --git a/software/backend/images/artists/chris-martin.jpg b/software/backend/images/artists/chris-martin.jpg new file mode 100644 index 0000000..c7b6e69 Binary files /dev/null and b/software/backend/images/artists/chris-martin.jpg differ diff --git a/software/backend/images/artists/chris-shiflett.jpg b/software/backend/images/artists/chris-shiflett.jpg new file mode 100644 index 0000000..b5a6c82 Binary files /dev/null and b/software/backend/images/artists/chris-shiflett.jpg differ diff --git a/software/backend/images/artists/chris-wolstenholme.jpg b/software/backend/images/artists/chris-wolstenholme.jpg new file mode 100644 index 0000000..595fb43 Binary files /dev/null and b/software/backend/images/artists/chris-wolstenholme.jpg differ diff --git a/software/backend/images/artists/dave-grohl.jpg b/software/backend/images/artists/dave-grohl.jpg new file mode 100644 index 0000000..44c57b5 Binary files /dev/null and b/software/backend/images/artists/dave-grohl.jpg differ diff --git a/software/backend/images/artists/dominic-howard.jpg b/software/backend/images/artists/dominic-howard.jpg new file mode 100644 index 0000000..6435d1f Binary files /dev/null and b/software/backend/images/artists/dominic-howard.jpg differ diff --git a/software/backend/images/artists/glyn-jones.jpg b/software/backend/images/artists/glyn-jones.jpg new file mode 100644 index 0000000..0dddcaf Binary files /dev/null and b/software/backend/images/artists/glyn-jones.jpg differ diff --git a/software/backend/images/artists/guy-berryman.jpg b/software/backend/images/artists/guy-berryman.jpg new file mode 100644 index 0000000..c9381ae Binary files /dev/null and b/software/backend/images/artists/guy-berryman.jpg differ diff --git a/software/backend/images/artists/jamie-cook.jpg b/software/backend/images/artists/jamie-cook.jpg new file mode 100644 index 0000000..f612796 Binary files /dev/null and b/software/backend/images/artists/jamie-cook.jpg differ diff --git a/software/backend/images/artists/jonny-buckland.jpg b/software/backend/images/artists/jonny-buckland.jpg new file mode 100644 index 0000000..f6213f3 Binary files /dev/null and b/software/backend/images/artists/jonny-buckland.jpg differ diff --git a/software/backend/images/artists/josh-freese.jpg b/software/backend/images/artists/josh-freese.jpg new file mode 100644 index 0000000..4716cc7 Binary files /dev/null and b/software/backend/images/artists/josh-freese.jpg differ diff --git a/software/backend/images/artists/matt-helders.jpg b/software/backend/images/artists/matt-helders.jpg new file mode 100644 index 0000000..cb51bc3 Binary files /dev/null and b/software/backend/images/artists/matt-helders.jpg differ diff --git a/software/backend/images/artists/matthew-bellamy.jpg b/software/backend/images/artists/matthew-bellamy.jpg new file mode 100644 index 0000000..c758184 Binary files /dev/null and b/software/backend/images/artists/matthew-bellamy.jpg differ diff --git a/software/backend/images/artists/mike-kerr.jpg b/software/backend/images/artists/mike-kerr.jpg new file mode 100644 index 0000000..640d99d Binary files /dev/null and b/software/backend/images/artists/mike-kerr.jpg differ diff --git a/software/backend/images/artists/nate-mendel.jpg b/software/backend/images/artists/nate-mendel.jpg new file mode 100644 index 0000000..9552c28 Binary files /dev/null and b/software/backend/images/artists/nate-mendel.jpg differ diff --git a/software/backend/images/artists/pat-smear.jpg b/software/backend/images/artists/pat-smear.jpg new file mode 100644 index 0000000..86c62f9 Binary files /dev/null and b/software/backend/images/artists/pat-smear.jpg differ diff --git a/software/backend/images/artists/phil-harvey.png b/software/backend/images/artists/phil-harvey.png new file mode 100644 index 0000000..d770317 Binary files /dev/null and b/software/backend/images/artists/phil-harvey.png differ diff --git a/software/backend/images/artists/rami-jaffee.jpg b/software/backend/images/artists/rami-jaffee.jpg new file mode 100644 index 0000000..891ca7d Binary files /dev/null and b/software/backend/images/artists/rami-jaffee.jpg differ diff --git a/software/backend/images/artists/will-champion.jpg b/software/backend/images/artists/will-champion.jpg new file mode 100644 index 0000000..1699129 Binary files /dev/null and b/software/backend/images/artists/will-champion.jpg differ