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

Disabled cursor to move #890

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,3 +308,8 @@
- Place: Durgapur, West Bengal, India.
- Bio: CSE Undergrad | Sophomore @KIIT, Bhubaneswar | Passionate MERN Stack Developer
- GitHub: [Sambit Mondal](https://github.com/Sambit-Mondal)

#### Name: [Prerna Dikondwar] (https://github.com/Prernadikondwar)
- Place: Nagpur, Maharashtra, Country
- Bio: I am a software developer from vellore institute of technology
- GitHub: [Prerna Dikondwar](https://github.com/Prernadikondwar)
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ <h3 class="chatbox__title">Precious IT Services</h3>
<script>
//Custom Cursor

const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
//const coords = { x: 0, y: 0 };
//const circles = document.querySelectorAll(".circle");

const colors = [
//const colors = [
"#55a5ea",
"#55a5ea",
"#55a5ea",
Expand All @@ -388,7 +388,8 @@ <h3 class="chatbox__title">Precious IT Services</h3>
"fff",
"fff",
"fff",
];
];
//

circles.forEach(function (circle, index) {
circle.x = 0;
Expand Down