Skip to content

Commit

Permalink
Merge pull request #149 from Shyam3050/dsaInJs
Browse files Browse the repository at this point in the history
Dsa in javascript card is created
  • Loading branch information
Vishal-raj-1 authored Oct 6, 2023
2 parents 41fa295 + e8d66dd commit 2d2f869
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 0 deletions.
22 changes: 22 additions & 0 deletions components/tracks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,28 @@ export default function Tracks({}: Props) {
Join
</Link>
</div>
<div className="flex flex-col gap-3 items-center border p-4 rounded-lg">
<Image
src="/dsa_in_javascript.svg"
alt="learn"
width={250}
height={250}
className="rounded bg-white"
/>
<div className="flex flex-col gap-2">
<h3 className="text-xl font-bold ">DSA In Javascript</h3>
<p className="text-xs text-slate-600 max-w-xs dark:text-white">
Enroll for this batch to ace DSA skills with javascript, enhancing
your skills for job success.
</p>
</div>
<Link
href="/batch/dsa/loops"
className={cn(buttonVariants(), "rounded-full px-8 py-2 mt-4")}
>
Join
</Link>
</div>
<div className="flex flex-col gap-3 items-center border p-4 rounded-lg">
<Image
src="/build_img.svg"
Expand Down
4 changes: 4 additions & 0 deletions config/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ export const navConfig: NavItem[] = [
title: "Learn",
href: "/batch/learn/html/basic",
},
{
title: "DSA IN JS",
href: "/batch/dsa/loops",
},
{
title: "Build",
href: "/batch/build/react/fundamentals",
Expand Down
12 changes: 12 additions & 0 deletions content/batch/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,18 @@ Select a Batch below to learn more about it.
#### Learn
Learn HTML, CSS, JS and Git & Github
</Card>
<Card href="/batch/dsa/loops">
<Image
src="/dsa_in_javascript.svg"
width="350"
height="200"
alt="Image"
className="bg-white"
/>

#### DSA in Javascript
Learn data structures and algorithms in JavaScript
</Card>

<Card href= "/batch/build/react/fundamentals">
<Image
Expand Down
Loading

0 comments on commit 2d2f869

Please sign in to comment.