Skip to content

Commit 02aa0a1

Browse files
committed
added the linkedin link
1 parent 8b5f9b6 commit 02aa0a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/index.njk

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
<div class="card" style="border-left-color: var(--color-2)">
4040
<h2>Social links</h2>
4141
<ul role="list">
42-
<li><a class="font-weight-medium text-color-1" href="https://github.com/Godje">Github</a></li>
43-
<li><a class="font-weight-medium text-color-4" href="https://gitlab.com/Godje">Gitlab</a></li>
44-
<li><a class="font-weight-medium text-color-2" href="https://codepen.io/Godje">Codepen</a></li>
45-
<li><a class="font-weight-medium text-color-3" href="https://dev.to/weirdmayo">Dev.to</a></li>
42+
<li>{{ exlink("LinkedIn", 'https://www.linkedin.com/in/daniel-mayovskiy', 1, 'medium') }}</li>
43+
<li>{{ exlink("Github", 'https://github.com/Godje', 1, 'medium') }}</li>
44+
<li>{{ exlink("Gitlab", 'https://gitlab.com/Godje', 4, 'medium') }}</li>
45+
<li>{{ exlink("Codepen", 'https://codepen.io/Godje', 2, 'medium') }}</li>
46+
<li>{{ exlink("Dev.to", 'https://dev.to/weirdmayo', 3, 'medium') }}</li>
4647
</ul>
4748
</div>
4849
</div>

0 commit comments

Comments
 (0)