About: Added a knowledge base feature to the main page

This commit is contained in:
veselcraft 2021-11-06 15:02:12 +03:00
parent 2b6f4a9896
commit c8eb6c3f3f
5 changed files with 31 additions and 16 deletions

View file

@ -6,21 +6,10 @@
{/block} {/block}
{block content} {block content}
<b>OpenVK - универсальное средство поиска коллег основанное на структуре ВКонтакте.</b><br> {presenter "openvk!Support->knowledgeBaseArticle", "about"}
<p>Мы хотим, чтобы друзья, однокурсники, одноклассники, соседи и коллеги всегда могли быть в контакте.</p>
<p>
Нас уже <b>{$stats->all}</b> пользователя и <b>{$stats->online}</b> из
<b>{$stats->active}</b> активных сейчас в сети.
</p>
<p>С помощью этого сайта Вы можете:</p>
<ul>
<li><span>Найти людей, с которыми Вы когда-либо учились, работали или отдыхали.</span></li>
<li><span>Узнать больше о людях, которые Вас окружают, и найти новых друзей.</span></li>
<li><span>Всегда оставаться в контакте с теми, кто Вам дорог.</span></li>
<li><span>Продвигать своё творчество и/или мнение.</span></li>
</ul>
<center> <center>
<a class="button" style="margin-right: 5px;cursor: pointer;" href="/login">{_"log_in"}</a> <a class="button" style="margin-right: 5px;cursor: pointer;" href="/login">{_"log_in"}</a>
<a n:if="OPENVK_ROOT_CONF['openvk']['preferences']['registration']['enable']" class="button" style="cursor: pointer;" href="/reg">{_"registration"}</a></center> <a n:if="OPENVK_ROOT_CONF['openvk']['preferences']['registration']['enable']" class="button" style="cursor: pointer;" href="/reg">{_"registration"}</a>
</div> </center>
{* TO-DO: Add statistics about this instance as on mastodon.social *}
{/block} {/block}

View file

@ -1446,3 +1446,7 @@ body.scrolled .toTop:hover {
background-color: #f3ddbd; background-color: #f3ddbd;
color: #58462a; color: #58462a;
} }
.knowledgeBaseArticle {
margin-top: -11px; /* this is very stupid fix but nah */
}

View file

@ -0,0 +1,12 @@
OpenVK-KB-Heading: Добро пожаловать
*OpenVK - универсальное средство поиска коллег основанное на структуре ВКонтакте.*
Мы хотим, чтобы друзья, однокурсники, одноклассники, соседи и коллеги всегда могли быть в контакте.
С помощью этого сайта Вы можете:
* Найти людей, с которыми Вы когда-либо учились, работали или отдыхали.
* Узнать больше о людях, которые Вас окружают, и найти новых друзей.
* Всегда оставаться в контакте с теми, кто Вам дорог.
* Продвигать своё творчество и/или мнение.

View file

@ -0,0 +1,10 @@
*OpenVK is a universal colleague search tool based on the VKontakte structure.*
We want friends, classmates, classmates, neighbors and colleagues to always be in touch.
With this site you can:
* Find people with whom you have ever studied, worked or played.
* Learn more about the people around you and make new friends.
* Always stay in touch with those who are dear to you.
* Promote your creativity and opinion.

@ -1 +1 @@
Subproject commit c3127e1af00fa19e88acdf1c8ce0ebe74a61d6d4 Subproject commit 81c1e5a61af79bc661c6fe34974c73c99b262038