Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
noahrizika committed Jun 11, 2024
1 parent 179c497 commit d6bcb7d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OGrades</title>
<title>Ogrades</title>
<link rel="stylesheet" href="style.css" />
<!-- <link rel="stylesheet" href="mediaqueries.css" /> -->
<link rel="icon" href="assets/favicon.ico" />
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
8 changes: 0 additions & 8 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
// function toggleMenu() {
// const menu = document.querySelector(".menu-links");
// const icon = document.querySelector(".hamburger-icon");
// menu.classList.toggle("open");
// icon.classList.toggle("open");
// }

function animateCount(target, duration) {
console.log('here');
if (!isNaN(target))
{
const start = 0;
Expand Down
3 changes: 0 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ body {
}

.navbar {
/* Your navbar styles here */
/* position: fixed; */
top: 0;
width: 100%;
z-index: 1000;
/* Ensure navbar is above the background image */
}

html {
Expand Down

0 comments on commit d6bcb7d

Please sign in to comment.