openvk/Web/Presenters/templates/About/Index.xml
veselcraft 504ec0dd2d
Global: Add ~~euro~~tour to the website
Co-authored-by: Daniel <60743585+myslivets@users.noreply.github.com>
2023-01-08 00:53:25 +03:00

18 lines
738 B
XML

{extends "../@layout.xml"}
{block title}{_welcome}{/block}
{block header}
{_welcome}
{/block}
{block content}
{presenter "openvk!Support->knowledgeBaseArticle", "about"}
<a href="/tour"><div class="tour" onmouseover="this.style.backgroundColor='#FCFBF5'" onmouseout="this.style.backgroundColor='#F9F6E7'" style="background-color: rgb(249, 246, 231);"><b>{_tour_title}</b><div>{_tour_promo}</div></div></a><br>
<center>
<a class="button" style="margin-right: 5px;cursor: pointer;" href="/login">{_log_in}</a>
<a class="button" style="cursor: pointer;" href="/reg">{_registration}</a>
</center>
{* TO-DO: Add statistics about this instance as on mastodon.social *}
{/block}