Skip to content

Commit a954ff8

Browse files
adding mastadon social
1 parent 303413e commit a954ff8

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/components/footer.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from "react"
22
import TwitterLogo from "../images/twitter.png"
33
import GithubLogo from "../images/github.png"
44
import GitlabLogo from "../images/gitlab.png"
5+
import MastadonLogo from "../images/mastadon48x48.png"
56

67
const Footer = () => (
78
<div className="site-footer">
@@ -40,6 +41,22 @@ const Footer = () => (
4041
></img>
4142
</a>
4243
</li>
44+
<li>
45+
<a
46+
className=""
47+
title="https://mastodon.social/@socdev"
48+
href="https://mastodon.social/@socdev"
49+
rel="noopener noreferrer"
50+
target="_blank"
51+
alt="lien vers ma page mastadon"
52+
>
53+
<img
54+
src={MastadonLogo}
55+
alt="mastadon logo"
56+
className="socialMediaLogo"
57+
></img>
58+
</a>
59+
</li>
4360
<li>
4461
<a
4562
className=""

src/images/mastadon48x48.png

1.53 KB
Loading

0 commit comments

Comments
 (0)