Added credly link on about page

This commit is contained in:
r-freeman 2023-01-05 00:10:42 +00:00
parent 8e09e0cf1f
commit de8180f83a

View File

@ -131,6 +131,7 @@ export default function About() {
hello@ryanfreeman.dev hello@ryanfreeman.dev
</SocialLink> </SocialLink>
</ul> </ul>
<Link href="https://credly.com/badges/10bd0eae-b383-411c-beb9-dadda80124c8/public_url">
<Image <Image
src={awsCCPBadge} src={awsCCPBadge}
width="170" width="170"
@ -138,6 +139,7 @@ export default function About() {
alt="AWS Certified Cloud Practitioner" alt="AWS Certified Cloud Practitioner"
className="mt-8" className="mt-8"
/> />
</Link>
</div> </div>
</div> </div>
</Container> </Container>