|
25 | 25 | <h1 class="introduction">Hello, I'm Daniel Mayovskiy</h1> |
26 | 26 | <h5 class="font-weight-normal">or {{ fw_med("@weirdmayo") }}, or {{ fw_med("@Godje") }}, depending on where you find me</h5> |
27 | 27 | <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 )}}. |
29 | 29 | </p> |
30 | 30 | <div class="cards"> |
31 | 31 | <div class="card" style="border-left-color: var(--color-3)"> |
32 | 32 | <h2>Recent Projects</h2> |
33 | 33 | <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> |
37 | 37 | </ul> |
38 | 38 | </div> |
39 | 39 | <div class="card" style="border-left-color: var(--color-2)"> |
40 | 40 | <h2>Social links</h2> |
41 | 41 | <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> |
46 | 46 | </ul> |
47 | 47 | </div> |
48 | 48 | </div> |
|
0 commit comments