Skip to content

Commit d5bbafd

Browse files
authored
📦 Added Third Project
1 parent 9c1319e commit d5bbafd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

‎index.html‎

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h2 class="containerTitle">
337337
<img src="./assets/icons/star.png" alt="Active Star" />
338338
<img src="./assets/icons/star.png" alt="Active Star" />
339339
<img src="./assets/icons/star.png" alt="Active Star" />
340-
<img class="inactive" src="./assets/icons/star.png" alt="Active Star" />
340+
<img src="./assets/icons/star.png" alt="Active Star" />
341341
<img class="inactive" src="./assets/icons/star.png" alt="Active Star" />
342342
</div>
343343
</div>
@@ -675,6 +675,15 @@ <h2 class="containerTitle">
675675
<span>Predicting US Stores Sales</span>
676676
</div>
677677
</a>
678+
679+
<!-- Third Project -->
680+
<a href="https://www.kaggle.com/code/dsfelix/predicting-house-prices" target="_blank">
681+
<div class="card" data-tilt>
682+
<img src="./assets/icons/projects/house-for-sale.png" alt="Predicting House Prices">
683+
684+
<span>Predicting House Prices</span>
685+
</div>
686+
</a>
678687
</div>
679688
</div>
680689
</div>

0 commit comments

Comments
 (0)