Skip to content

Commit c68ff01

Browse files
committedFeb 24, 2025
svelte link
1 parent c8d0abb commit c68ff01

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎data/en/sections/skills.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ skills:
4343
# logo: /images/sections/skills/prometheus.png
4444
# summary: "Capable of setup, configure Prometheus metrics. Experienced with PromQL, AlertManager. Also, experienced with writing metric exporters."
4545
# url: "https://prometheus.io/"
46+
4647
- name: Apache Cassandra DB
4748
logo: /images/sections/skills/cassandra.png
4849
summary: "Experience with NoSQL and distributed database"
@@ -72,5 +73,6 @@ skills:
7273
- name: Svelte
7374
logo: /images/sections/skills/svelte.png
7475
summary: "Learned Svelte in order to build fast and robust server-side webapps."
76+
url: "https://svelte.com/"
7577

7678

‎public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ <h5 class="card-title">C&#43;&#43;</h5>
890890

891891

892892
<div class="col-xs-12 col-sm-6 col-lg-4 pt-2">
893-
<a class="text-decoration-none" >
893+
<a class="text-decoration-none" href="https://svelte.com/" title="Svelte" target="_blank" rel="noopener">
894894
<div class="card">
895895
<div class="card-head d-flex">
896896

0 commit comments

Comments
 (0)
Failed to load comments.