Skip to content

Commit

Permalink
changing mouse hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Git21221 committed Jul 12, 2023
1 parent 6d23cc3 commit 8faf24c
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 134 deletions.
File renamed without changes.
17 changes: 0 additions & 17 deletions cursor-trail/scroll.css

This file was deleted.

15 changes: 0 additions & 15 deletions cursor-trail/scroll.html

This file was deleted.

File renamed without changes
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- calling our style -->
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>

<body>
<!-- <canvas id="mouse"> -->
<nav class="navbar">
<div class="navbar-logo">
<p>GOAT Elitte Coders</p>
Expand Down Expand Up @@ -86,6 +87,7 @@
Start Journey
</button>
</div>
<script src="script.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<script src="js/mouse.js" type="text/javascript"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion cursor-trail/scroll.js → js/mouse.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const canvas = document.getElementById("canvas");
const canvas = document.getElementById("mouse");
const ctx = canvas.getContext("2d");
canvas.width = window.innerWidth;
canvas.height = window.innerHeight;
Expand Down
File renamed without changes.
27 changes: 0 additions & 27 deletions sec-page/index.html

This file was deleted.

67 changes: 0 additions & 67 deletions sec-page/script.js

This file was deleted.

5 changes: 0 additions & 5 deletions sec-page/second.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,6 @@ <h1>3D CSS Solar System</h1>
</div>
</div>
</div>
<!-- <div id="section">
<canvas class="webgl">
</canvas>
<script type="module" src="script.js"></script>
</div> -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined') {
Expand Down

0 comments on commit 8faf24c

Please sign in to comment.