Skip to content

Commit 2071c60

Browse files
feat: add social media links to footer (#166)
This feature was suggested by Kris. Thanks for that I have added social media links of jenkins to the footer in the community part.
1 parent f4d5d79 commit 2071c60

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/jio-footer.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,18 @@ export class Footer extends LitElement {
167167
<li>
168168
<a href=${relOrAbsoluteLink('https://twitter.com/jenkinsci', this.property).href}>${msg('𝕏 (formerly Twitter)')}</a>
169169
</li>
170+
<li>
171+
<a href=${relOrAbsoluteLink('https://www.linkedin.com/company/jenkins-project/', this.property).href}>${msg('LinkedIn')}</a>
172+
</li>
173+
<li>
174+
<a href=${relOrAbsoluteLink('https://bsky.app/profile/jenkinsci.bsky.social', this.property).href}>${msg('Bluesky')}</a>
175+
</li>
176+
<li>
177+
<a href=${relOrAbsoluteLink('https://mastodon.social/@Jenkinsci', this.property).href}>${msg('Mastodon')}</a>
178+
</li>
179+
<li>
180+
<a href=${relOrAbsoluteLink('https://www.youtube.com/@jenkinscicd', this.property).href}>${msg('Youtube')}</a>
181+
</li>
170182
<li>
171183
<a href=${relOrAbsoluteLink('https://reddit.com/r/jenkinsci', this.property).href}>${msg('Reddit')}</a>
172184
</li>

0 commit comments

Comments
 (0)