Skip to content

Commit

Permalink
Merge pull request #2411 from VanshGarg06/VanshGarg06-patch-45
Browse files Browse the repository at this point in the history
Duplication of Header Resolved
  • Loading branch information
iamrahulmahato authored Nov 10, 2024
2 parents bf6f68f + af887c5 commit 5e54852
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,38 +165,6 @@
}

</style>
<!-- Navbar Component with Centered Links and Title Update -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Master Web Development</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav class="navbar">
<a href="#" class="logo">
Master-Web<br>
<span>Development</span>
</a>

<ul class="navbar-links">
<li><a href="./welcometestimonials.html">Testimonials</a></li>
<li><a href="./about.html">About Us</a></li>
<li><a href="#">Account</a></li>
<li><a href="./terms.html">Terms of Use</a></li>
<li><a href="#">Media Centre</a></li>
<li><a href="./contact.html">Contact Us</a></li>
<li><a href="#">Projects</a></li>
<li><a href="./feedback.html">Feedback</a></li>
</ul>
</nav>
</header>
</body>
</html>

<link href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remix.css" rel="stylesheet" />
<link rel="stylesheet" href="styles.css">

Expand All @@ -217,14 +185,6 @@
</main>
<title>Master web development</title>
<link rel="icon" href="./faviconicon.png" type="image/png">


.card {
animation: appear 5s linear;
animation-timeline: view();
animation-range: entry 0% cover 40%;
}

</style>

</head>
Expand Down

0 comments on commit 5e54852

Please sign in to comment.