Skip to content

Commit be1c1e7

Browse files
authored
Merge branch 'main' into navbar-links
2 parents 4be51c4 + 2071c60 commit be1c1e7

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)