Skip to content

Commit 088ad15

Browse files
authored
Merge pull request #198 from CSFelix/CSFelix-patch-1
📦 Updated
2 parents 15dc131 + 10482f8 commit 088ad15

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff 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
&nbsp
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>

0 commit comments

Comments
 (0)