upd taxonomies
This commit is contained in:
parent
2b91cf6f6b
commit
47085fbf7e
40 changed files with 863 additions and 691 deletions
|
@ -11,6 +11,7 @@ Below you will find a chronological list of my education, my work experience and
|
|||
Contact me via [Email](mailto:aron@petau.net) for further questions.
|
||||
|
||||
### Education
|
||||
|
||||
{% timeline() %}
|
||||
[
|
||||
{
|
||||
|
@ -59,7 +60,6 @@ Contact me via [Email](mailto:aron@petau.net) for further questions.
|
|||
]
|
||||
{% end %}
|
||||
|
||||
|
||||
### Work Experience
|
||||
|
||||
{% timeline() %}
|
||||
|
@ -148,11 +148,13 @@ Contact me via [Email](mailto:aron@petau.net) for further questions.
|
|||
]
|
||||
{% end %}
|
||||
|
||||
{% skills
|
||||
header = "Software Skills"
|
||||
subheader = "Development & Scripting"
|
||||
list = "[ {\"icon\":\"fab fa-python\", \"name\":\"Python\"}, {\"icon\":\"fab fa-github\", \"name\":\"GitHub\"}, {\"icon\":\"fas fa-terminal\", \"name\":\"bash\"} ]"
|
||||
%}
|
||||
{% import "macros/skills.html" as skills %}
|
||||
<div>
|
||||
{{ skills::display() | safe }}
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
### Software Skills
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue