Skip to content

Commit

Permalink
removed video from all pages and from all tabs except learn tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush17112002 committed Oct 6, 2023
1 parent af1da55 commit f184cda
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 39 deletions.
3 changes: 1 addition & 2 deletions content/batch/build/react/fundamentals.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
- How do you feel after completing these challenges? Did reading the official ReactJS documentation make it easier to understand the technology? Share your experiences and learning journey on LinkedIn and Twitter using the hashtag #FrontendWithVishal to inspire others to learn from the official documentation too. 🤝🚀


### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://www.youtube.com/watch?v=ddCoFFqLo-g"/>


</TabsContent>

Expand Down
3 changes: 1 addition & 2 deletions content/batch/build/react/quiz.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB

</Callout>

### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://www.youtube.com/watch?v=B4vhIfcm5TY"/>


</TabsContent>

Expand Down
3 changes: 1 addition & 2 deletions content/batch/build/react/todo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB

</Callout>

### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://www.youtube.com/watch?v=lLpdRMaDVQc"/>


</TabsContent>

Expand Down
2 changes: 0 additions & 2 deletions content/batch/dsa/array.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,7 @@ console.log(positiveNumber);
- [Max Consecutive Ones](https://leetcode.com/problems/max-consecutive-ones/)


### ❓Unclear with concepts? 📺 Watch This

<VideoPlayer src="https://youtu.be/y1vuYL7DtPU?si=3CHVcEAPhp_nWpbO"/>

</TabsContent>

Expand Down
2 changes: 0 additions & 2 deletions content/batch/dsa/polyfills.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ const strings = ['hello world', 'i am openai', 'welcome to javascript'];
```


### ❓Unclear with concepts? 📺 Watch This

<VideoPlayer src="https://www.youtube.com/watch?v=NFvpyWQRMKQ&ab_channel=VishalRajput"/>



Expand Down
2 changes: 0 additions & 2 deletions content/batch/learn/css/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB

Don’t worry about responsive design, we will implement responsive design after learning flexbox and grid.**

### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://www.youtube.com/watch?v=CVS8CdVrsoc&list=PLSH9gf0XETou_b8C3SJm8rk69Z41eUgbQ&index=9"/>

</TabsContent>

Expand Down
3 changes: 0 additions & 3 deletions content/batch/learn/css/flex.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,6 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
- 🎨 Create your portfolio, showcasing all the sections, and ensuring it is responsive. You can draw inspiration from this portfolio for design ideas.
- 💼 Here's an example of the portfolio you can use as inspiration [Sujit](https://thesujitmemane.vercel.app/) and [Manish](https://bisht-dev.netlify.app/)

### ❓Unclear with concepts? 📺 Watch This

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


<Callout type="info">
Expand Down
3 changes: 1 addition & 2 deletions content/batch/learn/css/grid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
- Create LinkedIn Clone using HTML & CSS only [Demo](https://fabulous-bonbon-4e8c6f.netlify.app/)


### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://youtu.be/ULp7wPJ-rzQ"/>

</TabsContent>

<TabsContent value="interview">
Expand Down
2 changes: 0 additions & 2 deletions content/batch/learn/github/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ git revert <commit hash>
- 4. 🆕 Moving forward, create a new repository for each project we will build.
- 5. 🌐 **Host the Portfolio** on GitHub **** you built after the CSS Flexbox video and share it on LinkedIn and Twitter using **#FrontendWithVishal**, and mention me to get feedback on your work.

### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://youtu.be/ng_3YZHnz8U"/>


</TabsContent>
Expand Down
7 changes: 1 addition & 6 deletions content/batch/learn/html/basic.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
- Practice using HTML tags such as headings, paragraphs, lists, tables, forms, and multimedia.
- Get familiar with semantic tags that help to make the HTML code more meaningful and easier to understand.

### ❓Unclear with concepts? 📺 Watch This
<div key="htmlVideo" align="center">
<a href="https://youtu.be/EOwWXNBKtBM" >
<img src="http://img.youtube.com/vi/EOwWXNBKtBM/0.jpg" alt="HTML Crash Course" />
</a>
</div>



<Callout type="info">
Expand Down
5 changes: 1 addition & 4 deletions content/batch/learn/js/dom.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
- 1. Complete JavaScript DOM challenges from this website: https://www.jschallenger.com/javascript-dom-exercises
- 2. As your initial mini project, create a simple miniature counter application with buttons for increasing, decreasing, and resetting the count, design it using CSS, and share it on LinkedIn or Twitter with the hashtag **#FrontendWithVishal**, I will provide you with feedback on the post.

### ❓Unclear with concepts? 📺 Watch This
<div key="htmlVideo" align="center">
<VideoPlayer src="https://www.youtube.com/watch?v=85jzHRTVdsc"/>
</div>


</TabsContent>

Expand Down
3 changes: 1 addition & 2 deletions content/batch/learn/js/github-wrapper.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB

Good luck with the assignment!

### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://youtu.be/z1LJ_gWwzFs"/>


</TabsContent>

Expand Down
2 changes: 0 additions & 2 deletions content/batch/learn/js/google-keep.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB

Good luck with the assignment!

### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://www.youtube.com/watch?v=CVS8CdVrsoc&t=3119s"/>

</TabsContent>

Expand Down
4 changes: 0 additions & 4 deletions content/batch/learn/js/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
### 📌🔨 Task
- Complete JavaScript basics challenges from this website https://www.jschallenger.com/javascript-practice

### ❓Unclear with concepts? 📺 Watch This
<div key="htmlVideo" align="center">
<VideoPlayer src="https://www.youtube.com/watch?v=9Shi7sbrHqY"/>
</div>

</TabsContent>

Expand Down
2 changes: 0 additions & 2 deletions content/batch/learn/js/wack-a-mole.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ Want to improve this page? Raise a issue on [@github](https://github.com/ManishB
- 3. Working Demo [Link](https://knock-a-rodent.netlify.app/)
Good luck with the assignment!

### ❓Unclear with concepts? 📺 Watch Again
<VideoPlayer src="https://www.youtube.com/watch?v=lY7j-NBGFHM"/>

</TabsContent>

Expand Down

0 comments on commit f184cda

Please sign in to comment.