c’est présentable maintenant

This commit is contained in:
Adrian Amaglio 2019-08-13 22:18:10 +02:00
parent 79401d8e3d
commit ed3232f98b
2 changed files with 37 additions and 11 deletions

View File

@ -245,3 +245,30 @@ hr::after {
overflow: hidden;
background-size: 100% 150%;
}
/* contact section */
section#contact {
width:98%;
}
section.split {
width: 45%;
display:inline-block;
}
section#contact section.alt h3{
margin-bottom:0;
}
section#contact section.alt p,
section#contact section.alt ul{
margin-top:0;
}
/* End of contact section */
/* Footer style */
footer p{
margin: 0;
}
/* end Footer style */

View File

@ -30,8 +30,8 @@
<!-- Todo drop down list in css -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li>
<li><a href="index.html">Accueil</a></li>
<!--<li>
<a href="#">Dropdown</a>
<ul class="dropdown">
<li><a href="#">Lorem ipsum dolor</a></li>
@ -49,9 +49,9 @@
<li><a href="#">Veroeros feugiat</a></li>
</ul>
</li>
<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="no-sidebar.html">No Sidebar</a></li>
-->
<li><a href="#services">Nos services</a></li>
<li><a href="#contact">Nous contacter</a></li>
</ul>
</nav>
@ -121,8 +121,8 @@
</section>
<!-- Contact -->
<footer id="contact">
<section>
<section id="contact">
<section class="split contact">
<h2>Nous contacter</h2>
<form method="post" action="#">
<div class="fields">
@ -149,18 +149,17 @@
<h3>Hébergement des services</h3>
<p>Grenoble, Lyon et alentours</p>
</section>
<section>
<section class="alt">
<h3>Email</h3>
<p><a href="#contact">Via le formulaire ci-contre</a></p>
</section>
<section>
<section class="alt">
<h3>Réseaux sociaux</h3>
<ul class="icons alt">
<li><a href="#" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
</ul>
</section>
</section>
</footer>
</section>
</main>