Changement de style

This commit is contained in:
thatscringebro 2022-09-12 20:42:40 -04:00
parent e68929ea7e
commit 440a4efce8
5 changed files with 15 additions and 7 deletions

View File

@ -23,6 +23,11 @@ footer{
text-align: center;
}
.dessous_titre{
width: 30%;
margin: auto;
margin-bottom: 3em;
}
.mail, .tel{
text-decoration: none;
color: inherit;
@ -31,7 +36,10 @@ footer{
text-decoration: underline;
color: inherit;
}
.contact{
margin-bottom: 0.2em;
font-size: 2em;
}
.Copyright{
width: 25%;
margin: auto;

View File

@ -19,12 +19,12 @@
<div class="row GradientBorder" style="text-align: center;">
<div class="row">
<h1>Me contacter</h1>
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
<hr class="dessous_titre"/>
</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:+4502780433" class="tel" style="font-family: JetBrains_Mono;">(450)278-0433</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>
<i class="fa fa-phone contact" aria-hidden="true"><a href="tel:+4502780433" class="tel" style="font-family: JetBrains_Mono;">(450)278-0433</a></i>
<i class="fa fa-envelope contact" aria-hidden="true"> <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>

View File

@ -19,7 +19,7 @@
<div class="row GradientBorder">
<div class="row" style="text-align: center;">
<h1>Mes objectifs</h1>
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
<hr class="dessous_titre"/>
</div>
</div>
<div class="row" id="footer"></div>

View File

@ -19,7 +19,7 @@
<div class="row GradientBorder">
<div class="row" style="text-align: center;">
<h1>Mes projets</h1>
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
<hr class="dessous_titre"/>
</div>
</div>
<div class="row" id="footer"></div>

View File

@ -19,7 +19,7 @@
<div class="row GradientBorder">
<div class="row" style="text-align: center;">
<h1>Technologies</h1>
<hr style="width: 30%; margin: auto; margin-bottom: 3em;"/>
<hr class="dessous_titre"/>
</div>
</div>
<div class="row" id="footer"></div>