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