File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React from "react"
22import TwitterLogo from "../images/twitter.png"
33import GithubLogo from "../images/github.png"
44import GitlabLogo from "../images/gitlab.png"
5+ import MastadonLogo from "../images/mastadon48x48.png"
56
67const 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 = ""
You can’t perform that action at this time.
0 commit comments