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é">
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
<h1 class="hero-title">
|
||||
<Transition name="fade-in-from-bottom">
|
||||
<div class="hero-title__name" v-show="isVisible">Paul Nicoué</div>
|
||||
<span class="hero-title__name" v-show="isVisible">Paul Nicoué</span>
|
||||
</Transition>
|
||||
<Transition name="expand-width">
|
||||
<div class="hero-title__separator" aria-hidden="true" v-show="isVisible"></div>
|
||||
<span class="hero-title__separator" aria-hidden="true" v-show="isVisible"></span>
|
||||
</Transition>
|
||||
<Transition name="fade-in-from-top">
|
||||
<div class="hero-title__job" v-show="isVisible">Intégrateur & développeur web</div>
|
||||
<span class="hero-title__job" v-show="isVisible">Intégrateur & développeur web</span>
|
||||
</Transition>
|
||||
</h1>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue