Updated theme, updated resume.json
This commit is contained in:
parent
c911b93f1c
commit
71beae1ed5
|
@ -4,15 +4,16 @@
|
||||||
<div class="resume-positions">
|
<div class="resume-positions">
|
||||||
{% for position in work %}
|
{% for position in work %}
|
||||||
<h3 class="company uk-panel-title uk-animation-slide-left">
|
<h3 class="company uk-panel-title uk-animation-slide-left">
|
||||||
{{ position.company }}
|
{{ position.company|raw }}
|
||||||
<small class="uk-align-right">
|
</h3>
|
||||||
|
|
||||||
|
<h5>{{ position.position }}<small class="uk-display-block">
|
||||||
{{ position.startDate|date('M, Y') }} -
|
{{ position.startDate|date('M, Y') }} -
|
||||||
{% if position.endDate is not defined %}
|
{% if position.endDate is not defined %}
|
||||||
Current
|
Current
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ position.endDate|date('M, Y') }}
|
{{ position.endDate|date('M, Y') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
(~
|
(~
|
||||||
{% if position.endDate is not defined %}
|
{% if position.endDate is not defined %}
|
||||||
{{ position.startDate|date_diff }}
|
{{ position.startDate|date_diff }}
|
||||||
|
@ -21,8 +22,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
)
|
)
|
||||||
</small>
|
</small>
|
||||||
</h3>
|
</h5>
|
||||||
<h5>{{ position.position }}</h5>
|
|
||||||
<p class="summary uk-text-primary uk-text-large">
|
<p class="summary uk-text-primary uk-text-large">
|
||||||
{{ position.summary|raw }}
|
{{ position.summary|raw }}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
},
|
},
|
||||||
"work": [
|
"work": [
|
||||||
{
|
{
|
||||||
"company": "Stanford University",
|
"company": "Stanford University<br />Department of Electrical Engineering",
|
||||||
"position": "Developer / System Administrator",
|
"position": "Developer / System Administrator",
|
||||||
"website": "https://ee.stanford.edu",
|
"website": "https://ee.stanford.edu",
|
||||||
"startDate": "2007-05-27",
|
"startDate": "2007-05-27",
|
||||||
|
|
Loading…
Reference in New Issue