site/index.html
2026-01-23 22:27:33 +02:00

208 рядки
7,4 KiB
HTML

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
.---. ,---,. ___
/. ./| ,' .' | ,--.'|_
.--'. ' ;,---.' | ,---, | | :,'
/__./ \ : || | .' ,-+-. / | : : ' :
.--'. ' \' .: : |-, ,--.'|' | ,---. .;__,' /
/___/ \ | ' ': | ;/|| | ,"' | / \ | | |
; \ \; :| : .'| | / | | / / |:__,'| :
\ ; ` || | |-,| | | | |. ' / | ' : |__
. \ .\ ;' : ;/|| | | |/ ' ; /| | | '.'|
\ \ ' \ || | \| | |--' ' | / | ; : ;
: ' |--" | : .'| |/ | : | | , /
\ \ ; | | ,' '---' \ \ / ---`-'
'---" `----' `----' ua
-->
<!DOCTYPE html>
<html lang="uk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WEnet IRC Network</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Ubuntu Mono', monospace;
background-color: #f0f0f0;
color: #2c2c2c;
padding: 40px 20px;
line-height: 1.7;
font-size: 1.05em;
}
.container {
max-width: 720px;
margin: 0 auto;
}
pre.ascii-art {
color: #007acc;
font-size: 0.65em;
line-height: 1.2;
margin-bottom: 24px;
overflow-x: auto;
}
h1 {
font-size: 1.8em;
margin-bottom: 16px;
padding-bottom: 8px;
border-bottom: 2px solid #007acc;
}
.intro {
margin-bottom: 32px;
padding: 16px;
background: #fff;
border-left: 3px solid #007acc;
border-radius: 0 4px 4px 0;
}
h2 {
font-size: 1.3em;
margin-top: 32px;
margin-bottom: 12px;
}
section {
background: #fff;
border: 1px solid #ddd;
border-radius: 6px;
padding: 20px 24px;
margin-bottom: 20px;
}
section h2 {
margin-top: 0;
}
ul {
list-style: none;
padding: 0;
}
ul li {
padding: 8px 0;
border-bottom: 1px solid #eee;
}
ul li:last-child {
border-bottom: none;
padding-bottom: 0;
}
ul li:first-child {
padding-top: 0;
}
a {
color: #007acc;
text-decoration: none;
border-bottom: 1px dotted #007acc;
transition: border-bottom-color 0.2s;
}
a:hover {
border-bottom-color: transparent;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;
color: #e0e0e0;
}
pre.ascii-art {
color: #4ea4ff;
}
h1 {
border-bottom-color: #4ea4ff;
}
.intro {
background: #1e1e1e;
border-left-color: #4ea4ff;
}
section {
background: #1e1e1e;
border-color: #333;
}
ul li {
border-bottom-color: #333;
}
a {
color: #4ea4ff;
border-bottom-color: #4ea4ff;
}
}
@media (max-width: 600px) {
body {
padding: 20px 12px;
}
pre.ascii-art {
font-size: 0.45em;
}
section {
padding: 14px 16px;
}
}
</style>
</head>
<body>
<div class="container">
<pre class="ascii-art">
.---. ,---,. ___
/. ./| ,' .' | ,--.'|_
.--'. ' ;,---.' | ,---, | | :,'
/__./ \ : || | .' ,-+-. / | : : ' :
.--'. ' \' .: : |-, ,--.'|' | ,---. .;__,' /
/___/ \ | ' ': | ;/|| | ,"' | / \ | | |
; \ \; :| : .'| | / | | / / |:__,'| :
\ ; ` || | |-,| | | | |. ' / | ' : |__
. \ .\ ;' : ;/|| | | |/ ' ; /| | | '.'|
\ \ ' \ || | \| | |--' ' | / | ; : ;
: ' |--" | : .'| |/ | : | | , /
\ \ ; | | ,' '---' \ \ / ---`-'
'---" `----' `----' ua
</pre>
<h1>WEnet IRC Network</h1>
<p class="intro">IRC (Internet Relay Chat) — це класичний протокол для текстового обміну повідомленнями, створений у 1988 році. Він дозволяє користувачам спілкуватися в реальному часі у відкритих каналах або приватних чатах. Хоча IRC був популярним у 90-х та на початку 2000-х, він і досі залишається актуальним завдяки своїй простоті, низьким вимогам до ресурсів та широкій підтримці різними операційними системами. Користувачі можуть створювати власні канали, обговорювати будь-які теми, ділитися файлами та навіть налаштовувати боти для автоматизації завдань. Завдяки децентралізованій природі, IRC надає незалежність від комерційних платформ та зберігає високу приватність комунікацій.</p>
<section>
<h2>Дані для підключення</h2>
<ul>
<li><strong>Сервер:</strong> irc.we.net.ua</li>
<li><strong>Порт:</strong> 6697 (SSL) або 6667-6669 (незашифроване)</li>
<li><strong>Канали:</strong> <a href="irc://irc.we.net.ua/we" target="_blank">#we</a>, <a href="irc://irc.we.net.ua/help" target="_blank">#help</a></li>
</ul>
</section>
<section>
<h2>Рекомендовані IRC клієнти</h2>
<ul>
<li><strong>Windows:</strong> <a href="https://www.mirc.com/" target="_blank">mIRC</a></li>
<li><strong>macOS:</strong> <a href="https://textualapp.com/" target="_blank">Textual</a></li>
<li><strong>Linux:</strong> <a href="https://hexchat.github.io/" target="_blank">HexChat</a></li>
<li><strong>Android:</strong> <a href="https://f-droid.org/uk/packages/io.mrarm.irc/" target="_blank">Revolution IRC</a></li>
<li><strong>iOS:</strong> <a href="https://palaverapp.com/" target="_blank">Palaver</a>, <a href="https://apps.apple.com/ua/app/colloquy/id302000478" target="_blank">Colloquy</a></li>
<li><strong>Web:</strong> <a href="https://kiwiirc.com/" target="_blank">KiwiIRC</a></li>
</ul>
</section>
</div>
</body>
</html>