Skip to content

Commit

Permalink
Merge pull request #248 from anamika133m/tabs-hindi-english-video-html
Browse files Browse the repository at this point in the history
Added video in Hindi at all the required places
  • Loading branch information
Vishal-raj-1 authored Oct 31, 2023
2 parents 5690a71 + f4eb25f commit b357087
Show file tree
Hide file tree
Showing 6 changed files with 98 additions and 13 deletions.
18 changes: 17 additions & 1 deletion content/batch/learn/css/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,23 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB

<TabsContent value="learn">
## πŸ“Ί Watch Now
<VideoPlayer src="https://youtu.be/Qu0dbQxm6II"/>

<Tabs defaultValue="hindi">

<TabsList>
<TabsTrigger value="hindi">In Hindi</TabsTrigger>
<TabsTrigger value="english">In English</TabsTrigger>
</TabsList>

<TabsContent value="hindi">
<VideoPlayer src="https://www.youtube.com/live/WilILKSvb8w?si=EJ4qrbNdS8BeDOaf"/>
</TabsContent>

<TabsContent value="english">
<VideoPlayer src="https://youtu.be/Qu0dbQxm6II"/>
</TabsContent>

</Tabs>

<Callout type="info">
We hope that you found the tutorial video helpful in understanding the basic concepts of CSS, You can refer this notes πŸ“ for quick revision.
Expand Down
17 changes: 16 additions & 1 deletion content/batch/learn/css/flex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,22 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB

## πŸ“Ί Watch Now

<VideoPlayer src="https://www.youtube.com/watch?v=3nLglJtUHjA"/>
<Tabs defaultValue="hindi">

<TabsList>
<TabsTrigger value="hindi">In Hindi</TabsTrigger>
<TabsTrigger value="english">In English</TabsTrigger>
</TabsList>

<TabsContent value="hindi">
<VideoPlayer src="https://www.youtube.com/live/q_--3p7ISMs?si=Xkg6PcYAciuVRPxZ"/>
</TabsContent>

<TabsContent value="english">
<VideoPlayer src="https://www.youtube.com/watch?v=3nLglJtUHjA"/>
</TabsContent>

</Tabs>

<Callout type="info">
We hope that you found the tutorial video helpful in understanding the basic concepts of Flexbox, You can refer this notes πŸ“ for quick revision.
Expand Down
18 changes: 17 additions & 1 deletion content/batch/learn/css/grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,23 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB

<TabsContent value="learn">
## πŸ“Ί Watch Now
<VideoPlayer src="https://youtu.be/ULp7wPJ-rzQ"/>

<Tabs defaultValue="hindi">

<TabsList>
<TabsTrigger value="hindi">In Hindi</TabsTrigger>
<TabsTrigger value="english">In English</TabsTrigger>
</TabsList>

<TabsContent value="hindi">
<VideoPlayer src="https://www.youtube.com/live/q_--3p7ISMs?si=Xkg6PcYAciuVRPxZ"/>
</TabsContent>

<TabsContent value="english">
<VideoPlayer src="https://youtu.be/ULp7wPJ-rzQ"/>
</TabsContent>

</Tabs>

<Callout type="info">
We hope that you found the tutorial video helpful in understanding the basic concepts of CSS Grid.
Expand Down
17 changes: 16 additions & 1 deletion content/batch/learn/github/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,23 @@ Want to improve this page?. Raise a issue on [@github](https://github.com/Manish

<TabsContent value="learn">
## πŸ“Ί Watch Now
<VideoPlayer src="https://youtu.be/ng_3YZHnz8U"/>

<Tabs defaultValue="hindi">

<TabsList>
<TabsTrigger value="hindi">In Hindi</TabsTrigger>
<TabsTrigger value="english">In English</TabsTrigger>
</TabsList>

<TabsContent value="hindi">
<VideoPlayer src="https://www.youtube.com/live/aWxWM-kD_bM?si=rrDa9GSxOuM3xBH9"/>
</TabsContent>

<TabsContent value="english">
<VideoPlayer src="https://youtu.be/ng_3YZHnz8U"/>
</TabsContent>

</Tabs>

<Callout type="info">
πŸ‘¨β€πŸ’»πŸ“ Now that you have completed the JavaScript tutorial video and reviewed the JavaScript cheat sheet, it's time to put your knowledge into practice by completing the JavaScript assignments. πŸš€
Expand Down
21 changes: 16 additions & 5 deletions content/batch/learn/js/dom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,22 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
<TabsContent value="learn">
## πŸ“Ί Watch Now


<div className="w-full h-full">
<VideoPlayer src="https://www.youtube.com/watch?v=85jzHRTVdsc"/>
</div>

<Tabs defaultValue="hindi">

<TabsList>
<TabsTrigger value="hindi">In Hindi</TabsTrigger>
<TabsTrigger value="english">In English</TabsTrigger>
</TabsList>

<TabsContent value="hindi">
<VideoPlayer src="https://www.youtube.com/live/Jgad0N0Bvv0?si=_zf0RE-OzF2DMb6y"/>
</TabsContent>

<TabsContent value="english">
<VideoPlayer src="https://www.youtube.com/watch?v=85jzHRTVdsc"/>
</TabsContent>

</Tabs>

<Callout type="info">
πŸ‘¨β€πŸ’»πŸ“ Now that you have completed the JavaScript tutorial video and reviewed the JavaScript cheat sheet, it's time to put your knowledge into practice by completing the JavaScript assignments. πŸš€
Expand Down
20 changes: 16 additions & 4 deletions content/batch/learn/js/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,22 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
<TabsContent value="learn">
## πŸ“Ί Watch Now

<div className="w-full h-full">
<VideoPlayer src="https://www.youtube.com/watch?v=9Shi7sbrHqY"/>
</div>

<Tabs defaultValue="hindi">

<TabsList>
<TabsTrigger value="hindi">In Hindi</TabsTrigger>
<TabsTrigger value="english">In English</TabsTrigger>
</TabsList>

<TabsContent value="hindi">
<VideoPlayer src="https://www.youtube.com/live/NmZYExCd1jw?si=6iJyMTVx7lkQcsg3"/>
</TabsContent>

<TabsContent value="english">
<VideoPlayer src="https://www.youtube.com/watch?v=9Shi7sbrHqY"/>
</TabsContent>

</Tabs>

<Callout type="info">
πŸ‘¨β€πŸ’»πŸ“ Now that you have completed the JavaScript tutorial video and reviewed the JavaScript cheat sheet, it's time to put your knowledge into practice by completing the JavaScript assignments. πŸš€
Expand Down

0 comments on commit b357087

Please sign in to comment.