diff options
| -rw-r--r-- | common/css/main.css | 3 | ||||
| -rw-r--r-- | common/img/icon_discord.png | bin | 0 -> 2127 bytes | |||
| -rw-r--r-- | examples.html | 1 | ||||
| -rw-r--r-- | games.html | 1 | ||||
| -rw-r--r-- | games/loader.html | 2 | ||||
| -rw-r--r-- | helpme.html | 1 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | license.html | 1 |
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 Binary files differnew file mode 100644 index 0000000..1660f38 --- /dev/null +++ b/common/img/icon_discord.png 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> @@ -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> @@ -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> |
