|
|
@ -7,19 +7,56 @@
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
|
|
<title>Page d'accueil</title>
|
|
|
|
<title>Page d'accueil</title>
|
|
|
|
<style>
|
|
|
|
<style>
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
|
|
|
padding-left: 10%;
|
|
|
|
|
|
|
|
padding-right: 10%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#bandeau {
|
|
|
|
#bandeau {
|
|
|
|
display : flex;
|
|
|
|
display : flex;
|
|
|
|
flex-direction : row;
|
|
|
|
flex-direction : row;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#bandeau:h1 {
|
|
|
|
|
|
|
|
|
|
|
|
#bandeau > h1 {
|
|
|
|
self-align : center;
|
|
|
|
self-align : center;
|
|
|
|
|
|
|
|
padding : 0%;
|
|
|
|
|
|
|
|
margin : 0%;
|
|
|
|
|
|
|
|
justify-content : center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#account {
|
|
|
|
|
|
|
|
display : flex;
|
|
|
|
|
|
|
|
flex-direction : column;
|
|
|
|
|
|
|
|
align-content : center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#account img {
|
|
|
|
|
|
|
|
width : 70%;
|
|
|
|
|
|
|
|
height : auto;
|
|
|
|
|
|
|
|
align-self : center;
|
|
|
|
|
|
|
|
padding : 5%;
|
|
|
|
|
|
|
|
margin : 0%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#account p {
|
|
|
|
|
|
|
|
align-self : center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
<div id="bandeau">
|
|
|
|
<div id="bandeau">
|
|
|
|
<h1>IQ Ball</h1>
|
|
|
|
<h1>IQ Ball</h1>
|
|
|
|
<p>Profil</p>
|
|
|
|
<div id="account">
|
|
|
|
|
|
|
|
<img
|
|
|
|
|
|
|
|
src="img/welcomePage/account.svg"
|
|
|
|
|
|
|
|
alt="Account logo"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<p>Mon profil<p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<h2>Mes équipes</h2>
|
|
|
|
<h2>Mes équipes</h2>
|
|
|
@ -49,13 +86,5 @@
|
|
|
|
<p> Aucune tactique créé !</p>
|
|
|
|
<p> Aucune tactique créé !</p>
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|