docs: добавлены секции 'Поддержка проекта' и связанные проекты

README:
- Связанные проекты (keenetic-unified, keenetic_ssh-web, keenetic-dns-routes)
- Поддержка: GitHub звезда, Boosty, Ozon СБП, Telegram @Iot_andrey

WebUI footer:
- кнопки Boosty, Ozon, Telegram, GitHub в одну строку
This commit is contained in:
andrey271192
2026-05-02 22:20:45 +03:00
parent ec900379f9
commit b856909437
3 changed files with 43 additions and 1 deletions

View File

@@ -111,3 +111,12 @@ footer {
text-align: center;
}
footer a { color: #58a6ff; text-decoration: none; }
footer .foot-row {
display: flex; flex-wrap: wrap; gap: 6px;
align-items: center; justify-content: center;
margin: 4px 0;
}
footer .foot-row.muted { color: #6e7681; font-size: 11px; margin-top: 8px; }
footer a { margin: 0 2px; }