Skip to content

Commit 6a03f96

Browse files
committed
Add Codeberg social link to index.html
Introduced a new button linking to the Codeberg profile, including the Codeberg logo and appropriate accessibility attributes.
1 parent 9c3cbd8 commit 6a03f96

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@
6767
<span class="BG"></span>
6868
</a>
6969

70+
<a
71+
href="https://codeberg.org/jumpstone-gaming"
72+
class="Btn codeberg"
73+
target="_blank"
74+
rel="noopener noreferrer"
75+
>
76+
<span class="svgContainer">
77+
<img
78+
src="/assets/img/badges/codeberg-logo_icon_white-512x512.png"
79+
alt="Codeberg"
80+
class="social-icon"
81+
/>
82+
</span>
83+
<span class="BG"></span>
84+
</a>
85+
7086
<a
7187
href="https://discord.gg/yKU4Q2mHj8"
7288
class="Btn discord"

0 commit comments

Comments
 (0)