Skip to content

Commit 8c5770d

Browse files
committed
feat: add GitHub Agents certification (#1542)
1 parent f54b70a commit 8c5770d

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

src/pages/badges/github-badges.tsx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,36 @@ const GithubBadgesContent = (): React.ReactElement => {
13201320
/>
13211321
</div>{" "}
13221322
</motion.div>
1323+
1324+
<motion.div
1325+
className={`${styles.certCard}`}
1326+
initial={{ opacity: 0, x: 50 }}
1327+
whileInView={{ opacity: 1, x: 0 }}
1328+
viewport={{ once: true }}
1329+
transition={{ duration: 0.5, delay: 0.5 }}
1330+
>
1331+
<div className={styles.certBadge}>
1332+
<img
1333+
src="https://images.ctfassets.net/wfutmusr1t3h/KdVTNopvz0GZy60xzXCq0/86148a36ddf27ea1d22226f0113b8711/admin-river-image__1_.png?w=1280&q=75"
1334+
alt="GitHub Agents Badge"
1335+
style={{ borderRadius: "50px" }}
1336+
/>
1337+
</div>
1338+
<div className={styles.cardContent}>
1339+
<h2>GitHub Agents</h2>
1340+
<p>
1341+
The GitHub Certified: Agentic AI Developer certification validates your expertise in creating intelligent automated workflows, building AI-powered agents, and extending GitHub's capabilities.
1342+
</p>
1343+
<a
1344+
href="https://learn.github.com/certification/AGENTIC"
1345+
className={styles.certLink}
1346+
target="_blank"
1347+
rel="noopener noreferrer"
1348+
>
1349+
Prepare for the GitHub Agents exam
1350+
</a>
1351+
</div>
1352+
</motion.div>
13231353
</div>
13241354
</div>
13251355
</Layout>

static/img/agentic-badge.png

99 KB
Loading

0 commit comments

Comments
 (0)