summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--common/img/icon_redbubble.pngbin0 -> 1529 bytes
-rw-r--r--common/main.css3
-rw-r--r--examples.html1
-rw-r--r--games.html1
-rw-r--r--images/contribute/redbubble.pngbin0 -> 5806 bytes
-rw-r--r--index.html2
-rw-r--r--license.html1
7 files changed, 7 insertions, 1 deletions
diff --git a/common/img/icon_redbubble.png b/common/img/icon_redbubble.png
new file mode 100644
index 0000000..06c94df
--- /dev/null
+++ b/common/img/icon_redbubble.png
Binary files differ
diff --git a/common/main.css b/common/main.css
index 7e4a27b..f31630a 100644
--- a/common/main.css
+++ b/common/main.css
@@ -55,11 +55,12 @@ h2{font-family: Courier New, Verdana, Arial; font-weight: bold; font-size: 18px;
background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(224,224,224,1) 100%);
}
-#social{ width:390px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; }
+#social{ width:440px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; }
#social a:hover{ background-position: 0 -36px;}
#youtube{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_youtube.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#handmade{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_handmade.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#twitch{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_twitch.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#redbubble{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_redbubble.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#patreon{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_patreon.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#itchio{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_itchio.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#reddit{ width:36px; height:36px; float:left; position:relative; background-image: url(img/icon_reddit.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
diff --git a/examples.html b/examples.html
index 16533ad..bc73822 100644
--- a/examples.html
+++ b/examples.html
@@ -49,6 +49,7 @@
<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">
diff --git a/games.html b/games.html
index 7149c50..f4dad66 100644
--- a/games.html
+++ b/games.html
@@ -49,6 +49,7 @@
<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">
diff --git a/images/contribute/redbubble.png b/images/contribute/redbubble.png
new file mode 100644
index 0000000..58bb88c
--- /dev/null
+++ b/images/contribute/redbubble.png
Binary files differ
diff --git a/index.html b/index.html
index 20ec31f..0d04e42 100644
--- a/index.html
+++ b/index.html
@@ -48,6 +48,7 @@
<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">
@@ -160,6 +161,7 @@
<a href="https://www.patreon.com/raylib" target="_blank"><img class="icon" src="images/contribute/patreon.png" title="Patreon" alt="Patreon contributor" width="84" height="84"/></a>
<a href="https://ko-fi.com/raysan" target="_blank"><img class="icon" src="images/contribute/kofi.png" title="Ko-fi" alt="Ko-fi donation" width="84" height="84"/></a>
<a href="https://raysan5.itch.io/raylib" target="_blank"><img class="icon" src="images/contribute/itchio.png" title="itch.io" alt="raylib on itch.io" width="84" height="84"/></a>
+ <a href="https://www.redbubble.com/shop/ap/78130012" target="_blank"><img class="icon" src="images/contribute/redbubble.png" title="redbubble" alt="raylib on redbubble" width="84" height="84"/></a>
</div>
</div>
<br>
diff --git a/license.html b/license.html
index 8d77263..088e82e 100644
--- a/license.html
+++ b/license.html
@@ -40,6 +40,7 @@
<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">