FIX corrections visuelles homepage
This commit is contained in:
parent
9776a147a4
commit
9a2337945e
@ -9,9 +9,9 @@ const Home = () => (
|
|||||||
<img src="/txt1.svg" alt=""/>
|
<img src="/txt1.svg" alt=""/>
|
||||||
<ul>
|
<ul>
|
||||||
<li>L'application</li>
|
<li>L'application</li>
|
||||||
<li>La randonnées</li>
|
<li>La randonnée</li>
|
||||||
<li>Contact</li>
|
<li>Contact</li>
|
||||||
<li className="download">Télecharger</li>
|
<li className="download">Télécharger</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<header>
|
<header>
|
||||||
@ -21,8 +21,8 @@ const Home = () => (
|
|||||||
<h1>Blablabla</h1>
|
<h1>Blablabla</h1>
|
||||||
<p>Loerm bitsum Loerm bitsum <br/>Loerm bitsumLoerm bitsum <br/>Loerm bitsumLoerm bitsum</p>
|
<p>Loerm bitsum Loerm bitsum <br/>Loerm bitsumLoerm bitsum <br/>Loerm bitsumLoerm bitsum</p>
|
||||||
<div className="buttons">
|
<div className="buttons">
|
||||||
<button className="shite" >Téléchrger</button>
|
<button className="shite" >Télécharger</button>
|
||||||
<button className="outline">E savoir plus</button>
|
<button className="outline">En savoir plus</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -49,8 +49,8 @@ const Home = () => (
|
|||||||
</div>
|
</div>
|
||||||
<div className="pokemon">
|
<div className="pokemon">
|
||||||
<div className="pk1">
|
<div className="pk1">
|
||||||
<h2>N'attendes pas !</h2>
|
<h2>N'attendez pas !</h2>
|
||||||
<p>Telechrger lapplicaiton</p>
|
<p>Télécharger l'application</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<img src="/app-store.svg" alt=""/>
|
<img src="/app-store.svg" alt=""/>
|
||||||
@ -60,10 +60,10 @@ const Home = () => (
|
|||||||
<footer>
|
<footer>
|
||||||
<div className="els black">
|
<div className="els black">
|
||||||
<div className="el">
|
<div className="el">
|
||||||
Politique de confidienclité
|
Politique de confidencialité
|
||||||
</div>
|
</div>
|
||||||
<div className="el">
|
<div className="el">
|
||||||
Conditions dutilisasavionts du service
|
Conditions d'utilisations du service
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Reference in New Issue
Block a user