summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2018-04-01 23:25:23 +0200
committerraysan5 <[email protected]>2018-04-01 23:25:23 +0200
commit1ba82e8f833948bfb0079abb29ac2282ca04a4e7 (patch)
tree8ce6d35d9c9c99fdc715bf54acdfb1661cbccae5
parentdf1549ec2e5b9ef096c72b8598ca08b022355e2f (diff)
downloadraylib.com-1ba82e8f833948bfb0079abb29ac2282ca04a4e7.tar.gz
raylib.com-1ba82e8f833948bfb0079abb29ac2282ca04a4e7.zip
Added discord icon
-rw-r--r--common/css/main.css3
-rw-r--r--common/img/icon_discord.pngbin0 -> 2127 bytes
-rw-r--r--examples.html1
-rw-r--r--games.html1
-rw-r--r--games/loader.html2
-rw-r--r--helpme.html1
-rw-r--r--index.html1
-rw-r--r--license.html1
8 files changed, 8 insertions, 2 deletions
diff --git a/common/css/main.css b/common/css/main.css
index d714996..8280a1b 100644
--- a/common/css/main.css
+++ b/common/css/main.css
@@ -61,7 +61,7 @@ p a:hover{text-decoration: none; color:gray;}
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 );
}
-#social{ width:410px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; }
+#social{ width:450px; 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;}
@@ -75,6 +75,7 @@ p a:hover{text-decoration: none; color:gray;}
#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;}
#kofi{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_kofi.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
+#discord{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_discord.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;}
.list{margin-top:10px; margin-left:30px; display: inline-block}
#licensebox { width:808px; height:400px; border:12px solid; border-color:#d0d0d0; background-color:#e4e4e4;}
diff --git a/common/img/icon_discord.png b/common/img/icon_discord.png
new file mode 100644
index 0000000..1660f38
--- /dev/null
+++ b/common/img/icon_discord.png
Binary files differ
diff --git a/examples.html b/examples.html
index d37cf4a..fb8023d 100644
--- a/examples.html
+++ b/examples.html
@@ -40,6 +40,7 @@
<div class="header">
<a id="logo" href="index.html"></a>
<div id="social">
+ <a id="discord" href="https://discord.gg/VkzNHUE" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan" 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>
diff --git a/games.html b/games.html
index fb19396..2d519c7 100644
--- a/games.html
+++ b/games.html
@@ -40,6 +40,7 @@
<div class="header">
<a id="logo" href="index.html"></a>
<div id="social">
+ <a id="discord" href="https://discord.gg/VkzNHUE" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan" 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>
diff --git a/games/loader.html b/games/loader.html
index 27cfd4b..6523ea3 100644
--- a/games/loader.html
+++ b/games/loader.html
@@ -60,7 +60,7 @@
document.title = "raylib - " + name.replace('_', ' ');
- var codeUrl = 'https://github.com/raysan5/raylib/blob/develop/games/' + name.substring(7) + '.c';
+ var codeUrl = 'https://github.com/raysan5/raylib/blob/master/games/' + name.substring(7) + '.c';
var imageUrl = 'img/' + name + '.png';
// #sampledata filling code: canvas sample and image
diff --git a/helpme.html b/helpme.html
index 3ff4bfa..9539ae4 100644
--- a/helpme.html
+++ b/helpme.html
@@ -31,6 +31,7 @@
<div class="header">
<a id="logo" href="index.html"></a>
<div id="social">
+ <a id="discord" href="https://discord.gg/VkzNHUE" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan" 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>
diff --git a/index.html b/index.html
index 1f1182c..4cdfdef 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,7 @@
<div class="header">
<a id="logo" href="index.html"></a>
<div id="social">
+ <a id="discord" href="https://discord.gg/VkzNHUE" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan" 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>
diff --git a/license.html b/license.html
index 4ada88e..603ca45 100644
--- a/license.html
+++ b/license.html
@@ -31,6 +31,7 @@
<div class="header">
<a id="logo" href="index.html"></a>
<div id="social">
+ <a id="discord" href="https://discord.gg/VkzNHUE" target="_blank"></a>
<a id="kofi" href="https://ko-fi.com/raysan" 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>