IRC info update

This commit is contained in:
Abhorrent_Anger 2019-01-27 16:16:53 +02:00
parent 2a2439ca46
commit 2be7ad4ba5
2 changed files with 8 additions and 5 deletions

View File

@ -125,10 +125,11 @@
<img src="img/thumb/irc.png" alt="IRC" title="IRC"/> <img src="img/thumb/irc.png" alt="IRC" title="IRC"/>
</td> </td>
<th> <th>
<a href="http://www.irchelp.org/">IRC</a> <a href="https://ngircd.barton.de/">IRC (Matrix support)</a>
</th> </th>
<td> <td>
<a href="irc://irc.<?=$s_name;?>/">irc.<?=$s_name;?></a> <a href="irc://irc.<?=$s_name;?>:6667/meta">irc.pube.tk</a>
<a href="ircs://irc.<?=$s_name;?>:6697/meta">irc.pube.tk (SSL)</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -50,6 +50,7 @@ h2 {
a { a {
color: #BB7D38; color: #BB7D38;
text-decoration: none; text-decoration: none;
display: block;
} }
a:hover { a:hover {
@ -88,7 +89,6 @@ table {
#services td { #services td {
border: 1px solid #191919; border: 1px solid #191919;
} }
#services td:first-child { #services td:first-child {
@ -99,7 +99,7 @@ table {
width: 50%; width: 50%;
} }
#services a { #services td:last-child a {
display: block; display: block;
} }
@ -120,4 +120,6 @@ table {
word-wrap: break-word; word-wrap: break-word;
} }
#footer th a {
display: inline;
}