Skip to content

Commit 70cf611

Browse files
authored
📦 - Updates
1 parent a27f060 commit 70cf611

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

‎index.html‎

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,21 @@ <h3>Coming soon...</h3>
874874
<img id="dashboardModalSticker" alt="Hey There" hidden />
875875
<img class="sticker" src='./assets/stickers/robot/projects.gif' alt="Projects!"/>
876876
&nbsp
877-
<span>Coming soon on March 2023...</span>
877+
878+
<!-- cards -->
879+
<div class="cardsGroup">
880+
881+
<!-- First Project -->
882+
<a href="https://dashboard-us-stores-sales.onrender.com" target="_blank">
883+
<div class="card" data-tilt>
884+
<img src="./assets/icons/projects/store.png" alt="Dashboard US Store Sales">
885+
886+
<span>US Store Sales</span>
887+
888+
<span class="badge streamlitBadge">Streamlit</span>
889+
</div>
890+
</a>
891+
</div>
878892
</div>
879893
</div>
880894

0 commit comments

Comments
 (0)