From 6f307f0e7d0184fa8a6afa9c6eac3a3314e6b02c Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Mon, 18 Jul 2016 13:55:37 -0300 Subject: [PATCH] removed the pricing table (projects are NOT products) --- index.html | 146 ++++++++++++++++++++++++++++++++++------------------- 1 file changed, 93 insertions(+), 53 deletions(-) diff --git a/index.html b/index.html index e26f197..77ef466 100644 --- a/index.html +++ b/index.html @@ -375,91 +375,131 @@
-
    -
  • Mitter
  • -
  • Twitter Desktop Client.
  • -
  • Written in Python.
  • -
  • Designed to support multiple interfaces (currently, PyGTK and TTY/Console).
  • -
  • Designed to support multiple networks. (currently Twitter, Identica and Facebook were planned.)
  • -
  • Support ended when Twitter used OAuth in its APIs.
  • -
+

+ + Mitter +

+ +
    +
  • Twitter Desktop Client.
  • +
  • Written in Python.
  • +
  • Designed to support multiple interfaces (currently, + PyGTK and TTY/Console).
  • +
  • Designed to support multiple networks. (currently + Twitter, Identica and Facebook were planned.)
  • +
  • Support ended when Twitter used OAuth in its APIs.
-
    -
  • MMM - Move My Music
  • -
  • Rename files based on their MP3 tags.
  • -
  • Written in Python.
  • -
  • 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).
  • -
  • Used three different ID3 tag-reading libraries, till a custom library had to be written due crashes with encodings.
  • +

    + + Sectoid +

    + +
      +
    • Blogging app.
    • +
    • Written in PHP.
    • +
    • No templating system.
    • +
    • Option to display pages in sections and subsections + (hence the name).
    • +
    • Code lost when my personal HD and the server HD managed + to crash almost simultaneously.
-
    -
  • TimeTracker
  • -
  • Application to track time spent in different projects.
  • -
  • Written in Python.
  • -
  • Based on TimeKeeper, a Windows application.
  • -
  • Console application.
  • +

    + + MMM - Move My Music +

    +
      +
    • Rename files based on their MP3 tags.
    • +
    • Written in Python.
    • +
    • 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).
    • +
    • Used three different ID3 tag-reading libraries, till a + custom library had to be written due crashes with + encodings.
-
    -
  • Sectoid
  • -
  • Blogging app.
  • -
  • Written in PHP.
  • -
  • No templating system.
  • -
  • Option to display pages in sections and subsections (hence the name).
  • -
  • Code lost when my personal HD and the server HD managed to crash almost simultaneously.
  • -
+

+ + TimeTracker +

+
    +
  • Application to track time spent in + different projects.
  • Written in Python.
  • +
  • Based on TimeKeeper, a Windows application.
  • +
  • Console application.
  • +
-
    -
  • GUP
  • +

    + + GUP +

    +
    • Upload pictures to Web Gallery.
    • -
    • Written in Python.
    • -
    • Supports only Web Gallery 2.x or later.
    • -
    • Local cache for album information.
    • -
    +
  • Written in Python.
  • +
  • Supports only Web Gallery 2.x or later.
  • +
  • Local cache for album information.
  • +
-
    -
  • ConfigOpt
  • -
  • A small library to Python to manage configurations.
  • -
  • Written in Python, using OptParser and ConfigParser.
  • -
  • 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.
  • -
  • Developed for Mitter, but designed to be a standalone library.
  • +

    + + ConfigOpt +

    +
      +
    • A small library to Python to manage + configurations.
    • +
    • Written in Python, using OptParser and ConfigParser.
    • +
    • 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.
    • +
    • Developed for Mitter, but designed to be a standalone library.
-
    -
  • LyricsPicker
  • +

    + + LyricsPicker +

    +
    • Web application to display song lyrics.
    • -
    • Based on a play with coworkers.
    • -
    • A single database for lyrics and artists, selected randomly.
    • -
    • Display the song lyric, but not the artist or the song name.
    • +
    • Based on a play with coworkers.
    • +
    • A single database for lyrics and artists, selected randomly.
    • +
    • Display the song lyric, but not the artist or the song name.
-
    -
  • Lunch-o
  • +

    + + Lunch-O +

    +
    • A "Where We Are Going to Lunch Today?" app.
    • -
    • Started with NodeJS, but rewritten in Python with Flask and PonyORM.
    • -
    • Server only, with RESTful APIs
    • +
    • Started with NodeJS, but rewritten in Python with Flask and PonyORM.
    • +
    • Server only, with RESTful APIs
-
    -
  • This CV
  • -
  • Written with HTML and CSS.
  • -
  • Using Zurb Foundation for the style.
  • +

    + + CV +

    +
      +
    • This CV
    • +
    • Written with HTML and CSS.
    • +
    • Using Zurb Foundation for the style.