Browse Source

added personal projects, but it looks awful

master
Julio Biason 8 years ago
parent
commit
b616b53c76
  1. 100
      cv.html
  2. 2
      foundation.min.css

100
cv.html

@ -363,5 +363,105 @@
</div>
</div> <!-- skills -->
</div>
<div class="row">
<div class="columns medium-12">
<h2>
<i class="fa fa-angle-right blue" aria-hidden="true"></i>
Personal Projects
</h2>
</div>
</div>
<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>
</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>
</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>
</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>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">GUP</li>
<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>
</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>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">LyricsPicker</li>
<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>
</ul>
</div>
<div class="columns small-12 medium-6 large-4">
<ul class="pricing-table">
<li class="title">Lunch-o</li>
<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>
</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>
</ul>
</div>
</div>
</body>
</html>

2
foundation.min.css vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save