21 lines
835 B
PHTML
21 lines
835 B
PHTML
<%inherit file="home.phtml"/>
|
|
<%block name="content">
|
|
<div align="center" style="padding-top:40px;min-height:90vh;">
|
|
<img src="${make_media_url('images/logo.png', 'cuchulublog')}" />
|
|
<%include file="mantained_projects.phtml" />
|
|
<section>
|
|
<br />
|
|
<h2>${lang('cuchulublog', 'legacy_projects', 'Legacy Projects')}</h2>
|
|
<br />
|
|
<div class="">
|
|
<h3>${lang('cuchulublog', 'phangoapp_php_tools', 'PhangoApp php tools')}</h3>
|
|
<div class="content_section content_section_right"">
|
|
<p>${lang('cuchulublog', 'tools_for_php_devel', 'Tools for php development using modern techniques how Composer, PSR-4 for packaging and more...')}</p>
|
|
<p><a href="https://bitbucket.org/phangoapp/">Git repository</a></p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</%block>
|
|
<%block name="js_footer">
|
|
</%block>
|