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
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="mobile-menu-close" id="mobileMenuClose">&times;</div>
</div>
<div class="mobile-menu-items">
<a href="./index.html" class="mobile-menu-link"><i class="fa-solid fa-house"></i> Home</a>
<a href="./index.html" class="mobile-menu-link"><i class="fa-solid fa-house" aria-hidden="true"></i> Home</a>
<a href="./assets/html_files/aboutus.html" class="mobile-menu-link"><i class="fa-solid fa-circle-info"></i> About Us</a>
<div class="mobile-submenu">
<div class="mobile-menu-link submenu-toggle"><i class="fa-solid fa-icons"></i> Components <i class="fa-solid fa-chevron-down arrow-icon"></i></div>
Expand All @@ -47,7 +47,7 @@
<span></span>
</div>
<div class="nav-right">
<a href="./index.html" class="nav-link"><i class="fa-solid fa-house"></i> Home</a>
<a href="./index.html" class="nav-link"><i class="fa-solid fa-house" aria-hidden="true"></i> Home</a>
<a href="./assets/html_files/aboutus.html" class="nav-link"><i class="fa-solid fa-circle-info"></i> About Us</a>
<div class="dropdown">
<div class="dropdown-toggle nav-link"><i class="fa-solid fa-icons"></i> Components ▾</div>
Expand All @@ -70,21 +70,21 @@ <h1><span id="animated-title"></span></h1>

<main>
<div class="category-container">
<a class="category-card fade-in" href="#" style="animation-delay: 0.1s">
<a class="category-card fade-in" href="./assets/html_files/website.html" style="animation-delay: 0.1s">
<h2>🌐 Static Websites</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
Expand Down Expand Up @@ -190,7 +190,7 @@ <h1 class="heading">Project Vault</h1>
<h1 class="heading">Quick Links</h1>
<ul class="footer-ul">
<li>
<a href="./index.html"><i class="fa-solid fa-house"></i> Home</a>
<a href="./index.html"><i class="fa-solid fa-house" aria-hidden="true"></i> Home</a>
</li>
<li>
<a href="./assets/html_files/aboutus.html"
Expand Down Expand Up @@ -253,12 +253,12 @@ <h1 class="heading">Keep In Touch</h1>
</div>

<div class="copyright">
Created By Pavitraa ❤️ | © <span id="currentYear">2024</span> All Rights
Created By Pavitraa ❤️ | © <span id="currentYear">2025</span> All Rights
Reserved
</div>
</footer>

<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>

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