Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplication of Header Resolved #2411

Merged
Merged
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
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
Loading