From 36bff2ba79707136fd76fb56b5534020d3f86282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Thu, 7 Apr 2022 15:57:53 +0300 Subject: [PATCH] news banner added --- src/App.vue | 24 +-- src/AppNews.vue | 65 ++++++ src/AppWrapper.vue | 33 ++- src/Home.vue | 7 +- src/assets/styles/app/_content.scss | 2 +- src/assets/styles/app/_news.scss | 95 ++++----- src/assets/styles/app/_responsive.scss | 283 ++++++++++--------------- src/assets/styles/app/_topbar.scss | 4 +- src/main.js | 2 +- src/service/NewsService.js | 6 + 10 files changed, 274 insertions(+), 247 deletions(-) create mode 100644 src/AppNews.vue create mode 100644 src/service/NewsService.js diff --git a/src/App.vue b/src/App.vue index 43b9eb334..b94747613 100755 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,6 @@