diff --git a/SRC/public/css/admin.css b/SRC/public/css/admin.css new file mode 100644 index 0000000..23c0b91 --- /dev/null +++ b/SRC/public/css/admin.css @@ -0,0 +1,8 @@ +body +{ + background-image:url("../pictures/setting_picture/fond.jpg"); + background-attachment:fixed; + background-repeat:no-repeat; + background-position:100% 100%; + background-size:cover; +} \ No newline at end of file diff --git a/SRC/public/css/app.css b/SRC/public/css/app.css index 7c9e104..5550625 100755 --- a/SRC/public/css/app.css +++ b/SRC/public/css/app.css @@ -8,7 +8,7 @@ html { } body { margin: 0; - background-image:url(../pictures/homePic/fond.jpg); + background-image:url("../pictures/homePic/fond.jpg"); background-attachment:fixed; background-repeat:no-repeat; background-position:100% 100%; @@ -2341,7 +2341,7 @@ output { height: 34px; padding: 6px 12px; font-size: 14px; - line-height: 1.42857143; + line-height: 1.5; color: #555555; background-color: #ffffff; background-image: none; diff --git a/SRC/public/css/home.css b/SRC/public/css/home.css new file mode 100644 index 0000000..a087fbf --- /dev/null +++ b/SRC/public/css/home.css @@ -0,0 +1,12 @@ +body { + background-image:url("../pictures/homePic/fond.jpg"); + background-attachment:fixed; + background-repeat:no-repeat; + background-position:100% 100%; + background-size:cover; +} + +.form-control +{ + margin-top : 10%; +} \ No newline at end of file diff --git a/SRC/public/css/referent.css b/SRC/public/css/referent.css new file mode 100644 index 0000000..3eab442 --- /dev/null +++ b/SRC/public/css/referent.css @@ -0,0 +1,8 @@ +body +{ + background-image:url("../pictures/setting_picture/fond.jpg"); + background-attachment:fixed; + background-repeat:no-repeat; + background-position:100% 100%; + background-size:cover; +} \ No newline at end of file diff --git a/SRC/public/pictures/homePic/home.png b/SRC/public/pictures/homePic/home.png new file mode 100644 index 0000000..e8e8626 Binary files /dev/null and b/SRC/public/pictures/homePic/home.png differ diff --git a/SRC/public/pictures/referent/wkszt8.jpg b/SRC/public/pictures/referent/wkszt8.jpg new file mode 100644 index 0000000..6a3f06b Binary files /dev/null and b/SRC/public/pictures/referent/wkszt8.jpg differ diff --git a/SRC/public/pictures/setting_picture/fond.jpg b/SRC/public/pictures/setting_picture/fond.jpg new file mode 100644 index 0000000..70dd223 Binary files /dev/null and b/SRC/public/pictures/setting_picture/fond.jpg differ diff --git a/SRC/resources/views/admin.blade.php b/SRC/resources/views/admin.blade.php index a691134..1d554fb 100755 --- a/SRC/resources/views/admin.blade.php +++ b/SRC/resources/views/admin.blade.php @@ -1,7 +1,7 @@ @extends('app') @section('content') - +
@if (session('message_add'))
diff --git a/SRC/resources/views/home.blade.php b/SRC/resources/views/home.blade.php index b9d92f1..1a67feb 100755 --- a/SRC/resources/views/home.blade.php +++ b/SRC/resources/views/home.blade.php @@ -1,10 +1,11 @@ @extends('app') - @section('content') + +
- + -
-