From f7cbc98a004ac742ccfcd62a78e03d8ef5a611c8 Mon Sep 17 00:00:00 2001
From: Eduardo Trujillo <ed@chromabits.com>
Date: Sun, 2 Oct 2016 13:47:47 -0700
Subject: [PATCH] feat(about): Updated bio

---
 about.html | 33 ++++++++++++++++++++-------------
 1 file changed, 20 insertions(+), 13 deletions(-)

diff --git a/about.html b/about.html
index 6e521ae..bffeb05 100644
--- a/about.html
+++ b/about.html
@@ -15,27 +15,33 @@ title: About
 
   <div class="small-12 medium-8 columns">
     <p>
-      My name is Eduardo Trujillo (Thru-he-yoh). I'm a Computer Scientist living
-      in Athens, GA. (University of Georgia).
+      Hi there! I’m Eduardo Trujillo. I’m a software engineer and coffee
+      drinker currently living in Seattle, WA. Before moving, I studied
+      Computer Science at the University of Georgia (Athens, GA).
     </p>
 
     <p>
-      Technology in general is one of my passions. My more specific interests
-      range from server-side programming, to rich application design and
-      graphic design.
+      Technology in general is one of my passions, though I do tend to focus
+      more on the software side of things. You’ll find me messing with either
+      the frontend or backend of a system. My interests range from systems
+      administration, server-side programming, to application and graphic
+      design.
     </p>
 
     <p>
-      My work: Quality over quantity. I'm fluent in PHP and Javascript, and also
-      use other languages like C++, Python, etc. I like building things from
-      scratch and understand how they work. I tend to prefer comprehensive
-      solutions, not quick hacks. I'm a gamer too. FPSs, Indies and Hack-and-slash
-      RPGs are within my favorites.
+      For better or worse, Javascript and PHP are the lingua francas of the
+      internet; A good chunk of my professional work has revolved around these.
+      I’ve also tinkered with many other languages (Go, Python, C++) during my
+      free time or for school work. However, functional languages like Haskell
+      have started to win my heart over with their better safety guarantees and
+      awesome features.
     </p>
 
     <p>
-      This is my personal blog. Here I post, complain, share, and discuss about
-      things that are going through my mind at the moment.
+      Chromabits is both the name of my blog and the pseudo-organization name
+      that I use on my personal projects. Here I post, complain, share, and
+      discuss about things that are going through my mind at the moment,
+      projects that I’ve been working on, and topics that I find interesting.
     </p>
   </div>
 </div>
@@ -107,7 +113,8 @@ title: About
 
     <p>
       <b>Fingerprint:</b>
-      <pre>80A1-5003-7BBF-35DD-371D-6CB3-C82C-CC4C-5CEA-CF85</pre>
+      <pre>80A1-5003-7BBF-35DD-371D</pre>
+      <pre>6CB3-C82C-CC4C-5CEA-CF85</pre>
     </p>
 
     <hr>
-- 
GitLab