File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -724,8 +724,8 @@ <h2 class="containerTitle">
724724 <!-- items -->
725725 < div class ="modalItems ">
726726 < video width ="175px " height ="auto " loop muted autoplay >
727- < source src ="./assets/stickers/robot/projects.mp4 " type ="video/mp4 " />
728- </ video >
727+ < source src ="./assets/stickers/robot/projects.mp4 " type ="video/mp4 " />
728+ </ video >
729729  
730730
731731 <!-- cards -->
@@ -761,11 +761,20 @@ <h2 class="containerTitle">
761761 <!-- Part 2.1 -->
762762 < a href ="https://www.kaggle.com/code/dsfelix/00-lu-decomposition " target ="_blank ">
763763 < div class ="card " data-tilt >
764- < img src ="./assets/icons/math.avif " alt ="Linear Algebra " width ="200px " height ="200px ">
764+ < img src ="./assets/icons/math.avif " alt ="Matrix Decomposition " width ="200px " height ="200px ">
765765
766766 < span > Matrix Decomposition</ span >
767767 </ div >
768768 </ a >
769+
770+ <!-- Part 2.2 -->
771+ < a href ="https://www.kaggle.com/code/dsfelix/00-venn-diagrams " target ="_blank ">
772+ < div class ="card " data-tilt >
773+ < img src ="./assets/icons/math.avif " alt ="Conditional Probability " width ="200px " height ="200px ">
774+
775+ < span > Conditional Probability</ span >
776+ </ div >
777+ </ a >
769778 </ div >
770779 </ div >
771780 </ div >
You can’t perform that action at this time.
0 commit comments