updated project pages

This commit is contained in:
arcan1s
2014-07-30 00:03:59 +04:00
parent ab6d670842
commit 7ecdf0935c
8 changed files with 235 additions and 130 deletions

11
_includes/prj_scr.html Normal file
View File

@ -0,0 +1,11 @@
<figure class="sign" style="float:none;">
{% if page.category == "ru" %}
<a href="/resources/screenshots/{{ scrname }}.png" title="Полный размер">
{% else %}
<a href="/resources/screenshots/{{ scrname }}.png" title="Full size">
{% endif %}
<img src="/resources/preview/{{ scrname }}_prev.jpg" alt="{{ scrname }}">
</a><br>
<figcaption style="float:left">{{ scrdesc }}</figcaption>
</figure>
<br>