Remove div elements from headings
This commit is contained in:
parent
883328e38e
commit
a6abcb76f6
2 changed files with 4 additions and 7 deletions
|
@ -1,10 +1,7 @@
|
|||
<template>
|
||||
|
||||
<div class="contact-header">
|
||||
<h2 class="contact-header__title">
|
||||
<div></div>
|
||||
<div>Contact</div>
|
||||
</h2>
|
||||
<h2 class="contact-header__title">Contact</h2>
|
||||
<p class="contact-header__text">Vous avez un projet web à réaliser ? Contactez-moi à l'adresse e-mail <a href="mailto:contact@paulnicoue.com" target="_blank">contact@paulnicoue.com</a> ou via le formulaire ci-après. Vous pouvez également me retrouver sur les plateformes <a href="https://www.malt.fr/profile/paulnicoue" target="_blank">Malt</a> (mise en relation des entreprises et travailleurs indépendants) et <a href="https://gitlab.com/paulnicoue" target="_blank">GitLab</a> (hébergement et gestion de code source).</p>
|
||||
<div class="contact-header__links" aria-hidden="true">
|
||||
<a tabindex="-1" href="https://www.malt.fr/profile/paulnicoue" target="_blank" title="Consulter le profil Malt de Paul Nicoué">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue