chore: dry up nav + icon links
This commit is contained in:
parent
9ddd1459d3
commit
314367c1b1
21 changed files with 62 additions and 116 deletions
|
@ -19,10 +19,10 @@ meta:
|
|||
---
|
||||
Software engineer with a wide range of experience covering frontend and mobile application development.
|
||||
|
||||
<div class="flex gap-3">
|
||||
{% render "icons/github.liquid" %}
|
||||
{% render "icons/linkedin.liquid" %}
|
||||
{% render "icons/calendar.liquid" %}
|
||||
<div class="flex gap-3 not-prose">
|
||||
{% for link in nav.resume %}
|
||||
{% render "partials/linked-icon.liquid", name: link.name, link: link.url, icon: link.icon %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
### Experience
|
||||
|
|
Reference in a new issue