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 @@ + + +
+ + ++ My first website with Bulma! +
+