diff options
| author | Colleen <[email protected]> | 2023-01-17 04:57:45 -0400 |
|---|---|---|
| committer | Colleen <[email protected]> | 2023-01-17 04:57:45 -0400 |
| commit | c3b1e540fb7e5a595d7b43860a43dbcea5a5ba1d (patch) | |
| tree | 14e5107a2fd4e6bb6d8e60ab085eed45bf8d556a /games.html | |
| parent | 629087c403d9112fb3a859cc6064557b3980b274 (diff) | |
| download | raylib.com-c3b1e540fb7e5a595d7b43860a43dbcea5a5ba1d.tar.gz raylib.com-c3b1e540fb7e5a595d7b43860a43dbcea5a5ba1d.zip | |
Updated style; Added tracking acknowledgement banner.
Diffstat (limited to 'games.html')
| -rw-r--r-- | games.html | 52 |
1 files changed, 28 insertions, 24 deletions
@@ -32,34 +32,38 @@ </head> <body> - <div class="page"> - <!--[if lt IE 7]> - <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> - <![endif]--> - + <script src="common/common.js" defer></script> + <div class="header-container"> <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/raylib" 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> - <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="redbubble" href="https://www.redbubble.com/shop/ap/78130012" target="_blank"></a> - <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a> - </div> - <div class="menu"> - <a href="index.html">about</a> - <a href="examples.html">examples</a> - <div id="active">games</div> - <a href="cheatsheet/cheatsheet.html">cheatsheet</a> - <a id="wiki" href="https://github.com/raysan5/raylib/wiki">wiki</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="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> + <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="redbubble" href="https://www.redbubble.com/shop/ap/78130012" target="_blank"></a> + <a id="github" href="https://github.com/raysan5/raylib" target="_blank"></a> + </div> + <div class="menu"> + <a href="index.html">about</a> + <a href="examples.html">examples</a> + <div id="active">games</div> + <a href="cheatsheet/cheatsheet.html">cheatsheet</a> + <a id="wiki" href="https://github.com/raysan5/raylib/wiki">wiki</a> + </div> </div> </div> + </div> + <div class="page"> + <!--[if lt IE 7]> + <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> or <a href="https://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> + <![endif]--> <div class="content"> <p>raylib games are organized in two categories:</p> |
