Skip to content

Commit

Permalink
Merge pull request #58 from kom-senapati/feat/adding-courses-in-m3
Browse files Browse the repository at this point in the history
feat: added more courses in m3
  • Loading branch information
dakshsinghrathore authored Jan 5, 2024
2 parents 6648517 + 84d4238 commit d4c52d0
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions dist/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,54 @@ <h1 class="text-3xl font-bold mb-4">
</div>
</div>
</li>
<li
class="mb-6 hover:scale-105 ease-in-out duration-300 pl-2 pr-2 w-full sm:h-5/6 md:w-1/2 lg:w-1/2"
>
<div
class="max-h-max w-full rounded-xl cursor-pointer flex-col justify-center items-center font-medium text-xl transition-transform duration-300 ease-in-out"
>
<div class="h-56 w-full">
<iframe width="732" height="412" src="https://www.youtube.com/embed/we3907q1xz4" title="The Best way to build a Python command line tool - Python Typer Tutorial" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen class="h-full w-full items-center rounded-3xl md:w-full lg:w-full md:m-4 lg:m-4 md:mr-2 lg:mr-2"></iframe>
</div>
<div class="p-2 pt-1 pb-1">
<a href="#">
The Best way to build a Python command line tool - Python Typer Tutorial</a
>
</div>
</div>
</li>
<li
class="mb-6 hover:scale-105 ease-in-out duration-300 pl-2 pr-2 w-full sm:h-5/6 md:w-1/2 lg:w-1/2"
>
<div
class="max-h-max w-full rounded-xl cursor-pointer flex-col justify-center items-center font-medium text-xl transition-transform duration-300 ease-in-out"
>
<div class="h-56 w-full">
<iframe width="642" height="416" src="https://www.youtube.com/embed/nxMG-RZB26Q" title="Python Flask Crash Course 2023" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen class="h-full w-full items-center rounded-3xl md:w-full lg:w-full md:m-4 lg:m-4 md:mr-2 lg:mr-2"></iframe>
</div>
<div class="p-2 pt-1 pb-1">
<a href="#">
Flask Crash Course</a
>
</div>
</div>
</li>
<li
class="mb-6 hover:scale-105 ease-in-out duration-300 pl-2 pr-2 w-full sm:h-5/6 md:w-1/2 lg:w-1/2"
>
<div
class="max-h-max w-full rounded-xl cursor-pointer flex-col justify-center items-center font-medium text-xl transition-transform duration-300 ease-in-out"
>
<div class="h-56 w-full">
<iframe width="732" height="412" src="https://www.youtube.com/embed/ElYj7lI3YMQ" title="Django Web Framework with an Expert-Led COURSE || Django Web Framework Full TUTORIAL for Beginners" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen class="h-full w-full items-center rounded-3xl md:w-full lg:w-full md:m-4 lg:m-4 md:mr-2 lg:mr-2"></iframe>
</div>
<div class="p-2 pt-1 pb-1">
<a href="#">
Django Web Development Course</a
>
</div>
</div>
</li>



Expand Down

0 comments on commit d4c52d0

Please sign in to comment.