From aec2544f14bca919abccf84d5609d43eb971e858 Mon Sep 17 00:00:00 2001 From: miguel456 Date: Sat, 8 Oct 2022 14:10:02 +0100 Subject: [PATCH] chore: old changes Signed-off-by: miguel456 --- app/Http/Controllers/HomeController.php | 7 ------- package.json | 3 +-- public/js/app.js.LICENSE.txt | 4 ++-- resources/views/home.blade.php | 21 +++++++++++++++++++++ 4 files changed, 24 insertions(+), 11 deletions(-) create mode 100644 resources/views/home.blade.php diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index f79d199..9293dc9 100755 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -41,11 +41,4 @@ class HomeController extends Controller return view('home') ->with('positions', $positions); } - - public function pageGiveaway() - { - - return view('giveaway'); - - } } diff --git a/package.json b/package.json index e5adbc6..5c9a3c7 100755 --- a/package.json +++ b/package.json @@ -34,7 +34,6 @@ "chart.js": "^2.9.3", "flatpickr": "^4.6.3", "locale-js": "^1.1.1", - "moment": "^2.25.0", - "shards-ui": "^3.0.0" + "moment": "^2.25.0" } } diff --git a/public/js/app.js.LICENSE.txt b/public/js/app.js.LICENSE.txt index ae59d3a..37b9d7d 100755 --- a/public/js/app.js.LICENSE.txt +++ b/public/js/app.js.LICENSE.txt @@ -7,9 +7,9 @@ */ /*! - * Chart.js v2.9.3 + * Chart.js v2.9.4 * https://www.chartjs.org - * (c) 2019 Chart.js Contributors + * (c) 2020 Chart.js Contributors * Released under the MIT License */ diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php new file mode 100644 index 0000000..dfcd303 --- /dev/null +++ b/resources/views/home.blade.php @@ -0,0 +1,21 @@ + + + + + + Hello Bulma! + + + +
+
+

+ Hello World +

+

+ My first website with Bulma! +

+
+
+ +