Skip to content

Commit 9741255

Browse files
committed
Skills
1 parent 6201158 commit 9741255

File tree

2 files changed

+32
-12
lines changed

2 files changed

+32
-12
lines changed

_data/other-skills.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
- name: Adobe Photoshop
2-
percentage: 95
3-
color: info
4-
5-
- name: Adobe Illustrator
1+
- name: OpenCV
62
percentage: 90
7-
color: success
3+
color: primary
4+
5+
- name: Qt
6+
percentage: 80
7+
color: success
8+
9+
- name: OpenGL
10+
percentage: 50
11+
color: success

_site/about/index.html

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,31 +176,47 @@ <h2 class="mb-3">Other Skills</h2>
176176

177177
<div class="row justify-content-between align-items-center">
178178
<div class="col-10">
179-
<p class="mb-1">Adobe Photoshop</p>
179+
<p class="mb-1">OpenCV</p>
180180
</div>
181181
<div class="col-2 text-right">
182-
<p class="mb-1 text-muted">95%</p>
182+
<p class="mb-1 text-muted">90%</p>
183183
</div>
184184
</div>
185185

186186
<div class="progress mb-4 bg-themed" style="height: 8px;">
187-
<div class="progress-bar bg-info wow animated slideInLeft" data-wow-delay="0.05" role="progressbar" style="width: 95%;" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100">
187+
<div class="progress-bar bg-primary wow animated slideInLeft" data-wow-delay="0.05" role="progressbar" style="width: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
188188
</div>
189189
</div>
190190

191191

192192

193193
<div class="row justify-content-between align-items-center">
194194
<div class="col-10">
195-
<p class="mb-1">Adobe Illustrator</p>
195+
<p class="mb-1">Qt</p>
196196
</div>
197197
<div class="col-2 text-right">
198-
<p class="mb-1 text-muted">90%</p>
198+
<p class="mb-1 text-muted">80%</p>
199+
</div>
200+
</div>
201+
202+
<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">
204+
</div>
205+
</div>
206+
207+
208+
209+
<div class="row justify-content-between align-items-center">
210+
<div class="col-10">
211+
<p class="mb-1">OpenGL</p>
212+
</div>
213+
<div class="col-2 text-right">
214+
<p class="mb-1 text-muted">50%</p>
199215
</div>
200216
</div>
201217

202218
<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: 90%;" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
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">
204220
</div>
205221
</div>
206222

0 commit comments

Comments
 (0)