Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 246ec08076 | |||
| 381db28b9f | |||
| 41a5bfc307 | |||
| 88a6ae4b31 | |||
| 4e9ebdbd95 | |||
| 4efd5c9215 | |||
| 317b5675b6 | |||
| adcd9af337 | |||
| d3eff70590 |
3 changed files with 13 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@ayco/personal-website",
|
||||
"type": "module",
|
||||
"version": "1.3.23",
|
||||
"version": "1.3.27",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"astro": "astro",
|
||||
|
|
|
|||
|
|
@ -50,14 +50,9 @@ export const footerLinks: Link[] = [
|
|||
url: 'https://sr.ht/~ayoayco',
|
||||
icon: 'sourcehut',
|
||||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
url: 'https://ayco.io/gh',
|
||||
icon: 'github',
|
||||
},
|
||||
{
|
||||
text: 'Mastodon',
|
||||
url: 'https://social.ayco.io/@ayo',
|
||||
url: 'https://main.elk.zone/social.ayco.io/@ayo',
|
||||
icon: 'mastodon',
|
||||
},
|
||||
{
|
||||
|
|
@ -70,11 +65,21 @@ export const footerLinks: Link[] = [
|
|||
url: 'http://bsky.app/profile/ayo.ayco.io',
|
||||
icon: 'bluesky',
|
||||
},
|
||||
{
|
||||
text: 'Instagram',
|
||||
url: 'https://www.instagram.com/ayoayco/',
|
||||
icon: 'instagram',
|
||||
},
|
||||
{
|
||||
text: 'LinkedIn',
|
||||
url: 'https://www.linkedin.com/in/ayoayco/',
|
||||
icon: 'linkedin',
|
||||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
url: 'https://ayco.io/gh',
|
||||
icon: 'github',
|
||||
},
|
||||
]
|
||||
|
||||
export const socialLinks: Link[] = [
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ import Footer from '../components/Footer.astro'
|
|||
I am an engineering manager at <a href="https://ing.com">ING</a> and a certified
|
||||
software architecture professional (CPSA‑F®) by <a
|
||||
href="https://isaqb.org"
|
||||
target="_blank">isaqb.org</a
|
||||
target="_blank">iSAQB</a
|
||||
>.
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue