First commit
This commit is contained in:
commit
664842d309
57 changed files with 49647 additions and 0 deletions
21
templates/projects.phtml
Normal file
21
templates/projects.phtml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<%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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue