Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 32 additions & 3 deletions src/pages/badges/github-badges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,8 @@ const GithubBadgesContent = (): React.ReactElement => {
description="Complete guide to GitHub achievements and badges. Learn how to unlock and showcase your GitHub contributions with the recode hive community."
>
<div
className={`${styles["github-badges-page"]} transition-colors duration-300 ${
isDark ? "dark-bg-primary dark-text-primary" : "bg-white text-black"
}`}
className={`${styles["github-badges-page"]} transition-colors duration-300 ${isDark ? "dark-bg-primary dark-text-primary" : "bg-white text-black"
}`}
>
{/* Hero section */}
<Head>
Expand Down Expand Up @@ -1320,6 +1319,36 @@ const GithubBadgesContent = (): React.ReactElement => {
/>
</div>{" "}
</motion.div>

<motion.div
className={`${styles.certCard}`}
initial={{ opacity: 0, x: 50 }}
whileInView={{ opacity: 1, x: 0 }}
viewport={{ once: true }}
transition={{ duration: 0.5, delay: 0.5 }}
>
<div className={styles.certBadge}>
<img
src="/img/agentic-badge.png"
alt="GitHub Agentic AI Developer Badge"
style={{ borderRadius: "50px" }}
/>
</div>
<div className={styles.cardContent}>
<h2>GitHub Agentic AI Developer</h2>
<p>
The GitHub Certified: Agentic AI Developer certification validates your expertise in creating intelligent automated workflows, building AI-powered agents, and extending GitHub's capabilities.
</p>
<a
href="https://learn.github.com/certification/AGENTIC"
className={styles.certLink}
target="_blank"
rel="noopener noreferrer"
>
Prepare for the GitHub Agentic AI Developer exam
</a>
</div>
</motion.div>
</div>
</div>
</Layout>
Expand Down
Binary file added static/img/agentic-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading