4in1_ws_web/skin/index.twig

43 lines
2.2 KiB
Twig

<div class="page is-index">
<div class="blog-post-text">
<div class="clearfix index-book">
<div class="index-book-image-wrap">
<a class="index-book-image" id="index-book-image" href="https://files.4in1.ws/Images/4in1-cover-en.png" target="_blank" data-link-template="https://files.4in1.ws/Images/4in1-cover-{lang}.png"></a>
</div>
<a class="index-dl-line" href="https://files.4in1.ws/4in1-en.pdf?{{versions.en}}" onmouseenter="IndexPage.setCoverLang('en')">
<b>Download in English</b><br>
<div class="index-dl-line-info">
PDF <span class="bullet">&#8226;</span> 379 pp. <span class="bullet">&#8226;</span> 22 MiB
</div>
</a>
<a class="index-dl-line" href="https://files.4in1.ws/4in1-ru.pdf?{{versions.ru}}" onmouseenter="IndexPage.setCoverLang('ru')">
<b>Скачать на русском</b>
<div class="index-dl-line-info">
PDF <span class="bullet">&#8226;</span> 453 стр. <span class="bullet">&#8226;</span> 26 MiB
</div>
</a>
<div class="index-book-updates">
Released by <a href="https://kiwibyrd.org" target="_blank">kiwi arXiv</a> & <a href="https://kniganews.org" target="_blank">kniganews</a> in 2023<br>
English translation by Eline Cat<br>
</div>
</div>
</div>
<div class="blog-list">
<div class="blog-list-title">{{ "recent_articles"|lang }}</div>
<div class="blog-list-wrap">
{% for i, post in posts %}
<div class="blog-list-item clearfix no-block{% if not post.visible %} is-hidden{% endif %}">
<div class="blog-list-item-date">{{ post.getDate() }}</div>
<div class="blog-list-item-title"><a href="{{ post.getUrl(posts_lang) }}">{{ post.getText(posts_lang).title }}</a></div>
</div>
{% endfor %}
<a href="/articles/" class="blog-list-expand">
{{ "view_all_articles"|lang }}
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.47 4.217a.75.75 0 0 0 0 1.06L12.185 10 7.469 14.72a.75.75 0 1 0 1.062 1.06l5.245-5.25a.75.75 0 0 0 0-1.061L8.531 4.218a.75.75 0 0 0-1.061-.001z" fill="currentColor"/></svg>
</a>
</div>
</div>
</div>