Skip to content

Commit

Permalink
Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
streetturtle committed Jun 29, 2023
1 parent c3373ca commit 58d1a0a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
3 changes: 1 addition & 2 deletions _data/cv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ technicalSkills:
- tr: "Datadog / Dynatrace / Sumologic"
- tr: "TDD / BDD (Cucumber, Spock)"
- tr: "Kubernetes / Docker"
- tr: "Maven / Bower / Grunt / NPM"
- tr: "REST / SOAP web-services"
- tr: "Kafka / RabbitMQ"
- tr: "Scrum / Agile / pair programming experience"
Expand Down Expand Up @@ -174,7 +173,7 @@ sideProjects:
color: e44b23

- name: Jekyll CV Crafter
description: To be able to easy update/view/print my CV I created jekyll powered CV generator.
description: Jekyll powered CV generator.
link: streetturtle/jekyll-cv-crafter
type: github
langs: HTML
Expand Down
28 changes: 22 additions & 6 deletions cv.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,28 @@ <h2>Technical skills</h2>
<div class="col-xs-9">
<div class="competencies">
<h4><i class="fa fa-male"></i> Key competencies:</h4>
<ul>
{% for item in site.data.cv.technicalSkills.list %}
<li>{{item.tr}}</li>
{% endfor %}
</ul>

<div class="col-xs-6">
<ul>
<li>site.data.cv.technicalSkills[0]tr</li>
<li>site.data.cv.technicalSkills[1]tr</li>
<li>site.data.cv.technicalSkills[2]tr</li>
<li>site.data.cv.technicalSkills[3]tr</li>
<!-- {% for item in site.data.cv.technicalSkills.list %}
<li>{{item.tr}}</li>
{% endfor %} -->
</ul>
</div>
<div class="col-xs-6">
<ul>
<li>site.data.cv.technicalSkills[4]tr</li>
<li>site.data.cv.technicalSkills[5]tr</li>
<li>site.data.cv.technicalSkills[6]tr</li>
<!-- <li>site.data.cv.technicalSkills[7]tr</li> -->
<!-- {% for item in site.data.cv.technicalSkills.list %}
<li>{{item.tr}}</li>
{% endfor %} -->
</ul>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 58d1a0a

Please sign in to comment.