Skip to content

Commit 88bf02b

Browse files
committed
colors in skills
1 parent 15a9951 commit 88bf02b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_data/other-skills.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88

99
- name: OpenGL
1010
percentage: 50
11-
color: success
11+
color: info

_site/about/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<div class="col-lg-10 mx-auto mt-5 markdown-body">
7878
<h1 id="about-me"><strong>About Me</strong></h1>
7979

80-
<p>Hi I am <strong>Alejandro Garnung Menéndez</strong> <img class="emoji" title=":globe_with_meridians:" alt=":globe_with_meridians:" src="https://github.githubassets.com/images/icons/emoji/unicode/1f310.png" height="20" width="20">,<br>
80+
<p>Hi, I am <strong>Alejandro Garnung Menéndez</strong> <img class="emoji" title=":globe_with_meridians:" alt=":globe_with_meridians:" src="https://github.githubassets.com/images/icons/emoji/unicode/1f310.png" height="20" width="20">,<br>
8181
My interests focus on the research and development of analytical techniques and machine learning for computer vision and image processing to continuously improve a variety of applications, with an emphasis on cutting-edge systems and processes that involve object inspection and measurement algorithms, particularly in digital images and 3D point clouds.</p>
8282

8383
<div class="row">
@@ -200,7 +200,7 @@ <h2 class="mb-3">Other Skills</h2>
200200
</div>
201201

202202
<div class="progress mb-4 bg-themed" style="height: 8px;">
203-
<div class="progress-bar bg-success wow animated slideInLeft" data-wow-delay="0.1" role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
203+
<div class="progress-bar bg-1769ff wow animated slideInLeft" data-wow-delay="0.1" role="progressbar" style="width: 80%;" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100">
204204
</div>
205205
</div>
206206

@@ -216,7 +216,7 @@ <h2 class="mb-3">Other Skills</h2>
216216
</div>
217217

218218
<div class="progress mb-4 bg-themed" style="height: 8px;">
219-
<div class="progress-bar bg-success wow animated slideInLeft" data-wow-delay="0.15" role="progressbar" style="width: 50%;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
219+
<div class="progress-bar bg-fca326 wow animated slideInLeft" data-wow-delay="0.15" role="progressbar" style="width: 50%;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
220220
</div>
221221
</div>
222222

pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 3
77

88
# **About Me**
99

10-
Hi I am **{{ site.author.name }}** :globe_with_meridians:,<br>
10+
Hi, I am **{{ site.author.name }}** :globe_with_meridians:,<br>
1111
My interests focus on the research and development of analytical techniques and machine learning for computer vision and image processing to continuously improve a variety of applications, with an emphasis on cutting-edge systems and processes that involve object inspection and measurement algorithms, particularly in digital images and 3D point clouds.
1212

1313
<div class="row">

0 commit comments

Comments
 (0)