modif page home

master
Baptiste MARCEL 1 year ago
parent e4df530d95
commit bb6e6c6cba

@ -3,7 +3,6 @@
justify-content: space-between; justify-content: space-between;
/* background-color: #D7D4C6; */ /* background-color: #D7D4C6; */
background-color: #fff; background-color: #fff;
min-height: 100vh;
font-size: calc(10px + 2vmin); font-size: calc(10px + 2vmin);
/* color: #2A4541; */ /* color: #2A4541; */
} }

@ -41,11 +41,8 @@ function Home() {
}, [isLoggedIn]); }, [isLoggedIn]);
return ( return (
<div className="home-container" style={{overflow:"hidden"}}> <div className="home-container" style={{overflow:"hidden"}}>
<div className="left-section"> <div className="left-section">
<div> <div>
{/* <h2><FormattedMessage id="home.histoire.title"/></h2> */} {/* <h2><FormattedMessage id="home.histoire.title"/></h2> */}
<h2>Introduction</h2> <h2>Introduction</h2>
@ -89,6 +86,7 @@ function Home() {
<h5>Pour des informations plus détaillées, consulter les <Link to={`${basePath}/info`}>règles</Link>.</h5> <h5>Pour des informations plus détaillées, consulter les <Link to={`${basePath}/info`}>règles</Link>.</h5>
<hr/> <hr/>
</div> </div>
<div> <div>
<h6>Jeu inspiré par le jeu de société "Cryptide"</h6> <h6>Jeu inspiré par le jeu de société "Cryptide"</h6>
</div> </div>
@ -105,8 +103,11 @@ function Home() {
Joueurs : 1 à 6<br/> Joueurs : 1 à 6<br/>
Âge : 8ans et +<br/> Âge : 8ans et +<br/>
</h3> </h3>
<hr/> <hr/>
<h3> <u><FormattedMessage id="game.createdBy"/></u><br/>
<h3>
<u><FormattedMessage id="game.createdBy"/></u><br/>
Chazot Thomas<br/> Chazot Thomas<br/>
Ferreira Pierre<br/> Ferreira Pierre<br/>
Marcel Baptiste<br/> Marcel Baptiste<br/>
@ -114,6 +115,7 @@ function Home() {
{/* <h3> <u><FormattedMessage id="game.illustratedBy"/></u><br/> Kwanchai Moriya</h3> */} {/* <h3> <u><FormattedMessage id="game.illustratedBy"/></u><br/> Kwanchai Moriya</h3> */}
{/* <button>Jouer au jeu</button> */} {/* <button>Jouer au jeu</button> */}
<br/> <br/>
<Link to={`${basePath}/`} className='button' <Link to={`${basePath}/`} className='button'
style={{ style={{
backgroundColor: theme.colors.primary, backgroundColor: theme.colors.primary,

Loading…
Cancel
Save