cv: Show job titles on overview page
parent
cbe19ae63d
commit
e47013741c
|
@ -2,6 +2,7 @@
|
||||||
title = 'Amacom'
|
title = 'Amacom'
|
||||||
date = 2004-01-01
|
date = 2004-01-01
|
||||||
[extra]
|
[extra]
|
||||||
|
title = 'ISP Systems Operator'
|
||||||
years = '2004'
|
years = '2004'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title = 'arcplasma.com'
|
title = 'arcplasma.com'
|
||||||
date = 2005-01-01
|
date = 2005-01-01
|
||||||
[extra]
|
[extra]
|
||||||
|
title = 'Network Administrator'
|
||||||
years = '2005-2011'
|
years = '2005-2011'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title = 'FireMon'
|
title = 'FireMon'
|
||||||
date = 2013-12-01
|
date = 2013-12-01
|
||||||
[extra]
|
[extra]
|
||||||
|
title = 'Principal Engineer'
|
||||||
years = '2013–Present'
|
years = '2013–Present'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title = "Perceptive Software"
|
title = "Perceptive Software"
|
||||||
date = 2013-01-01
|
date = 2013-01-01
|
||||||
[extra]
|
[extra]
|
||||||
|
title = 'System Administrator'
|
||||||
years = '2013'
|
years = '2013'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title = "Softek Solutions"
|
title = "Softek Solutions"
|
||||||
date = 2011-01-01
|
date = 2011-01-01
|
||||||
[extra]
|
[extra]
|
||||||
|
title = 'System Administrator'
|
||||||
years = '2011–2012'
|
years = '2011–2012'
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
title = "Supertechs"
|
title = "Supertechs"
|
||||||
date = 2007-01-01
|
date = 2007-01-01
|
||||||
[extra]
|
[extra]
|
||||||
|
title = 'Network Administrator'
|
||||||
years = "2007–2011"
|
years = "2007–2011"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,8 @@
|
||||||
{% for p in section.pages %}
|
{% for p in section.pages %}
|
||||||
<h2>
|
<h2>
|
||||||
<a href="{{ p.permalink }}"
|
<a href="{{ p.permalink }}"
|
||||||
>{{ p.title }}{% if p.extra.years is defined %} ({{ p.extra.years}}){% endif
|
>{{ p.title }}{% if p.extra.title is defined%}: {{ p.extra.title }}{%
|
||||||
|
endif %}{% if p.extra.years is defined %} ({{ p.extra.years}}){% endif
|
||||||
%}</a
|
%}</a
|
||||||
>
|
>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
Loading…
Reference in New Issue