diff options
| author | Ray <[email protected]> | 2019-05-08 12:43:57 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-08 12:43:57 +0200 |
| commit | 5290247ee973cad75afb0acf8e7542206b8fb20a (patch) | |
| tree | 9e59a4219cee54710862dbe195fcc9c057dac4d8 /examples.html | |
| parent | 54956cdba295cc19c41e4523519cda2dfc7c6c51 (diff) | |
| download | raylib.com-5290247ee973cad75afb0acf8e7542206b8fb20a.tar.gz raylib.com-5290247ee973cad75afb0acf8e7542206b8fb20a.zip | |
Review top bar icons
Removed helpme page
Diffstat (limited to 'examples.html')
| -rw-r--r-- | examples.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/examples.html b/examples.html index 38a87f3..90e6085 100644 --- a/examples.html +++ b/examples.html @@ -40,16 +40,15 @@ <div class="header"> <a id="logo" href="index.html"></a> <div id="social"> + <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a> <a id="discord" href="https://discord.gg/VkzNHUE" target="_blank"></a> <a id="twitch" href="https://www.twitch.tv/raysan5" target="_blank"></a> - <a id="twitter" href="https://www.twitter.com/raysan5" target="_blank"></a> - <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a> - <a id="facebook" href="https://www.facebook.com/raylibgames" target="_blank"></a> + <a id="kofi" href="https://ko-fi.com/raysan" target="_blank"></a> + <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a> <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a> + <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a> <a id="youtube" href="https://www.youtube.com/c/raylib" target="_blank"></a> <a id="patreon" href="https://www.patreon.com/raylib" target="_blank"></a> - <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a> - <a id="kofi" href="https://ko-fi.com/raysan" target="_blank"></a> <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a> </div> <div class="menu"> @@ -57,7 +56,7 @@ <div id="active">examples</div> <a href="games.html">games</a> <a href="cheatsheet/cheatsheet.html">cheatsheet</a> - <a id="license" href="license.html">license</a> + <a id="wiki" href="https://github.com/raysan5/raylib/wiki">wiki</a> </div> </div> @@ -98,7 +97,7 @@ </div> <div class="footer"> - <p>Web developed by Ray San and Elendow</p> + <p>Webpage hosted in <a href="https://github.com/raysan5/raylib.com">GitHub</a>, for issues and improvements <a href="https://github.com/raysan5/raylib.com">check it out</a>!</p> </div> </div> |
