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 /index.html | |
| parent | 54956cdba295cc19c41e4523519cda2dfc7c6c51 (diff) | |
| download | raylib.com-5290247ee973cad75afb0acf8e7542206b8fb20a.tar.gz raylib.com-5290247ee973cad75afb0acf8e7542206b8fb20a.zip | |
Review top bar icons
Removed helpme page
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -12,7 +12,7 @@ <meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan"> <meta name="viewport" content="width=device-width"> - <!-- Facebook metatags for sharing --> + <!-- metatags for sharing --> <meta property="og:title" content="raylib"/> <meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo_card.png"/> <meta property="og:url" content="https://www.raylib.com" /> @@ -39,16 +39,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"> @@ -56,7 +55,7 @@ <a href="examples.html">examples</a> <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> @@ -153,6 +152,7 @@ - <strong>Powerful math module</strong> for Vector, Matrix and Quaternion operations: [<a class="simplelink" href="https://github.com/raysan5/raylib/blob/master/src/raymath.h" target="_blank">raymath</a>]<br> - Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD)<br> - <strong>VR stereo rendering</strong> support with configurable HMD device parameters<br> + - Free and open source. Check [<a class="simplelink" href="license.html" target="_blank">LICENSE</a>].<br> </div> <br> <a href="images/raylib_architecture_v2.0.png"><img src="images/raylib_architecture_v2.0.png" alt="raylib architechture" width="800" /></a> @@ -160,7 +160,7 @@ </div> <div class="footer"> - <p>Webpage is hosted in Github, <a href="https://github.com/raysan5/raylib.com">check it out</a>!</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> |
