From d4eeb0097f4f2fdbbd3d9ec1e2411d7b67d9e24d Mon Sep 17 00:00:00 2001 From: raysan5 Date: Wed, 10 Feb 2016 13:43:25 +0100 Subject: Added icons: patreon and reddit --- css/main.css | 4 +++- examples.htm | 2 ++ games.htm | 4 +++- helpme.htm | 2 ++ img/icon_patreon.png | Bin 0 -> 3269 bytes img/icon_reddit.png | Bin 0 -> 3158 bytes index.htm | 2 ++ license.htm | 9 ++++++--- src/libraylib.a | Bin 0 -> 997970 bytes 9 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 img/icon_patreon.png create mode 100644 img/icon_reddit.png create mode 100644 src/libraylib.a diff --git a/css/main.css b/css/main.css index 5eaef0b3..93d5c383 100644 --- a/css/main.css +++ b/css/main.css @@ -61,9 +61,11 @@ p a:hover{text-decoration: none; color:gray;} filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); } -#social{ width:160px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } +#social{ width:220px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } #social a:hover{ background-position: 0 -36px;} #twitch{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_twitch.png); cursor: pointer; background-repeat:no-repeat; background-position: 0 0;} +#patreon{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_patreon.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;} #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/examples.htm b/examples.htm index d7b0d313..1fd9f449 100644 --- a/examples.htm +++ b/examples.htm @@ -40,7 +40,9 @@
+ + diff --git a/games.htm b/games.htm index aad18e67..fc27505b 100644 --- a/games.htm +++ b/games.htm @@ -40,7 +40,9 @@
- + + + diff --git a/helpme.htm b/helpme.htm index 92a78835..f1ace4fb 100644 --- a/helpme.htm +++ b/helpme.htm @@ -31,7 +31,9 @@
+ + diff --git a/img/icon_patreon.png b/img/icon_patreon.png new file mode 100644 index 00000000..763eb69e Binary files /dev/null and b/img/icon_patreon.png differ diff --git a/img/icon_reddit.png b/img/icon_reddit.png new file mode 100644 index 00000000..da9a4faf Binary files /dev/null and b/img/icon_reddit.png differ diff --git a/index.htm b/index.htm index b6e1c34f..931487c3 100644 --- a/index.htm +++ b/index.htm @@ -59,7 +59,9 @@
+ + diff --git a/license.htm b/license.htm index 3b9043ad..72fe1c62 100644 --- a/license.htm +++ b/license.htm @@ -31,14 +31,17 @@
+ + +
diff --git a/src/libraylib.a b/src/libraylib.a new file mode 100644 index 00000000..1606a411 Binary files /dev/null and b/src/libraylib.a differ -- cgit v1.2.3