Browse Source

removed the pricing table (projects are NOT products)

master
Julio Biason 8 years ago
parent
commit
6f307f0e7d
  1. 146
      index.html

146
index.html

@ -375,91 +375,131 @@
<div class="row" id="projects">
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">Mitter</li>
<li class="description">Twitter Desktop Client.</li>
<li class="bullet-item">Written in Python.</li>
<li class="bullet-item">Designed to support multiple interfaces (currently, PyGTK and TTY/Console).</li>
<li class="bullet-item">Designed to support multiple networks. (currently Twitter, Identica and Facebook were planned.)</li>
<li class="bullet-item">Support ended when Twitter used OAuth in its APIs.</li>
</ul>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
Mitter
</h3>
<ul>
<li class="description">Twitter Desktop Client.</li>
<li>Written in Python.</li>
<li>Designed to support multiple interfaces (currently,
PyGTK and TTY/Console).</li>
<li>Designed to support multiple networks. (currently
Twitter, Identica and Facebook were planned.)</li>
<li>Support ended when Twitter used OAuth in its APIs.</li>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">MMM - Move My Music</li>
<li class="description">Rename files based on their MP3 tags.</li>
<li class="bullet-item">Written in Python.</li>
<li class="bullet-item">Read information directly from the ID3 tags inside MP3s and OGGs, renaming the files and moving to directories, if necessary (based on the renaming template).</li>
<li class="bullet-item">Used three different ID3 tag-reading libraries, till a custom library had to be written due crashes with encodings.</li>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
Sectoid
</h3>
<ul>
<li class="description">Blogging app.</li>
<li>Written in PHP.</li>
<li>No templating system.</li>
<li>Option to display pages in sections and subsections
(hence the name).</li>
<li>Code lost when my personal HD and the server HD managed
to crash almost simultaneously.</li>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">TimeTracker</li>
<li class="description">Application to track time spent in different projects.</li>
<li class="bullet-item">Written in Python.</li>
<li class="bullet-item">Based on TimeKeeper, a Windows application.</li>
<li class="bullet-item">Console application.</li>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
MMM - Move My Music
</h3>
<ul>
<li class="description">Rename files based on their MP3 tags.</li>
<li>Written in Python.</li>
<li>Read information directly from the ID3 tags inside MP3s
and OGGs, renaming the files and moving to directories,
if necessary (based on the renaming template).</li>
<li>Used three different ID3 tag-reading libraries, till a
custom library had to be written due crashes with
encodings.</li>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">Sectoid</li>
<li class="description">Blogging app.</li>
<li class="bullet-item">Written in PHP.</li>
<li class="bullet-item">No templating system.</li>
<li class="bullet-item">Option to display pages in sections and subsections (hence the name).</li>
<li class="bullet-item">Code lost when my personal HD and the server HD managed to crash almost simultaneously.</li>
</ul>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
TimeTracker
</h3>
<ul>
<li class="description">Application to track time spent in
different projects.</li> <li>Written in Python.</li>
<li>Based on TimeKeeper, a Windows application.</li>
<li>Console application.</li>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">GUP</li>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
GUP
</h3>
<ul>
<li class="description">Upload pictures to Web Gallery.</li>
<li class="bullet-item">Written in Python.</li>
<li class="bullet-item">Supports only Web Gallery 2.x or later.</li>
<li class="bullet-item">Local cache for album information.</li>
</ul>
<li>Written in Python.</li>
<li>Supports only Web Gallery 2.x or later.</li>
<li>Local cache for album information.</li>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">ConfigOpt</li>
<li class="description">A small library to Python to manage configurations.</li>
<li class="bullet-item">Written in Python, using OptParser and ConfigParser.</li>
<li class="bullet-item">Used to have a single point for the application options; the options could be loaded from config files and be set in the command line at the same time.</li>
<li class="bullet-item">Developed for Mitter, but designed to be a standalone library.</li>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
ConfigOpt
</h3>
<ul>
<li class="description">A small library to Python to manage
configurations.</li>
<li>Written in Python, using OptParser and ConfigParser.</li>
<li>Used to have a single point for the application
options; the options could be loaded from config files
and be set in the command line at the same time.</li>
<li>Developed for Mitter, but designed to be a standalone library.</li>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">LyricsPicker</li>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
LyricsPicker
</h3>
<ul>
<li class="description">Web application to display song lyrics.</li>
<li class="bullet-item">Based on a play with coworkers.</li>
<li class="bullet-item">A single database for lyrics and artists, selected randomly.</li>
<li class="bullet-item">Display the song lyric, but not the artist or the song name.</li>
<li>Based on a play with coworkers.</li>
<li>A single database for lyrics and artists, selected randomly.</li>
<li>Display the song lyric, but not the artist or the song name.</li>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">Lunch-o</li>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
Lunch-O
</h3>
<ul>
<li class="description">A "Where We Are Going to Lunch Today?" app.</li>
<li class="bullet-item">Started with NodeJS, but rewritten in Python with Flask and PonyORM.</li>
<li class="bullet-item">Server only, with RESTful APIs</li>
<li>Started with NodeJS, but rewritten in Python with Flask and PonyORM.</li>
<li>Server only, with RESTful APIs</li>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">This CV</li>
<li class="bullet-item">Written with HTML and CSS.</li>
<li class="bullet-item">Using Zurb Foundation for the style.</li>
<h3>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
CV
</h3>
<ul>
<li class="description">This CV</li>
<li>Written with HTML and CSS.</li>
<li>Using Zurb Foundation for the style.</li>
</ul>
</div>
</div>

Loading…
Cancel
Save