Skip to content

Commit

Permalink
Update social media links in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Mar 18, 2024
1 parent 2c7c2a9 commit 8d10927
Showing 1 changed file with 49 additions and 4 deletions.
53 changes: 49 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
<body ontouchstart="">
<section id="header">
<div class="buttons left">
<a class="social" href="https://discord.gg/CpDZ3kg2rJ" target="_blank">
<img width="24" src="images/socials/discord.svg" />
</a>
<a
class="social"
href="https://www.twitter.com/languageXapp"
Expand All @@ -55,10 +58,10 @@
</a>
<a
class="social"
href="https://www.instagram.com/languageXapp"
href="https://github.com/languageXchange"
target="_blank"
>
<img width="24" src="images/socials/instagram.svg" />
<img width="24" src="images/socials/github.svg" />
</a>
</div>
<div class="buttons right">
Expand Down Expand Up @@ -182,6 +185,20 @@ <h1>langX<br /></h1>
</p>
</div>
<div class="buttons right">
<a
class="social"
href="https://discord.gg/CpDZ3kg2rJ"
target="_blank"
>
<img width="24" src="images/socials/discord.svg" />
</a>
<a
class="social"
href="https://t.me/+nGPaYB9z2SU2Mzdk"
target="_blank"
>
<img width="24" src="images/socials/telegram.svg" />
</a>
<a
class="social"
href="https://www.twitter.com/languageXapp"
Expand All @@ -191,10 +208,38 @@ <h1>langX<br /></h1>
</a>
<a
class="social"
href="https://www.instagram.com/languageXapp"
href="https://tiktok.com/@languageXapp"
target="_blank"
>
<img width="24" src="images/socials/tiktok.svg" />
</a>
<a
class="social"
href="https://www.facebook.com/languageXapp"
target="_blank"
>
<img width="24" src="images/socials/facebook.svg" />
</a>
<a
class="social"
href="https://www.youtube.com/@languageXchange"
target="_blank"
>
<img width="24" src="images/socials/youtube.svg" />
</a>
<a
class="social"
href="https://bsky.app/profile/languagexapp.bsky.social"
target="_blank"
>
<img width="24" src="images/socials/bluesky.svg" />
</a>
<a
class="social"
href="https://github.com/languageXchange"
target="_blank"
>
<img width="24" src="images/socials/instagram.svg" />
<img width="24" src="images/socials/github.svg" />
</a>
</div>
</div>
Expand Down

0 comments on commit 8d10927

Please sign in to comment.