Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,25 +121,26 @@ <h1>Project Vault</h1>

<main>
<div class="category-container">
<a class="category-card fade-in" href="#" style="animation-delay: 0.1s">
<h2>🌐 Static Websites</h2>
<a class="category-card fade-in" href="./assets/html_files/website.html" style="animation-delay: 0.1s">
<h2>🌐 Webfolio</h2>
<p>
Explore beautiful, responsive websites built with modern web
technologies and best practices
</p>
</a>
<a class="category-card fade-in" href="#" style="animation-delay: 0.2s">
<a class="category-card fade-in" href="./assets/html_files/games.html" style="animation-delay: 0.2s">
<h2>🎮 Games</h2>
<p>
Interactive games and entertainment projects showcasing creative
programming and user experience
</p>
</a>
<a class="category-card fade-in" href="#" style="animation-delay: 0.3s">
<a class="category-card fade-in" href="./assets/html_files/ml.html" style="animation-delay: 0.3s">
<h2>🤖 ML Projects</h2>
<p>
Cutting-edge machine learning applications and AI-powered solutions
for real-world problems

</p>
</a>
</div>
Expand Down Expand Up @@ -331,4 +332,5 @@ <h1 class="heading">Keep In Touch</h1>

<script src="script.js"></script>
</body>

</html>