summaryrefslogtreecommitdiffhomepage
path: root/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples.html')
-rw-r--r--examples.html52
1 files changed, 28 insertions, 24 deletions
diff --git a/examples.html b/examples.html
index f3ff62a..3f09919 100644
--- a/examples.html
+++ b/examples.html
@@ -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>
- <div id="active">examples</div>
- <a href="games.html">games</a>
- <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>
+ <div id="active">examples</div>
+ <a href="games.html">games</a>
+ <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 examples are organized by colors depending on the raylib module they focus.</p>