From 1ba82e8f833948bfb0079abb29ac2282ca04a4e7 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 1 Apr 2018 23:25:23 +0200 Subject: Added discord icon --- common/css/main.css | 3 ++- common/img/icon_discord.png | Bin 0 -> 2127 bytes examples.html | 1 + games.html | 1 + games/loader.html | 2 +- helpme.html | 1 + index.html | 1 + license.html | 1 + 8 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 common/img/icon_discord.png 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 Binary files /dev/null and b/common/img/icon_discord.png differ diff --git a/examples.html b/examples.html index d37cf4a..fb8023d 100644 --- a/examples.html +++ b/examples.html @@ -40,6 +40,7 @@
+ diff --git a/games.html b/games.html index fb19396..2d519c7 100644 --- a/games.html +++ b/games.html @@ -40,6 +40,7 @@
+ 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 @@
+ diff --git a/index.html b/index.html index 1f1182c..4cdfdef 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,7 @@
+ diff --git a/license.html b/license.html index 4ada88e..603ca45 100644 --- a/license.html +++ b/license.html @@ -31,6 +31,7 @@
+ -- cgit v1.2.3