Skip to content

Commit 76f8163

Browse files
committed
link styling update on the home page
1 parent 8e8e245 commit 76f8163

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/index.njk

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@
2525
<h1 class="introduction">Hello, I'm Daniel Mayovskiy</h1>
2626
<h5 class="font-weight-normal">or {{ fw_med("@weirdmayo") }}, or {{ fw_med("@Godje") }}, depending on where you find me</h5>
2727
<p class="personal-description">
28-
I develop software, and have worked as full-stack most of my career. I specialize in user interfaces, mostly in the browser{#{{ link("browser", "#", 2) }}#}, but sometimes in the {{ exlink("terminal", "https://gitlab.com/Godje/pekabo", 3) }}. Further breakdown of my experience is in {{ exlink("my resume", "https://drive.google.com/file/d/1CIfX5nden3VHhBphY8DXE4wcmJKluKjV") }}. In my free time, I develop for Excited Fellas and play bass guitar. Feel free to reach out to me through {{ exlink("my email", "mailto:" + metadata.author.email )}}.
28+
I develop software, and have worked as full-stack most of my career. I specialize in user interfaces, mostly in the browser{#{{ link("browser", "#", 2) }}#}, but sometimes in the {{ exlink("terminal", "https://gitlab.com/Godje/pekabo", 3) }}. Further breakdown of my experience is in {{ exlink("my resume", "https://drive.google.com/file/d/1CIfX5nden3VHhBphY8DXE4wcmJKluKjV") }}. In my free time, I develop for Excited Fellas and play bass guitar. Feel free to reach out to me through {{ exlink("my email", "mailto:" + metadata.author.email, 1 )}}.
2929
</p>
3030
<div class="cards">
3131
<div class="card" style="border-left-color: var(--color-3)">
3232
<h2>Recent Projects</h2>
3333
<ul role="list">
34-
<li><a href="/posts/campgames-project/">Campgames</a> (JS/Nunjucks)</li>
35-
<li><a href="https://www.bitlearns.com/" target="_blank">BitLearns Analytics Dashboard</a> (React/Express)</li>
36-
<li><a href="https://gitlab.com/Godje/pekabo" target="_blank">Pekabo</a> (Python)</li>
34+
<li><a class="font-weight-medium text-color-1" href="/posts/campgames-project/">Campgames</a> (JS/Nunjucks)</li>
35+
<li><a class="font-weight-medium text-color-2" href="https://www.bitlearns.com/" target="_blank">BitLearns Analytics Dashboard</a> (React/Express)</li>
36+
<li><a class="font-weight-medium text-color-3" href="https://gitlab.com/Godje/pekabo" target="_blank">Pekabo</a> (Python)</li>
3737
</ul>
3838
</div>
3939
<div class="card" style="border-left-color: var(--color-2)">
4040
<h2>Social links</h2>
4141
<ul role="list">
42-
<li><a href="https://github.com/Godje">Github</a></li>
43-
<li><a href="https://gitlab.com/Godje">Gitlab</a></li>
44-
<li><a href="https://codepen.io/Godje">Codepen</a></li>
45-
<li><a href="https://dev.to/weirdmayo">Dev.to</a></li>
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>
4646
</ul>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)