import Head from 'next/head'
import Link from 'next/link'
import {GetStaticProps} from 'next'
import {ElementType} from 'react'
import {Card} from '@/components/Card'
import {Button} from '@/components/Button'
import {Container} from '@/components/Container'
import {
GitHubIcon,
LinkedInIcon,
TwitterIcon
} from '@/components/SocialIcons'
import {InlineLink} from '@/components/InlineLink';
import {formatDate} from '@/lib/formatDate'
import {generateRssFeed} from '@/lib/generateRssFeed'
import {generateSitemap} from '@/lib/generateSitemap'
import {getAllArticles} from '@/lib/getAllArticles'
import {Article} from 'types'
type Work = {
company: string
title: string
start: {
label: string
dateTime: string
}
end: {
label: string
dateTime: string
}
}
type SocialLink = {
href: string
icon: ElementType
}
function BriefcaseIcon(props: { className: string }) {
return (
)
}
function ArrowDownIcon(props: { className: string }) {
return (
)
}
function Article(article: Article) {
return (
Hi. I'm Ryan, a software engineer based in Dublin, Ireland. I'm currently working in the
aviation industry for Aer Lingus. I am passionate about personal growth and progressing in my career. This
is my personal website where you can