feat: set home page
This commit is contained in:
parent
b4cb29c258
commit
0f96554ce2
@ -7,7 +7,7 @@ export const Home = () => {
|
|||||||
<div style={{textAlign: "center", margin: "2em"}}>
|
<div style={{textAlign: "center", margin: "2em"}}>
|
||||||
<h1 className="text-green-800 text-4xl">Bienvenu sur l'intranet de Fédération Française de Soft Armored Fighting</h1>
|
<h1 className="text-green-800 text-4xl">Bienvenu sur l'intranet de Fédération Française de Soft Armored Fighting</h1>
|
||||||
</div>
|
</div>
|
||||||
<div className="row" style={{textAlign: "center", marginTop: "3em"}}>
|
<div className="row" style={{marginTop: "3em"}}>
|
||||||
<div className="col" style={{backgroundColor: "#FFFFFF79", padding: "0", borderRadius: "3em 3em 1em 1em", margin: "1em"}}>
|
<div className="col" style={{backgroundColor: "#FFFFFF79", padding: "0", borderRadius: "3em 3em 1em 1em", margin: "1em"}}>
|
||||||
<div className="align-content-center"
|
<div className="align-content-center"
|
||||||
style={{textAlign: "center", backgroundColor: "#FFFFFF79", padding: "1em 1em 0em 1em", borderRadius: "3em 3em 0 0"}}>
|
style={{textAlign: "center", backgroundColor: "#FFFFFF79", padding: "1em 1em 0em 1em", borderRadius: "3em 3em 0 0"}}>
|
||||||
@ -15,7 +15,12 @@ export const Home = () => {
|
|||||||
<h2>Pour les combatants</h2>
|
<h2>Pour les combatants</h2>
|
||||||
</div>
|
</div>
|
||||||
<p style={{padding: "0.5em 1em 0.5em 1em"}}>
|
<p style={{padding: "0.5em 1em 0.5em 1em"}}>
|
||||||
Vous y trouverez toutes les informations nécessaires pour la gestion de votre club.
|
Vous y retrouverez toutes vos informations ainsi que l'état de votre inscription à la fédération. Vous pouvez également
|
||||||
|
télécharger votre attestation d'inscription, vous inscrire aux compétitions ainsi qu'en consultée vos résultats sous réserve
|
||||||
|
que le club organisateur les ait renseignés. <br/>
|
||||||
|
<br/>
|
||||||
|
Lors de votre première inscription, vous réservez un email contenant vos
|
||||||
|
informations d'identification sur ce site, ce mail sera envoyé une fois votre inscription validée par nos soins.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="col" style={{backgroundColor: "#FFFFFF79", padding: "0", borderRadius: "3em 3em 1em 1em", margin: "1em"}}>
|
<div className="col" style={{backgroundColor: "#FFFFFF79", padding: "0", borderRadius: "3em 3em 1em 1em", margin: "1em"}}>
|
||||||
@ -25,14 +30,28 @@ export const Home = () => {
|
|||||||
<h2>Pour les clubs</h2>
|
<h2>Pour les clubs</h2>
|
||||||
</div>
|
</div>
|
||||||
<p style={{padding: "0.5em 1em 0.5em 1em"}}>
|
<p style={{padding: "0.5em 1em 0.5em 1em"}}>
|
||||||
Vous y trouverez toutes les informations nécessaires pour la gestion de votre club.
|
C'est ici que vous pouvez faire l'inscription de vos membres à la fédération, que vous pouvez demander où renouveler votre
|
||||||
|
demande d'affiliation, renseigné vos horaires, lieux d'entraînement et réseaux sociaux qui seront par la suite affichés sur le
|
||||||
|
site ffsaf.fr.<br/>
|
||||||
|
Vous aurez par ailleurs la possibilité de publier des formulaires d'inscriptions pour vos compétitions ainsi
|
||||||
|
que d'un publié les résultats.<br/><br/>
|
||||||
|
Vous n'étes pas encore affilié à la fédération ? Vous pouvez faire une demande d'affiliation en cliquant <a href="/affiliation">içi</a>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style={{
|
<div style={{
|
||||||
backgroundImage: "url('home_back.jpg')", backgroundRepeat: "no-repeat", backgroundAttachment: "fixed", backgroundSize: "cover", backgroundPosition: "center",
|
backgroundImage: "url('home_back.jpg')",
|
||||||
position: "absolute", height: "100vh", width: "100vw", top: 0, left: 0, zIndex: -2
|
backgroundRepeat: "no-repeat",
|
||||||
|
backgroundAttachment: "fixed",
|
||||||
|
backgroundSize: "cover",
|
||||||
|
backgroundPosition: "center",
|
||||||
|
position: "absolute",
|
||||||
|
height: "100vh",
|
||||||
|
width: "100vw",
|
||||||
|
top: 0,
|
||||||
|
left: 0,
|
||||||
|
zIndex: -2
|
||||||
}}>
|
}}>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user