From 664b8a4e5542052dd6b427694cfd84e1628ec68d Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 26 Jul 2016 17:49:10 +0200 Subject: Added link to IRC channel --- css/main.css | 3 ++- examples.htm | 1 + games.htm | 1 + helpme.htm | 1 + img/icon_freenode_irc.png | Bin 0 -> 1867 bytes index.htm | 1 + license.htm | 1 + 7 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 img/icon_freenode_irc.png diff --git a/css/main.css b/css/main.css index 93d5c383..46b87c5e 100644 --- a/css/main.css +++ b/css/main.css @@ -61,11 +61,12 @@ p a:hover{text-decoration: none; color:gray;} filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 ); } -#social{ width:220px; height:50px; position:relative; float:right; margin-right:8px; margin-top:20px; margin-bottom:20px; } +#social{ width:260px; 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;} +#freenode{ width:36px; height:36px; float:left; position:relative; background-image: url(../img/icon_freenode_irc.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 1fd9f449..cee83550 100644 --- a/examples.htm +++ b/examples.htm @@ -43,6 +43,7 @@ + diff --git a/games.htm b/games.htm index fc27505b..12cffb64 100644 --- a/games.htm +++ b/games.htm @@ -43,6 +43,7 @@ + diff --git a/helpme.htm b/helpme.htm index 2ac347f9..9944e4b2 100644 --- a/helpme.htm +++ b/helpme.htm @@ -34,6 +34,7 @@ + diff --git a/img/icon_freenode_irc.png b/img/icon_freenode_irc.png new file mode 100644 index 00000000..5a6ea4a7 Binary files /dev/null and b/img/icon_freenode_irc.png differ diff --git a/index.htm b/index.htm index 3f7007d8..da456435 100644 --- a/index.htm +++ b/index.htm @@ -62,6 +62,7 @@ + diff --git a/license.htm b/license.htm index 5d8d7275..4f7a6c13 100644 --- a/license.htm +++ b/license.htm @@ -34,6 +34,7 @@ + -- cgit v1.2.3