Mise en place de la page contact
This commit is contained in:
parent
95227f6b8e
commit
55ec74d482
@ -3,6 +3,10 @@
|
||||
src: url(../Fonts/JetBrainsMono-Regular.woff2) format('woff2');
|
||||
}
|
||||
|
||||
h1{
|
||||
margin: auto;
|
||||
padding: auto;
|
||||
}
|
||||
body{
|
||||
background-color: black;
|
||||
color: #aaa6a6;
|
||||
|
||||
@ -32,8 +32,17 @@
|
||||
</div>
|
||||
<hr/>
|
||||
</header>
|
||||
<div class="row GradientBorder">
|
||||
<p></p>
|
||||
<div class="row GradientBorder" style="text-align: center;">
|
||||
<div class="row">
|
||||
<h1>Me contacter</h1>
|
||||
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
|
||||
</div>
|
||||
<div class="row">
|
||||
<p>Vous pouvez me contacter par téléphone et par courrier électronique<br></p>
|
||||
<i class="fa fa-phone" aria-hidden="true" style="margin-bottom: 0.2em; font-size: 2em;"><a href="tel:+4508474936" class="tel" style="font-family: JetBrains_Mono;">(450)847-4936</a></i>
|
||||
<i class="fa fa-envelope" aria-hidden="true"style="margin-bottom: 0.2em; font-size: 2em;"> <a href="mailto:merlinge@tutanota.com" class="mail" style="font-family: JetBrains_Mono;">merlinge@tutanota.com</a></i>
|
||||
<p style="font-size: 0.6em;"><br><br><br>**Prévoir de 3 à 5 jours ouvrables pour recevoir une réponse**</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<footer>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user