summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2017-11-24 19:57:32 +0100
committerraysan5 <[email protected]>2017-11-24 19:57:32 +0100
commit330b7cfa0c9b1b3e80ec59e5973f1be82faa14aa (patch)
tree5e1c225d8d43ddd3f3a781f93da751d401b21832
parent3bf2404f9a01ccc690f8f111838d69d036703311 (diff)
downloadraylib.com-330b7cfa0c9b1b3e80ec59e5973f1be82faa14aa.tar.gz
raylib.com-330b7cfa0c9b1b3e80ec59e5973f1be82faa14aa.zip
Added Gitter link and icon
-rw-r--r--common/css/main.css1
-rw-r--r--common/img/icon_gitter.pngbin0 -> 1272 bytes
-rw-r--r--examples.html2
-rw-r--r--games.html2
-rw-r--r--helpme.html2
-rw-r--r--index.html2
-rw-r--r--license.html2
7 files changed, 6 insertions, 5 deletions
diff --git a/common/css/main.css b/common/css/main.css
index 1045295..d714996 100644
--- a/common/css/main.css
+++ b/common/css/main.css
@@ -70,6 +70,7 @@ p a:hover{text-decoration: none; color:gray;}
#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;}
#freenode{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_freenode_irc.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#gitter{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_gitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#facebook{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_facebook.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#twitter{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitter.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
#github{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_github.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
diff --git a/common/img/icon_gitter.png b/common/img/icon_gitter.png
new file mode 100644
index 0000000..4bb2d86
--- /dev/null
+++ b/common/img/icon_gitter.png
Binary files differ
diff --git a/examples.html b/examples.html
index eb78b13..8574d3a 100644
--- a/examples.html
+++ b/examples.html
@@ -46,10 +46,10 @@
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a>
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
</div>
<div class="menu">
diff --git a/games.html b/games.html
index eefd0c1..6a6a0b8 100644
--- a/games.html
+++ b/games.html
@@ -46,10 +46,10 @@
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a>
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
</div>
<div class="menu">
diff --git a/helpme.html b/helpme.html
index 022cb65..63b5f30 100644
--- a/helpme.html
+++ b/helpme.html
@@ -37,10 +37,10 @@
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a>
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
</div>
<div class="menu">
diff --git a/index.html b/index.html
index 7feb8aa..3ad20b1 100644
--- a/index.html
+++ b/index.html
@@ -65,10 +65,10 @@
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a>
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
</div>
<div class="menu">
diff --git a/license.html b/license.html
index ad75de1..3b23fda 100644
--- a/license.html
+++ b/license.html
@@ -37,10 +37,10 @@
<a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
<a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
<a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
- <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a>
<a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
<a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
<a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
+ <a id="gitter" href="https://gitter.im/raylib" target="_blank"></a>
<a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
</div>
<div class="menu">