chore: revert webmentions
This commit is contained in:
parent
cc76881370
commit
2b0ebb5910
5 changed files with 27 additions and 427 deletions
7
src/_includes/icons/calendar.liquid
Normal file
7
src/_includes/icons/calendar.liquid
Normal file
|
@ -0,0 +1,7 @@
|
|||
<a
|
||||
class="link--icon"
|
||||
href="https://savvycal.com/coryd/quick-call"
|
||||
rel="me"
|
||||
title="SavvyCal">
|
||||
{% tablericon "calendar-plus" "SavvyCal" "height=24" %}
|
||||
</a>
|
7
src/_includes/icons/linkedin.liquid
Normal file
7
src/_includes/icons/linkedin.liquid
Normal file
|
@ -0,0 +1,7 @@
|
|||
<a
|
||||
class="link--icon"
|
||||
href="https://www.linkedin.com/in/cdransf/"
|
||||
rel="me"
|
||||
title="LinkedIn">
|
||||
{% tablericon "brand-linkedin" "LinkedIn" "height=24" %}
|
||||
</a>
|
|
@ -19,7 +19,11 @@ meta:
|
|||
---
|
||||
Software engineer with a wide range of experience covering frontend and mobile application development.
|
||||
|
||||
[GitHub](https://github.com/cdransf) • [LinkedIn](https://www.linkedin.com/in/cdransf/) • [Book a meeting](https://savvycal.com/coryd/quick-call)
|
||||
<div class="flex gap-3">
|
||||
{% render "icons/github.liquid" %}
|
||||
{% render "icons/linkedin.liquid" %}
|
||||
{% render "icons/calendar.liquid" %}
|
||||
</div>
|
||||
|
||||
### Experience
|
||||
|
||||
|
|
Reference in a new issue