Skip to content

Commit

Permalink
Update education section
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeGak committed Jan 19, 2017
1 parent 0c96e20 commit 8ff0db4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 19 deletions.
8 changes: 7 additions & 1 deletion assets/sass/_timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,19 @@
.entry-details {
font-size: 9pt;
text-align: justify;
margin-top: 0.1cm;
margin-top: 0.05cm;
margin-left: 0.5cm;
}

.entry-title {
@extend %font-family-medium;
}

ul {
list-style: square;
margin: 0;
padding-left: 0;
}
}

.timeline-row {
Expand Down
36 changes: 18 additions & 18 deletions partials/main.njk
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,29 @@
<section>
<h1>Education</h1>
{% call render_job(title="Master in Machine Learning", location="Universty of Granada",
from_dt="2012 Oct", to_dt="2016 Sep", hint="GPA: 2.7") %}{% endcall %}
from_dt="2012 Oct", to_dt="2016 Sep", hint="GPA: 2.4") %}
<ul>
<li>Thesis: <span class="emph">Form and Content in Neural Networks</span>.</li>
</ul>
{% endcall %}
{% call render_job(title="Master in Computer Science", location="Universty of Jaén",
from_dt="2010 Sep", to_dt="2012 Jul", hint="GPA: 3.54") %}{% endcall %}
from_dt="2010 Sep", to_dt="2012 Jul", hint="GPA: 3.54") %}
<ul>
<li>Thesis: <span class="emph">Evacuation routing using ant colony optimization over mobile ad hoc networks</span>.</li>
<li>Exchange programs at <span class="emph">University of Central Florida</span> and <span class="emph">Tokyo Univesity of Science</span>.</li>
</ul>
{% endcall %}
{% call render_job(title="Degree in Computer Engineering", location="Universty of Jaén",
from_dt="2007 Sep", to_dt="2010 Jul", hint="GPA: 2.39") %}{% endcall %}
from_dt="2007 Sep", to_dt="2010 Jul", hint="GPA: 2.39") %}
<ul>
<li>Directed and hosted a weekly program about technology at <span class="emph">UniRadio Jaén</span> radio station.</li>
<li>Was the main organizer of Microsoft <span class="emph">.NET Club</span> events at my university.</li>
</ul>
{% endcall %}
</section>

<section>
<h1>Certificates</h1>
<h1>Training</h1>

<div class="timeline-row">
<div class="time">2016</div>
Expand Down Expand Up @@ -84,20 +98,6 @@
<span class="title">Design for Usability</span>, CERN
</div>
</div>

<div class="timeline-row">
<div class="time">2011</div>
<div>
<span class="title">Exchange program at Tokyo Univesity of Science</span>
</div>
</div>

<div class="timeline-row">
<div class="time">2010</div>
<div>
<span class="title">Exchange program at University of Central Florida</span>
</div>
</div>
</section>


Expand Down

0 comments on commit 8ff0db4

Please sign in to comment.