ajout de la page configuration
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
5a6f448bda
commit
f5f2171b89
@ -0,0 +1,35 @@
|
|||||||
|
import 'tachyons';
|
||||||
|
import React from 'react';
|
||||||
|
import PP from "../assets/img/unknown.png";
|
||||||
|
import { NavLink } from "react-router-dom";
|
||||||
|
|
||||||
|
|
||||||
|
function configuration(){
|
||||||
|
return(
|
||||||
|
<div>
|
||||||
|
<div className='ligneVertical'>
|
||||||
|
<button ></button>
|
||||||
|
<button ></button>
|
||||||
|
<button ></button>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<h2>Modifucation information du compte</h2>
|
||||||
|
<div className='ligneHorizontal'>
|
||||||
|
<img src={PP}/>
|
||||||
|
<div>
|
||||||
|
<span>Pseudo : Pseudo</span>
|
||||||
|
<span>Nom d'utilisateur : @Pseudo</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h2>Acces au dossiers personnel</h2>
|
||||||
|
|
||||||
|
<div className='ligneHorizontal'>
|
||||||
|
<caption> Rendre vos dossiers prives</caption>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
@ -0,0 +1,8 @@
|
|||||||
|
.ligneVertical{
|
||||||
|
border-right: thick solid #000;
|
||||||
|
height:85%;
|
||||||
|
}
|
||||||
|
.ligneHorizontal{
|
||||||
|
border-top: thick solid #000;
|
||||||
|
width: 78%;
|
||||||
|
}
|
Loading…
Reference in new issue