diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.env.example b/.env.example old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.styleci.yml b/.styleci.yml old mode 100644 new mode 100755 diff --git a/README.md b/README.md index c16d074..7d1b93a 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Todo App Simple Todo Application + + +## Quick Start +- `composer install` +- create `.env` file +- `php artisan key:generate` +- `php artisan migrate` +- `php artisan db:seed` diff --git a/app/Http/Controllers/TodoController.php b/app/Http/Controllers/TodoController.php old mode 100644 new mode 100755 diff --git a/app/Http/Middleware/WebAuthenticate.php b/app/Http/Middleware/WebAuthenticate.php old mode 100644 new mode 100755 diff --git a/public/vector/avatar.svg b/public/vector/avatar.svg old mode 100644 new mode 100755 diff --git a/public/vendor/sweetalert/sweetalert.min.js b/public/vendor/sweetalert/sweetalert.min.js old mode 100644 new mode 100755 diff --git a/public/vendor/toastr/toastr.css b/public/vendor/toastr/toastr.css old mode 100644 new mode 100755 diff --git a/public/vendor/toastr/toastr.js.map b/public/vendor/toastr/toastr.js.map old mode 100644 new mode 100755 diff --git a/public/vendor/toastr/toastr.min.css b/public/vendor/toastr/toastr.min.css old mode 100644 new mode 100755 diff --git a/public/vendor/toastr/toastr.min.js b/public/vendor/toastr/toastr.min.js old mode 100644 new mode 100755 diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php old mode 100644 new mode 100755 index 4f4b17d..636c25c --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -9,27 +9,82 @@ @endsection @section('top-button') - @endsection +@section('css') + +@endsection + @section('content') - +
-
-
- - -
- Bookmarks - 410 +
+
+ +
+

Alexander Pierce

+
Founder & CEO
-
-
+ + + +@endsection + +@section('js') + @endsection diff --git a/resources/views/layout/admin.blade.php b/resources/views/layout/admin.blade.php old mode 100644 new mode 100755 index 80d427a..77b7eb4 --- a/resources/views/layout/admin.blade.php +++ b/resources/views/layout/admin.blade.php @@ -52,9 +52,27 @@ + + +
@@ -115,7 +133,7 @@