25 lines
722 B
Markdown
25 lines
722 B
Markdown
---
|
|
title: 'Contact me'
|
|
date: 2024-08-03
|
|
type: landing
|
|
|
|
sections:
|
|
- block: cta-button-list
|
|
content:
|
|
# Need a custom icon?
|
|
# Add an SVG image to the `assets/media/icons/` folder and reference it in the `icon` field below
|
|
buttons:
|
|
- text: Connect with me on LinkedIn
|
|
icon: brands/linkedin
|
|
url: https://linkedin.com/in/adrian-abeyta
|
|
- text: Follow me on Mastodon
|
|
icon: brands/mastodon
|
|
url: https://emacs.ch/@databased
|
|
- text: See my projects on GitHub
|
|
icon: brands/github
|
|
url: https://github.com/adrianj12
|
|
- text: Email me
|
|
icon: inbox-arrow-down
|
|
url: "mailto: adrian@adrianabeyta.com"
|
|
---
|