diff options
| author | Ray <[email protected]> | 2017-11-09 23:21:22 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2017-11-09 23:21:22 +0100 |
| commit | 4b42065e70bbd964aa8dc0997e940c6dc246bf48 (patch) | |
| tree | e385d7994a17a4b5be9473c5ee8231be4b409705 | |
| parent | d27a373c8f23071f5f463552b0c056a38aaed4b2 (diff) | |
| download | raylib.com-4b42065e70bbd964aa8dc0997e940c6dc246bf48.tar.gz raylib.com-4b42065e70bbd964aa8dc0997e940c6dc246bf48.zip | |
Add new icon to kofi
| -rw-r--r-- | common/css/main.css | 1 | ||||
| -rw-r--r-- | common/img/icon_kofi.png | bin | 0 -> 840 bytes | |||
| -rw-r--r-- | examples.html | 1 | ||||
| -rw-r--r-- | games.html | 1 | ||||
| -rw-r--r-- | helpme.html | 1 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | license.html | 1 |
7 files changed, 6 insertions, 0 deletions
diff --git a/common/css/main.css b/common/css/main.css index 7eb86e8..ae73e30 100644 --- a/common/css/main.css +++ b/common/css/main.css @@ -73,6 +73,7 @@ p a:hover{text-decoration: none; color:gray;} #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;} +#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;} .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_kofi.png b/common/img/icon_kofi.png Binary files differnew file mode 100644 index 0000000..881a864 --- /dev/null +++ b/common/img/icon_kofi.png diff --git a/examples.html b/examples.html index 87f2053..eb78b13 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="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> <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a> @@ -40,6 +40,7 @@ <div class="header"> <a id="logo" href="index.html"></a> <div id="social"> + <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> <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a> diff --git a/helpme.html b/helpme.html index 1948c62..022cb65 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="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> <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a> @@ -59,6 +59,7 @@ <div class="header"> <a id="logo" href="index.html"></a> <div id="social"> + <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> <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a> diff --git a/license.html b/license.html index 5032bad..ad75de1 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="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> <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a> |
