Skip to content

Commit

Permalink
Added bluesky icon
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Nov 17, 2024
1 parent ec174d9 commit 9ddc837
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
Binary file added common/img/icon_bluesky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions common/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ li {
#github { background-image: url(img/icon_github.png); }
#kofi { background-image: url(img/icon_kofi.png); }
#discord { background-image: url(img/icon_discord.png); }
#bluesky { background-image: url(img/icon_bluesky.png); }

#licensebox {
width: 808px;
Expand Down
3 changes: 2 additions & 1 deletion examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
<a id="logo" href="index.html"></a>
<div class="nav-container">
<div id="social">
<a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
<a id="discord" href="https://discord.gg/raylib" target="_blank"></a>
<a id="bluesky" href="https://bsky.app/profile/raysan5.bsky.social" target="_blank"></a>
<a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
<a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan5" target="_blank"></a>
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
Expand Down
3 changes: 2 additions & 1 deletion games.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@
<a id="logo" href="index.html"></a>
<div class="nav-container">
<div id="social">
<a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
<a id="discord" href="https://discord.gg/raylib" target="_blank"></a>
<a id="bluesky" href="https://bsky.app/profile/raysan5.bsky.social" target="_blank"></a>
<a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
<a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan5" target="_blank"></a>
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
<a id="logo" href="index.html"></a>
<div class="nav-container">
<div id="social">
<a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
<a id="discord" href="https://discord.gg/raylib" target="_blank"></a>
<a id="bluesky" href="https://bsky.app/profile/raysan5.bsky.social" target="_blank"></a>
<a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
<a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan5" target="_blank"></a>
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
Expand Down
3 changes: 2 additions & 1 deletion license.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
<a id="logo" href="index.html"></a>
<div class="nav-container">
<div id="social">
<a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
<a id="discord" href="https://discord.gg/raylib" target="_blank"></a>
<a id="bluesky" href="https://bsky.app/profile/raysan5.bsky.social" target="_blank"></a>
<a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a>
<a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan5" target="_blank"></a>
<a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
Expand Down

0 comments on commit 9ddc837

Please sign in to comment.