Skip to content

Commit f2d5f92

Browse files
committed
Better skills
1 parent 93be0ac commit f2d5f92

File tree

4 files changed

+29
-15
lines changed

4 files changed

+29
-15
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Changes made to fulfil my needs:
124124
* Added scss and modified ```portfolYOU.scss```
125125
* Customized landing page with dynamic message
126126
* Added date dropdown page to list posts in blog
127+
* Added subtitle to skills bars
127128

128129
<div align="center">
129130
<sub><sup>© 2025 Alejandro Garnung Menéndez, licensed under the <a href="./LICENSE">MIT License</a>.</sup></sub>

_data/other-skills.yml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
1-
- name: OpenCV
1+
- name: Computer Science & Engineering
22
percentage: 90
33
color: primary
4+
subtitle: 2D & 3D Computer Vision, ML, DL, Computer Graphics
45

5-
- name: Qt
6+
- name: Libraries
67
percentage: 80
8+
color: info
9+
subtitle: OpenCV, PyTorch, PCL, Open3D, CloudCompare
10+
11+
- name: Dev Tools
12+
percentage: 60
713
color: success
14+
subtitle: Linux, Bash, Qt, OpenGL, GLSL, CUDA
815

9-
- name: OpenGL
10-
percentage: 50
11-
color: info
16+
- name: DevOps & Automation
17+
percentage: 30
18+
color: secondary
19+
subtitle: Docker, Git, CMake, qmake

_data/programming-skills.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
1-
- name: C++
1+
- name: C/C++
22
percentage: 70
3-
color: danger
4-
5-
- name: C
6-
percentage: 60
7-
color: success
3+
color: danger
4+
subtitle:
85

96
- name: Python
107
percentage: 40
118
color: info
9+
subtitle:
1210

13-
- name: Assembly
11+
- name: Assembly (x86/64)
1412
percentage: 20
15-
color: secondary
13+
color: secondary
14+
subtitle:
1615

17-
- name: HTML/CSS/JavaScript
16+
- name: Web development
1817
percentage: 20
19-
color: primary
18+
color: primary
19+
subtitle: HTML, (S)CSS, JavaScript, Jekyll, Flask, Svelte, Astro
2020

21+
- name: Databases
22+
percentage: 20
23+
color: dark
24+
subtitle: SQLite, PostgreSQL, MySQL, MongoDB, MariaDB

_includes/about/skills.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ <h2 class="mb-3">{{ include.title }}</h2>
77
<div class="row justify-content-between align-items-center">
88
<div class="col-10">
99
<p class="mb-1">{{ skill.name }}</p>
10+
<small class="mb-1 text-muted">{{ skill.subtitle }}</small>
1011
</div>
1112
<div class="col-2 text-right">
1213
<p class="mb-1 text-muted">{{ skill.percentage }}%</p>

0 commit comments

Comments
 (0)