Skip to content

Commit

Permalink
Update skills.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjarzembowski authored Apr 13, 2024
1 parent abc652d commit 10f4a59
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions _includes/resume/skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
<td colspan="{{ i }}" class="list-group-category">{{ content.name }}</td>
</tr>
{% for item in content.keywords %}
<tr>
<td></td>
<td class="list-group-name"><b>{{ item }}</b></td>
</tr>
{% for level in content.level %}
<tr>
<td></td>
<td class="list-group-name"><b>{{ level }}</b></td>
<td class="list-group-name"><b>{{ item }}</b></td>
</tr>
{% endfor %}
{% endfor %}
</tbody>
</table>
</div>
{% endfor %}
</div>
</div>

0 comments on commit 10f4a59

Please sign in to comment.