Skip to content

Commit 1e33b85

Browse files
authored
Merge pull request #1554 from Kuldeep2822k/add-github-agents-certification-1542
feat: add GitHub Agents certification (#1542)
2 parents df459d3 + e427607 commit 1e33b85

2 files changed

Lines changed: 32 additions & 3 deletions

File tree

src/pages/badges/github-badges.tsx

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,8 @@ const GithubBadgesContent = (): React.ReactElement => {
7676
description="Complete guide to GitHub achievements and badges. Learn how to unlock and showcase your GitHub contributions with the recode hive community."
7777
>
7878
<div
79-
className={`${styles["github-badges-page"]} transition-colors duration-300 ${
80-
isDark ? "dark-bg-primary dark-text-primary" : "bg-white text-black"
81-
}`}
79+
className={`${styles["github-badges-page"]} transition-colors duration-300 ${isDark ? "dark-bg-primary dark-text-primary" : "bg-white text-black"
80+
}`}
8281
>
8382
{/* Hero section */}
8483
<Head>
@@ -1320,6 +1319,36 @@ const GithubBadgesContent = (): React.ReactElement => {
13201319
/>
13211320
</div>{" "}
13221321
</motion.div>
1322+
1323+
<motion.div
1324+
className={`${styles.certCard}`}
1325+
initial={{ opacity: 0, x: 50 }}
1326+
whileInView={{ opacity: 1, x: 0 }}
1327+
viewport={{ once: true }}
1328+
transition={{ duration: 0.5, delay: 0.5 }}
1329+
>
1330+
<div className={styles.certBadge}>
1331+
<img
1332+
src="/img/agentic-badge.png"
1333+
alt="GitHub Agentic AI Developer Badge"
1334+
style={{ borderRadius: "50px" }}
1335+
/>
1336+
</div>
1337+
<div className={styles.cardContent}>
1338+
<h2>GitHub Agentic AI Developer</h2>
1339+
<p>
1340+
The GitHub Certified: Agentic AI Developer certification validates your expertise in creating intelligent automated workflows, building AI-powered agents, and extending GitHub's capabilities.
1341+
</p>
1342+
<a
1343+
href="https://learn.github.com/certification/AGENTIC"
1344+
className={styles.certLink}
1345+
target="_blank"
1346+
rel="noopener noreferrer"
1347+
>
1348+
Prepare for the GitHub Agentic AI Developer exam
1349+
</a>
1350+
</div>
1351+
</motion.div>
13231352
</div>
13241353
</div>
13251354
</Layout>

static/img/agentic-badge.png

99 KB
Loading

0 commit comments

Comments
 (0)