Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
dc25fec393
1
SRC/.gitignore
vendored
1
SRC/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/vendor
|
/vendor
|
||||||
/node_modules
|
/node_modules
|
||||||
.env
|
.env
|
||||||
|
/user_picture
|
@ -12,7 +12,7 @@ class User extends Model implements AuthenticatableContract, CanResetPasswordCon
|
|||||||
|
|
||||||
protected $table = 'users';
|
protected $table = 'users';
|
||||||
|
|
||||||
//public $timestamps = false;
|
public $timestamps = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The attributes that are mass assignable.
|
* The attributes that are mass assignable.
|
||||||
|
@ -6263,13 +6263,4 @@ body,
|
|||||||
label,
|
label,
|
||||||
.checkbox label {
|
.checkbox label {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
|
||||||
.navbar.transparent.navbar-inverse .navbar-inner {
|
|
||||||
border-width: 0px;
|
|
||||||
-webkit-box-shadow: 0px 0px;
|
|
||||||
box-shadow: 0px 0px;
|
|
||||||
background-color: rgba(0,0,0,0.0);
|
|
||||||
background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
|
|
||||||
background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
|
|
||||||
background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
|
|
||||||
}
|
}
|
Binary file not shown.
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 24 KiB |
0
SRC/public/pictures/user_picture/2
Normal file → Executable file
0
SRC/public/pictures/user_picture/2
Normal file → Executable file
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
0
SRC/public/pictures/user_picture/3
Normal file → Executable file
0
SRC/public/pictures/user_picture/3
Normal file → Executable file
Before Width: | Height: | Size: 362 KiB After Width: | Height: | Size: 362 KiB |
@ -3,7 +3,7 @@
|
|||||||
@section('content')
|
@section('content')
|
||||||
<center>
|
<center>
|
||||||
<!-- <img style="height:auto; width:auto; max-width:400px; alt="" src="./pictures/homePic/bienvenue.png"> -->
|
<!-- <img style="height:auto; width:auto; max-width:400px; alt="" src="./pictures/homePic/bienvenue.png"> -->
|
||||||
<nav class=""navbar transparent navbar-inverse"">
|
<nav>
|
||||||
<form class="form-inline navbar-right">
|
<form class="form-inline navbar-right">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<img alt="" src="./pictures/homePic/search.png">
|
<img alt="" src="./pictures/homePic/search.png">
|
||||||
|
Reference in New Issue
Block a user