diff options
| author | Ray <[email protected]> | 2024-05-07 11:00:24 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-07 11:00:24 +0200 |
| commit | fccf1c404252022d8330c1f13140866c7cb41046 (patch) | |
| tree | 0a5fff60f996e0846a76ca185475499cdb8a8a72 | |
| parent | 945f040b9119066356b438d22ea67b4a2d22fb29 (diff) | |
| parent | d583067a5327c9269965d54597d387a6c5496454 (diff) | |
| download | raylib.com-fccf1c404252022d8330c1f13140866c7cb41046.tar.gz raylib.com-fccf1c404252022d8330c1f13140866c7cb41046.zip | |
Merge pull request #74 from Ducklett/master
Fix: add `simplelink` class to hidden links on home page
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,7 +94,7 @@ Try the raylib-game-template </a> </div> - <p>Apart from those materials, there are plenty of tutorials created by the amazing raylib community. It's highly recommended to join the friendly <a href="https://discord.gg/raylib" target="_blank">raylib Discord Community</a> to stay up to date of latest raylib news and ask for help when required!</p> + <p>Apart from those materials, there are plenty of tutorials created by the amazing raylib community. It's highly recommended to join the friendly <a class="simplelink" href="https://discord.gg/raylib" target="_blank">raylib Discord Community</a> to stay up to date of latest raylib news and ask for help when required!</p> <br> <h2 id="awards"><a class="anchor-link" href="#awards"></a>raylib awards</h2> <br> @@ -127,7 +127,7 @@ <br> <h2 id="bindings"><a class="anchor-link" href="#bindings"></a>raylib language bindings</h2> <br> - <p>You can use raylib with multiple programming languages, there are <a href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+60 bindings</a>! Here is a list with some of them:</p> + <p>You can use raylib with multiple programming languages, there are <a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/BINDINGS.md" target="_blank">+60 bindings</a>! Here is a list with some of them:</p> <br> <div style="display: flex;"> <div id="bindings" style="margin: 0 auto;"> |
