summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2024-03-17 13:43:35 +0100
committerGitHub <[email protected]>2024-03-17 13:43:35 +0100
commit999a40b5e2686339f2dad2410501bd128e8f9f42 (patch)
treee66d3931d9da0e62dd1140248a4d2c7aa531d445
parent8a36b6a687a0c40354136616a751b54271ab4b4f (diff)
parent79d9f257f5e20b56a6d807d7689f924e0ebc812d (diff)
downloadraylib.com-999a40b5e2686339f2dad2410501bd128e8f9f42.tar.gz
raylib.com-999a40b5e2686339f2dad2410501bd128e8f9f42.zip
Merge pull request #73 from a-alhusaini/sponsor_buttton
added sponsor button to navigation
-rw-r--r--examples.html2
-rw-r--r--games.html4
-rw-r--r--index.html1
-rw-r--r--license.html4
4 files changed, 9 insertions, 2 deletions
diff --git a/examples.html b/examples.html
index d5b0768..43faf58 100644
--- a/examples.html
+++ b/examples.html
@@ -49,6 +49,8 @@
<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>
+ <a href="https://github.com/sponsors/raysan5" target="_blank">Support Raylib!</a>
+
</div>
<div class="menu">
<a href="index.html">about</a>
diff --git a/games.html b/games.html
index 1b9bd8d..2ea47b2 100644
--- a/games.html
+++ b/games.html
@@ -49,6 +49,8 @@
<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>
+ <a href="https://github.com/sponsors/raysan5" target="_blank">Support Raylib!</a>
+
</div>
<div class="menu">
<a href="index.html">about</a>
@@ -105,4 +107,4 @@
<!-- Add own script code -->
<script src="common/games.js"></script>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/index.html b/index.html
index 34ddfc9..8feca9b 100644
--- a/index.html
+++ b/index.html
@@ -50,6 +50,7 @@
<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>
+ <a href="https://github.com/sponsors/raysan5" target="_blank">Support Raylib!</a>
</div>
<div class="menu">
<div id="active">about</div>
diff --git a/license.html b/license.html
index 2b4729f..7f5a708 100644
--- a/license.html
+++ b/license.html
@@ -40,6 +40,8 @@
<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>
+ <a href="https://github.com/sponsors/raysan5" target="_blank">Support Raylib!</a>
+
</div>
<div class="menu">
<a href="index.html">about</a>
@@ -84,4 +86,4 @@
</div>
</body>
-</html> \ No newline at end of file
+</html>