Fixed linting 😃

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-06 21:18:11 +01:00
parent c4775134de
commit fee40613f1
16 changed files with 249 additions and 157 deletions

View File

@ -10,19 +10,39 @@ export default class Footer extends React.Component<{}, {}> {
<div className="pre"></div>
<div className="footer">
<span>
<a aria-label="Email Address" href="mailto:contact@avior.me" target="_blank">
<a
aria-label="Email Address"
rel="noopener noreferrer"
href="mailto:contact@avior.me"
target="_blank"
>
<Mail color={config.colors[500]} />
</a>
<a aria-label="Phone Number" href="tel:+33672292683" target="_blank">
<a aria-label="Phone Number" rel="noopener noreferrer" href="tel:+33672292683" target="_blank">
<PhoneCall color={config.colors[500]} />
</a>
<a aria-label="Git" rel="noopener noreferrer" href="https://git.delta-wings.net" target="_blank">
<a
aria-label="Git"
rel="noopener noreferrer"
href="https://git.delta-wings.net"
target="_blank"
>
<GitHub color={config.colors[500]} />
</a>
<a aria-label="Twitter" rel="nofollow noopener noreferrer" href="https://twitter.com/aviortheking" target="_blank">
<a
aria-label="Twitter"
rel="nofollow noopener noreferrer"
href="https://twitter.com/aviortheking"
target="_blank"
>
<Twitter color={config.colors[500]} />
</a>
<a aria-label="linkdedin" rel="nofollow noopener noreferrer" href="https://www.linkedin.com/in/florian-bouillon/" target="_blank">
<a
aria-label="linkdedin"
rel="nofollow noopener noreferrer"
href="https://www.linkedin.com/in/florian-bouillon/"
target="_blank"
>
<Linkedin color={config.colors[500]} />
</a>
</span>