major refactors

- remove jpgs
- add new album header
- remove duplicate components
- display album bio on client
- add a route loader module
- change color scheme
- other minor changes
This commit is contained in:
geoffrey45
2022-01-18 20:51:22 +03:00
parent 2ee8d27bf0
commit 1d1e697fd2
38 changed files with 327 additions and 465 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ export default {
.album-art {
height: 9em;
width: 9em;
background-image: url(../../assets/images/girl1.jpg);
background-image: url(../../assets/images/null.webp);
}
.name {
+3 -3
View File
@@ -85,7 +85,7 @@ export default {
.image {
height: 7rem;
width: 7rem;
background-image: url(../../assets/images/girl1.jpg);
background-image: url(../../assets/images/null.webp);
border-radius: $small;
}
@@ -144,7 +144,7 @@ export default {
background-color: rgb(177, 116, 2);
.image {
background-image: url(../../assets/images/girl2.jpg);
background-image: url(../../assets/images/null.webp);
}
}
@@ -152,7 +152,7 @@ export default {
background-color: rgb(0, 74, 117);
.image {
background-image: url(../../assets/images/girl3.jpg);
background-image: url(../../assets/images/null.webp);
}
}