Permalink
Cannot retrieve contributors at this time
--- | |
--- | |
{%- assign cvitae = site.data.cvitae -%} | |
{%- assign currentJob = cvitae.jobs[0] -%} | |
<HEAD> | |
<TITLE>Eduardo García</TITLE> | |
</HEAD> | |
<BODY> | |
<H1>Eduardo García</H1> | |
<H2>{{ currentJob.title }} at <A HREF="{{ currentJob.companyWebsite }}">{{ currentJob.companyName }}</A></H2> | |
<UL> | |
{% for link in cvitae.links %} | |
<LI><A HREF="{{ link.url }}">{{ link.title }}</A></LI> | |
{% endfor %} | |
</UL> | |
Psst, psst. There are no errors with this page. It's meant as an homage to | |
<A HREF="http://info.cern.ch/hypertext/WWW/TheProject.html">The World Wide Web project</A>, one of the | |
oldest web pages ever created! | |
<H3>Professional experience</H3> | |
<DL> | |
{% for job in cvitae.jobs %} | |
<DT><A HREF="{{ job.companyWebsite }}">{{ job.companyName }}</A></DT> | |
<DD>{{ job.startYear }} - {{ job.endYear }}, {{ job.title }}, {{ job.city }}</DD> | |
{% endfor %} | |
</DL> | |
<H3>Academic background</H3> | |
<DL> | |
{% for school in cvitae.schools %} | |
<DT><A HREF="{{ school.website }}">{{ school.name }}</A></DT> | |
<DD>{{ school.degree }}</DD> | |
{% endfor %} | |
</DL> | |
<H3>Blog</H3> | |
<DL> | |
<DT><A HREF="blog/a-year-in-the-life.html">A year in the life</A></DT> | |
<DD>The breakdown of my 2017 GitHub history.</DD> | |
<DT><A HREF="blog/dear-spotify">Dear Spotify</A></DT> | |
<DD>Please let me unlink my Facebook account</DD> | |
<DT><A HREF="https://github.com/thewarpaint/eduardogarcia.xyz/blob/master/_posts/2019-06-05-hacker-news-comments.md">Why is collapsing a Hacker News comment so slow?</A></DT> | |
<DD>Because.</DD> | |
<DT><A HREF="blog/ankara">Ankara</A></DT> | |
<DD>Uno de mis días favoritos de 2018 fue cuando subimos al Evi Parkı en Ankara para ver el atardecer.</DD> | |
<DT><A HREF="blog/evolucion-territorial-de-mexico.html">Evolución territorial de México</A></DT> | |
<DD>Las transformaciones que ha sufrido desde 1795 hasta hoy.</DD> | |
</DL> | |
<H3>Side projects</H3> | |
<DL> | |
{% for project in cvitae.projects %} | |
<DT><A HREF="{{ project.url }}">{{ project.name }}</A></DT> | |
<DD>{{ project.description }}</DD> | |
{% endfor %} | |
</DL> | |
<H3>Complementary info</H3> | |
<H4>Skills</H4> | |
<UL> | |
<LI>Frontend development</LI> | |
<LI>Backend development</LI> | |
<LI>Project management</LI> | |
<LI>REST API design</LI> | |
<LI>Leadership</LI> | |
<LI>User interface</LI> | |
<LI>Application architecture</LI> | |
<LI>Teamwork</LI> | |
<LI>Open source</LI> | |
<LI>Agile methodology</LI> | |
<LI>Test driven development</LI> | |
<LI>Database architecture</LI> | |
<LI>Version control and branching models</LI> | |
</UL> | |
<H4>Technologies</H4> | |
<UL> | |
<LI><A HREF="http://en.wikipedia.org/wiki/HTML5">HTML5</A></LI> | |
<LI><A HREF="http://en.wikipedia.org/wiki/JavaScript">Javascript</A></LI> | |
<LI><A HREF="http://angularjs.org">AngularJS</A></LI> | |
<LI><A HREF="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS3</A></LI> | |
<LI><A HREF="http://lesscss.org/">LESS</A></LI> | |
<LI><A HREF="http://sass-lang.com/">SASS</A></LI> | |
<LI><A HREF="http://git-scm.com/">Git</A></LI> | |
<LI><A HREF="http://github.com/">GitHub</A></LI> | |
<LI><A HREF="http://vagrantup.com/">Vagrant</A></LI> | |
<LI><A HREF="http://getsentry.com/">Sentry</A></LI> | |
<LI><A HREF="http://php.net/">PHP</A></LI> | |
<LI><A HREF="http://karma-runner.github.io/">Karma</A></LI> | |
<LI><A HREF="http://jasmine.github.io/">Jasmine</A></LI> | |
<LI><A HREF="http://mysql.com/">MySQL</A></LI> | |
</UL> | |
<H4>Languages</H4> | |
<UL> | |
{% for language in cvitae.languages %} | |
<LI>{{ language.name }} ({{ language.level }})</LI> | |
{% endfor %} | |
</UL> | |
Select your favourite year: | |
<UL> | |
<LI>1992 (current)</LI> | |
<LI><A HREF="https://thewarpaint.github.io/">2014</A></LI> | |
</UL> | |
<!-- [ANACHRONISM INTENSIFIES] --> | |
<SCRIPT> | |
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
})(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
ga('create', 'UA-67413205-1', 'auto'); | |
ga('send', 'pageview'); | |
</SCRIPT> | |
</BODY> |