1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

wip: update meet instructor ui

This commit is contained in:
Arik Chakma
2025-06-27 20:15:10 +06:00
parent 8261d19855
commit 95518e9fdb

View File

@@ -2,57 +2,87 @@ import { AwardIcon, TrophyIcon } from 'lucide-react';
export function MeetYourInstructor() {
return (
<div className="mx-auto mt-14 max-w-3xl rounded-2xl bg-yellow-500/10 p-5">
<h4 className="text-center text-2xl font-medium text-zinc-200 md:text-3xl">
Meet your instructor: Kamran Ahmed
</h4>
<div className="mt-14 flex gap-10">
<div className="flex shrink-0 flex-col items-center">
<img
src="https://assets.roadmap.sh/guest/kamran-lqjta.jpeg"
alt="Kamran Ahmed"
className="h-24 w-24 rounded-full"
/>
<h5 className="mt-2 text-lg font-medium text-zinc-200">
Kamran Ahmed
</h5>
<span>Founder roadmap.sh</span>
<div className="mx-auto mt-14 max-w-4xl">
<div className="rounded-3xl border border-yellow-500/20 bg-gradient-to-br from-yellow-500/15 via-yellow-500/10 to-yellow-500/5 p-8 backdrop-blur-sm">
<h4 className="mb-2 text-center text-3xl font-bold text-zinc-100 md:text-4xl">
Meet your instructor
</h4>
<div className="mb-12 text-center text-lg font-medium text-yellow-400">
Kamran Ahmed
</div>
<div className="text-zinc-300">
<div className="flex flex-wrap items-center justify-center gap-x-4 gap-y-2 text-sm text-zinc-400">
<span className="inline-flex items-center gap-1.5 rounded-full bg-yellow-500/10 px-3 py-1">
<TrophyIcon className="size-4 text-yellow-500/80" />
Multiple GitHub Star Awards
</span>
<span className="inline-flex items-center gap-1.5 rounded-full bg-yellow-500/10 px-3 py-1">
<svg className="size-4 fill-yellow-500/80" viewBox="0 0 24 24">
<path d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.17 6.839 9.49.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.603-3.369-1.342-3.369-1.342-.454-1.155-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.022A9.607 9.607 0 0 1 12 6.82c.85.004 1.705.114 2.504.336 1.909-1.291 2.747-1.022 2.747-1.022.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.578.688.48C19.138 20.167 22 16.418 22 12c0-5.523-4.477-10-10-10z" />
</svg>
#2 Most Starred Developer
</span>
<span className="inline-flex items-center gap-1.5 rounded-full bg-yellow-500/10 px-3 py-1">
<AwardIcon className="size-4 text-yellow-500/80" />
Founder roadmap.sh
</span>
<span className="inline-flex items-center gap-1.5 rounded-full bg-yellow-500/10 px-3 py-1">
<AwardIcon className="size-4 text-yellow-500/80" />
Google Developer Expert
<div className="flex flex-col gap-8 lg:flex-row lg:gap-12">
<div className="flex shrink-0 flex-col items-center lg:items-start">
<div className="relative">
<img
src="https://assets.roadmap.sh/guest/kamran-lqjta.jpeg"
alt="Kamran Ahmed"
className="h-32 w-32 rounded-2xl object-cover ring-4 ring-yellow-500/30"
/>
<div className="absolute -right-2 -bottom-2 rounded-full bg-yellow-500 p-2">
<TrophyIcon className="size-5 text-yellow-900" />
</div>
</div>
<h5 className="mt-4 text-xl font-bold text-zinc-100">
Kamran Ahmed
</h5>
<span className="font-medium text-yellow-400">
Founder of roadmap.sh
</span>
</div>
<p className="mt-8 text-base text-zinc-300">
Kamran is the creator of roadmap.sh (2M+ registered users!) and an
engineering leader with over a decade of experience in the tech
industry. Throughout his career hes built and scaled software
systems, designed complex data systems, and worked with large
amounts of data to create efficient solutions.
</p>
<div className="flex-1 space-y-6">
<div className="space-y-4">
<div className="grid grid-cols-1 gap-3 sm:grid-cols-2">
<div className="flex items-center gap-3 rounded-xl border border-yellow-500/20 bg-yellow-500/10 p-4">
<TrophyIcon className="size-5 shrink-0 text-yellow-400" />
<span className="text-sm font-medium text-zinc-300">
Multiple GitHub Star Awards
</span>
</div>
<div className="flex items-center gap-3 rounded-xl border border-yellow-500/20 bg-yellow-500/10 p-4">
<svg
className="size-5 shrink-0 fill-yellow-400"
viewBox="0 0 24 24"
>
<path d="M12 2C6.477 2 2 6.477 2 12c0 4.42 2.865 8.17 6.839 9.49.5.092.682-.217.682-.482 0-.237-.008-.866-.013-1.7-2.782.603-3.369-1.342-3.369-1.342-.454-1.155-1.11-1.462-1.11-1.462-.908-.62.069-.608.069-.608 1.003.07 1.531 1.03 1.531 1.03.892 1.529 2.341 1.087 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.11-4.555-4.943 0-1.091.39-1.984 1.029-2.683-.103-.253-.446-1.27.098-2.647 0 0 .84-.269 2.75 1.022A9.607 9.607 0 0 1 12 6.82c.85.004 1.705.114 2.504.336 1.909-1.291 2.747-1.022 2.747-1.022.546 1.377.203 2.394.1 2.647.64.699 1.028 1.592 1.028 2.683 0 3.842-2.339 4.687-4.566 4.935.359.309.678.919.678 1.852 0 1.336-.012 2.415-.012 2.743 0 .267.18.578.688.48C19.138 20.167 22 16.418 22 12c0-5.523-4.477-10-10-10z" />
</svg>
<span className="text-sm font-medium text-zinc-300">
#2 Most Starred Developer
</span>
</div>
<div className="flex items-center gap-3 rounded-xl border border-yellow-500/20 bg-yellow-500/10 p-4">
<AwardIcon className="size-5 shrink-0 text-yellow-400" />
<span className="text-sm font-medium text-zinc-300">
Google Developer Expert
</span>
</div>
<div className="flex items-center gap-3 rounded-xl border border-yellow-500/20 bg-yellow-500/10 p-4">
<AwardIcon className="size-5 shrink-0 text-yellow-400" />
<span className="text-sm font-medium text-zinc-300">
2M+ roadmap.sh users
</span>
</div>
</div>
</div>
<p className="mt-4 text-base text-zinc-300">
This hands-on, AI-assisted course is his distilled blueprint on how
to master SQL queries, from beginner to advanced.
</p>
<div className="space-y-4">
<div className="prose prose-zinc max-w-none">
<p className="m-0 text-base leading-relaxed text-zinc-300">
Kamran is the creator of roadmap.sh (2M+ registered users!)
and an engineering leader with over a decade of experience in
the tech industry. Throughout his career he's built and scaled
software systems, designed complex data systems, and worked
with large amounts of data to create efficient solutions.
</p>
<p className="m-0 text-base leading-relaxed text-zinc-300">
This hands-on, AI-assisted course is his distilled blueprint
on how to master SQL queries, from beginner to advanced.
</p>
</div>
</div>
</div>
</div>
</div>
</div>