-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (123 loc) · 5.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-6LSNSSKJG3"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-6LSNSSKJG3");
</script>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Test, explore, and customize cursor themes with our interactive tool. Perfect for developers and designers."
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Interactive Cursor Test</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap"
rel="stylesheet"
/>
<link id="theme-style" rel="stylesheet" href="light.css" />
<link rel="stylesheet" href="toggleButton.css" />
<link rel="icon" href="assets/images/favicon.webp" type="image/png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Interactive Cursor Test",
"url": "https://vibhorjaiswal.github.io/Cursor-Test/",
"description": "Test, explore, and customize cursor themes with our interactive tool."
}
</script>
<meta
name="google-site-verification"
content="AbP9OhOGwauAtEhW6TeMOJgOv8_yCBRiWsXr4_uhTfU"
/>
</head>
<body>
<header class="bg-primary text-white text-center py-4">
<h1 class="mb-2">Interactive Cursor Test</h1>
<p class="mb-0">
Hover over the blocks to explore different cursor styles in action!
</p>
</header>
<div
id="modeToggleButton"
class="d-flex justify-content-center flex-wrap m-2"
>
<input type="checkbox" onchange="togglemode()" id="darkmode-toggle" />
<label for="darkmode-toggle">
<svg
class="sun"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-brightness-high"
viewBox="0 0 16 16"
>
<path
d="M8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0 1a4 4 0 1 0 0-8 4 4 0 0 0 0 8zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z"
/>
</svg>
<svg
class="moon"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-moon"
viewBox="0 0 16 16"
>
<path
d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278zM4.858 1.311A7.269 7.269 0 0 0 1.025 7.71c0 4.02 3.279 7.276 7.319 7.276a7.316 7.316 0 0 0 5.205-2.162c-.337.042-.68.063-1.029.063-4.61 0-8.343-3.714-8.343-8.29 0-1.167.242-2.278.681-3.286z"
/>
</svg>
</label>
</div>
<div id="content" class="d-flex justify-content-center flex-wrap"></div>
<footer class="text-center py-4 bg-light mt-auto">
<p class="mb-1">Follow me on:</p>
<a href="https://github.com/VibhorJaiswal" target="_blank" class="mx-2">
<img
src="https://img.icons8.com/ios-glyphs/30/000000/github.png"
alt="GitHub"
/>
</a>
<a
href="https://www.linkedin.com/in/vibhor-jaiswal-a031231b0/"
target="_blank"
class="mx-2"
>
<img
src="https://img.icons8.com/ios-filled/30/0077b5/linkedin.png"
alt="LinkedIn"
/>
</a>
<p class="mt-3 mb-0">© 2024 Vibhor Jaiswal. All rights reserved.</p>
</footer>
<script src="./script.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"
crossorigin="anonymous"
></script>
</body>
</html>