diff --git a/app/routes.php b/app/routes.php index d5a4fd5e23db..93ecb7af0e74 100755 --- a/app/routes.php +++ b/app/routes.php @@ -337,4 +337,5 @@ if (Auth::check() && Auth::user()->id === 1) { Auth::loginUsingId(1); } -*/ \ No newline at end of file +*/ + diff --git a/app/views/public/splash.blade.php b/app/views/public/splash.blade.php index 72c0ea50265d..9d884fb1fd8a 100755 --- a/app/views/public/splash.blade.php +++ b/app/views/public/splash.blade.php @@ -2,6 +2,24 @@ @section('content') + +
diff --git a/public/css/splash.css b/public/css/splash.css index 210059e6540c..577c1f83c4b1 100644 --- a/public/css/splash.css +++ b/public/css/splash.css @@ -125,10 +125,6 @@ a .cta:hover span { background: #f2c40a; } -.hero { - background-image: url(/images/hero-bg-1.jpg); -} - .hero .caption-side { background: #fff; width: 50%; @@ -173,9 +169,9 @@ a .cta:hover span { margin-top: 100px; } + .hero2 { text-align: center; - background-image: url(/images/hero-bg-2.jpg); padding: 225px 0; background-repeat: no-repeat; background-position: bottom center; @@ -189,7 +185,6 @@ a .cta:hover span { .hero3 { text-align: center; - background-image: url(/images/hero-bg-3.jpg); padding: 150px 0; background-repeat: no-repeat; background-position: center center; @@ -197,7 +192,6 @@ a .cta:hover span { } .hero4 { - background-image: url(/images/hero-bg-4.jpg); padding: 150px 0; background-repeat: no-repeat; background-position: center center; @@ -205,7 +199,6 @@ a .cta:hover span { } .hero5 { text-align: center; - background-image: url(/images/hero-bg-3.jpg); padding: 150px 0; background-repeat: no-repeat; background-position: center center;