52 lines
2.9 KiB
PHTML
52 lines
2.9 KiB
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')}" />
|
|
<h1>About</h1>
|
|
<section>
|
|
<p><strong>Antonio de la Rosa Caballero</strong></p>
|
|
<p style="max-width:500px;">${lang('cuchulublog', 'geek_enthusiast_linux_user', 'Geek enthusiast. Linux user, <strong>Debian user, Archlinux user, Gentoo user, Fedora user</strong>. <strong>Free software supporter</strong>. Specialized in <strong>Linux</strong> sysadmin, backend, and frontend')}.</p>
|
|
|
|
<h2>${lang('cuchulublog', 'projects', 'Projects')}</h2>
|
|
|
|
<div class="yui-u">
|
|
<h2>${lang('cuchulublog', 'all_repositories', 'All repositories')}</h2>
|
|
<p>${lang('cuchulublog', 'new_and_old_repositories', 'New and old repositories with my software')}</p>
|
|
<p><a href="https://bitbucket.org/paramecio/">Paramecio project</a></p>
|
|
<p><a href="https://bitbucket.org/phangoapp/">Phango project</a></p>
|
|
</div>
|
|
<div class="yui-u">
|
|
<h2>Paramecio</h2>
|
|
<p style="max-width:500px;">${lang('cuchulublog', 'a_series_of_shortcuts', 'A series of shortcuts and libraries for Flask and Bottle, with ORM, Datetime shortcuts for Arrow library, templates shortcuts for Mako templates and more')}</p>
|
|
<p><a href="https://bitbucket.org/paramecio/paramecio2fm/src/master/">Bitbucket GIT repository</a></p>
|
|
</div>
|
|
|
|
<div class="yui-u">
|
|
<h2>Pastarafi</h2>
|
|
<p>${lang('cuchulublog', 'a_simple_tool_for_make', 'A simple tool for make tasks in remote linux servers. Similar to ansible')}.</p>
|
|
<p><a href="https://bitbucket.org/paramecio/pastafari/src/master/">Bitbucket GIT repository</a></p>
|
|
</div>
|
|
|
|
<div class="yui-u">
|
|
<h2>Pastarafistats</h2>
|
|
<p style="max-width:500px;">${lang('cuchulublog', 'a_simple_monit_tool_based_in_psutil', 'A simple monitoritation tool based in psutil and flask for monitoring servers. You can define webhooks for process events with tools how node-red')}</p>
|
|
<p><a href="https://bitbucket.org/paramecio/pastafaristats/src/master/">Bitbucket GIT repository for daemon collector</a></p>
|
|
<p><a href="https://bitbucket.org/paramecio/monit/src/master/">Bitbucket GIT repository for simple show of data</a></p>
|
|
</div>
|
|
|
|
<div class="yui-u">
|
|
<h2>PhaRouter2</h2>
|
|
<p style="max-width:500px;">${lang('cuchulublog', 'simple_and_fast_framework', 'Simple and fast framework router based in php with modern technics how Composer, PSR-4 and more')}.</p>
|
|
<p><a href="https://bitbucket.org/phangoapp/pharouter2/src/master/">Bitbucket GIT repository</a></p>
|
|
</div>
|
|
|
|
<div class="yui-u">
|
|
<h2>Phango Framework</h2>
|
|
<p style="max-width:500px;">${lang('cuchulublog', 'a_mvc_framework_based_in_php', 'A MVC framework based in php modern technics how Composer, PSR-4 and more. Deprecated')}.</p>
|
|
<p><a href="https://bitbucket.org/phangoapp/phango">Bitbucket GIT repository</a></p>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</%block>
|
|
<%block name="js_footer">
|
|
</%block>
|