From 650746378977afcde79cd24016196cc2a1df108a Mon Sep 17 00:00:00 2001 From: NoisyBoy-9 Date: Sun, 28 Jul 2019 08:08:31 +0430 Subject: [PATCH] finished design of home page --- src/renderer/layouts/HomePage.vue | 78 +++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/src/renderer/layouts/HomePage.vue b/src/renderer/layouts/HomePage.vue index 8856fde..71c7816 100644 --- a/src/renderer/layouts/HomePage.vue +++ b/src/renderer/layouts/HomePage.vue @@ -46,6 +46,17 @@ +
+
+
+ Recommended For You +
+ + + + +
+
@@ -198,6 +209,62 @@ export default { artist: 'Juice WRLD', artwork: '/static/demo/clever.jpg' } + ], + geners: [ + { + id: 0, + title: 'Habiba', + artist: 'Oldasinus', + artwork: '/static/demo/habiba.jpg' + }, + { + id: 1, + title: 'Starboy', + artist: 'The Weeknd', + artwork: '/static/demo/starboy.png' + }, + { + id: 2, + title: 'Tilte', + artist: 'Juice WRLD', + artwork: '/static/demo/clever.jpg' + }, + { + id: 3, + title: 'Habiba', + artist: 'Oldasinus', + artwork: '/static/demo/habiba.jpg' + }, + { + id: 4, + title: 'Starboy', + artist: 'The Weeknd', + artwork: '/static/demo/starboy.png' + }, + { + id: 5, + title: 'Tilte', + artist: 'Juice WRLD', + artwork: '/static/demo/clever.jpg' + }, + { + id: 6, + title: 'Habiba', + artist: 'Oldasinus', + artwork: '/static/demo/habiba.jpg' + }, + { + id: 7, + title: 'Starboy', + artist: 'The Weeknd', + artwork: '/static/demo/starboy.png' + }, + { + id: 8, + title: 'Tilte', + artist: 'Juice WRLD', + artwork: '/static/demo/clever.jpg' + } ] } } @@ -287,4 +354,15 @@ section.page .recommend margin-left: 0 margin-top: 1.5rem + +.genre + &__title + legend + font-size: 2rem + font-family: 'Roboto Slab', serif + margin: 15px 0px 20px 0 + text-transform: capitalize + .carousel-custom + .owl-stage-outer + overflow: unset