Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyl4303 authored Nov 5, 2023
1 parent f5cfd39 commit 5eb099c
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,6 @@
<script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
<link rel="stylesheet" type="text/css" href="assets/css/main.css"/>
<link rel="stylesheet" href="导航栏下拉.css">
<style>
#progress-bar {
width: 100%;
height: 5px;
background-color: #ccc;
position: fixed;
top: 0;
left: 0;
z-index: 10000;
}

#progress {
height: 100%;
background-color: #4caf50;
width: 0;
}

#content {
display: none;
}
</style>

<style>
/* 添加自定义鼠标样式 */
* {
Expand Down Expand Up @@ -96,10 +74,6 @@
</style>
</head>

<body>
<div id="progress-bar">
<div id="progress"></div>
</div>
<ul>
<li><a href="https://xzyl4303.github.io/" class="active">首页</a></li>
<li><a href="email.html">找到我 & 联系方式</a></li>
Expand Down Expand Up @@ -133,15 +107,6 @@ <h1 class="animate-slide-in-down">xzyl4303</h1>
</div>
</div>
<script src="assets/vendors/jquery-3.3.1.min.js"></script>
<script>
document.onreadystatechange = function () {
if (document.readyState === 'complete') {
// 当网页加载完成时,隐藏进度条,显示网页内容
document.getElementById('progress-bar').style.display = 'none';
document.getElementById('content').style.display = 'block';
}
};
</script>
<section ></section>
<script type='text/javascript'>
!function () { function o(w, v, i) { return w.getAttribute(v) || i } function j(i) { return document.getElementsByTagName(i) } function l() { var i = j("script"), w = i.length, v = i[w - 1]; return { l: w, z: o(v, "zIndex", -1), o: o(v, "opacity", 0.5), c: o(v, "color", "0,0,0"), n: o(v, "count", 99) } } function k() { r = u.width = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth, n = u.height = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight } function b() { e.clearRect(0, 0, r, n); var w = [f].concat(t); var x, v, A, B, z, y; t.forEach(function (i) { i.x += i.xa, i.y += i.ya, i.xa *= i.x > r || i.x <0 ? -1 : 1, i.ya *=i.y>n || i.y <0 ? -1 : 1, e.fillRect(i.x - 0.5, i.y - 0.5, 1, 1); for (v=0; v < w.length; v++) { x = w[v]; if (i !== x &&null !== x.x &&null !== x.y) { B = i.x - x.x, z = i.y - x.y, y = B * B + z * z; y <x.max && (x=== f && y>= x.max / 2 &&(i.x -= 0.03 * B, i.y -= 0.03 * z), A = (x.max - y) / x.max, e.beginPath(), e.lineWidth = A / 2, e.strokeStyle = "rgba(" + s.c + "," + (A + 0.2) + ")", e.moveTo(i.x, i.y), e.lineTo(x.x, x.y), e.stroke()) } } w.splice(w.indexOf(i), 1) }), m(b) } var u = document.createElement("canvas"), s = l(), c = "c_n" + s.l, e = u.getContext("2d"), r, n, m = window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function (i) { window.setTimeout(i, 1000 / 45) }, a = Math.random, f = { x: null, y: null, max: 20000 }; u.id = c; u.className = "hidden-xs hidden-sm my_canvas"; u.style.cssText = "position:fixed;top:0;left:0;z-index:" + s.z + ";opacity:" + s.o; j("body")[0].appendChild(u); k(), window.onresize = k; window.onmousemove = function (i) { i = i || window.event, f.x = i.clientX, f.y = i.clientY }, window.onmouseout = function () { f.x = null, f.y = null }; for (var t = [], p = 0; s.n > p; p++) { var h = a() * r, g = a() * n, q = 2 * a() - 1, d = 2 * a() - 1; t.push({ x: h, y: g, xa: q, ya: d, max: 6000 }) } setTimeout(function () { b() }, 100) }();
Expand Down

0 comments on commit 5eb099c

Please sign in to comment.