Merge branch 'master' of https://github.com/matthieupenchenat81/ModuleWeb
This commit is contained in:
commit
465098a463
8
SRC/public/css/admin.css
Normal file
8
SRC/public/css/admin.css
Normal file
@ -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;
|
||||||
|
}
|
@ -8,7 +8,7 @@ html {
|
|||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-image:url(../pictures/homePic/fond.jpg);
|
background-image:url("../pictures/homePic/fond.jpg");
|
||||||
background-attachment:fixed;
|
background-attachment:fixed;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position:100% 100%;
|
background-position:100% 100%;
|
||||||
@ -2341,7 +2341,7 @@ output {
|
|||||||
height: 34px;
|
height: 34px;
|
||||||
padding: 6px 12px;
|
padding: 6px 12px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.42857143;
|
line-height: 1.5;
|
||||||
color: #555555;
|
color: #555555;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
12
SRC/public/css/home.css
Normal file
12
SRC/public/css/home.css
Normal file
@ -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-group
|
||||||
|
{
|
||||||
|
margin-top : 0.5%;
|
||||||
|
}
|
8
SRC/public/css/referent.css
Normal file
8
SRC/public/css/referent.css
Normal file
@ -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;
|
||||||
|
}
|
BIN
SRC/public/pictures/homePic/home.png
Normal file
BIN
SRC/public/pictures/homePic/home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
SRC/public/pictures/referent/wkszt8.jpg
Normal file
BIN
SRC/public/pictures/referent/wkszt8.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
BIN
SRC/public/pictures/setting_picture/fond.jpg
Normal file
BIN
SRC/public/pictures/setting_picture/fond.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 183 KiB |
@ -1,7 +1,7 @@
|
|||||||
@extends('app')
|
@extends('app')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<link href="css/admin.css" rel="stylesheet" type="text/css"/>
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
@if (session('message_add'))
|
@if (session('message_add'))
|
||||||
<div class="alert alert-success col-sm-4">
|
<div class="alert alert-success col-sm-4">
|
||||||
|
@ -1,20 +1,18 @@
|
|||||||
@extends('app')
|
@extends('app')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<link href="css/home.css" rel="stylesheet" type="text/css"/>
|
||||||
|
<br>
|
||||||
<center>
|
<center>
|
||||||
<!-- <img style="height:auto; width:auto; max-width:400px; alt="" src="./pictures/homePic/bienvenue.png"> -->
|
|
||||||
<nav>
|
<nav>
|
||||||
<form class="form-inline navbar-right">
|
<form class="form-inline navbar">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<img alt="" src="./pictures/homePic/search.png">
|
<img alt="" src="./pictures/homePic/search.png">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="text" class="form-control" placeholder="Rechercher un Référant">
|
<input type="text" class="form-control" placeholder="Rechercher un Référant">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
<div style="margin-left: 200px, margin-right: 200px" id="carousel-example-generic" class="carousel slide" data-ride="carousel">
|
<div style="margin-left: 200px, margin-right: 200px" id="carousel-example-generic" class="carousel slide" data-ride="carousel">
|
||||||
|
|
||||||
@ -39,7 +37,7 @@
|
|||||||
@endif
|
@endif
|
||||||
<br>
|
<br>
|
||||||
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 350px;" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
|
<a href="/referents/vive.linux/games"><img style="border: 7px solid white; box-shadow: 0px 0px 3px black; max-height: 350px;" src="{{$ref -> image}}" width="300px" alt="{{ $ref -> name }}-Nom"></a>
|
||||||
<a href="/referents/vive.linux/games"><div class="well well-lg col-xs-4 col-md-2">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
|
<a href="/referents/vive.linux/games"><div class="well well-lg ">{{$ref -> firstname}}, {{$ref -> lastname}}</div></a>
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@extends('app')
|
@extends('app')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<link href="css/referent.css" rel="stylesheet" type="text/css"/>
|
||||||
<br>
|
<br>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user