-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
608 lines (581 loc) · 23.3 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
<!DOCTYPE html>
<html lang="en">
<head>
<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>🥳可执行程序的博客📰</title>
<link rel="icon" href="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/img/hanta.jpg" sizes="16x16">
<link rel="shortcut icon" href="img/hanta.png" type="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/img/hanta.jpg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/css/common.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/css/blog_list.css">
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
<style>
body{
transition: 0.5s;
background-image:url('5268d877a2a04864b36b4961ab793f4f.jpg');
background-color:#cccccc;
background-repeat:no-repeat;
background-position:center;
background-attachment:fixed;
background-size: cover;
}
</style>
<style>
body {
font-family: "Lato", sans-serif;
}
.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #fff;
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
opacity: 0.9;
}
.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
.sidenav a:hover {
color: #f1f1f1;
}
.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
</style>
<link rel="stylesheet" href="https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css">
<style>
ul{
background-color: white;
color: #000000;
width: 150px;
display: none;
background:rgba(222, 221, 221, 0);
/* 让当前的ul参照浏览器的边缘进行定位 */
position: absolute;
padding: 10px;
box-shadow: 0px 0px 5px black;
border-radius: 10px;
}
li{
list-style: none;
line-height: 40px;
}
li:hover{
color: white;
background-color: block;
}
a:link {
color: #000000
}
</style>
<style>
.button {
display: inline-block;
border-radius: 4px;
background-color: rgba(0,0,0,0.1);
border: none;
color: #FFFFFF;
text-align: center;
font-size: 20px;
padding: 20px;
width: 200px;
transition: all 0.5s;
cursor: pointer;
margin: 5px;
}
.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}
.button span:after {
content: '»';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}
.button:hover span {
padding-right: 25px;
}
.button:hover span:after {
opacity: 1;
right: 0;
}
</style>
<style>
.user-bio {
font-size: 14px;
color: #6a737d;
}
.user-bio .user-bio-top {
height: 15px;
background-color: #E3E3E3;
padding: 8px 12px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.user-bio .user-bio-body {
background-color: #EEEEEE;
width: 100%;
font-size: 13px;
color: #666666;
overflow: auto;
padding: 20px;
}
.user-bio .user-bio-top div{
float: left;
margin-right: 10px;
width:13px;
height:13px;
background-color:#FF5F57;
border-radius:50px;
}
.user-bio .user-bio-top .circle-yellow{
float: left;
margin-right: 10px;
width:13px;
height:13px;
background-color:#FFBD2E;
border-radius:50px;
}
.user-bio .user-bio-top .circle-green{
float: left;
margin-right: 10px;
width:13px;
height:13px;
background-color:#28CA42;
border-radius:50px;
}
</style>
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.7.1/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("button").click(function() {
$("#div1").toggle();
});
});
</script>
</head>
<body>
<div id="music" key="657526d619a3c" api="https://music.yy.mba"></div><script id="xplayer" src="https://music.yy.mba/Static/player3/js/player.js" ></script>
<theme-button value="light" id="btn" size="1" style="width: 120px;height: 120px;position: absolute;top: 10px;right: 10px;background-color: rgba(255, 255, 255, 0)"></theme-button>
<script>
document.body.style.backgroundImage = "#424242";
btn.addEventListener("change", e => {
if (e.detail === 'light') {
document.body.style.background = "url(5268d877a2a04864b36b4961ab793f4f.jpg) no-repeat";//通过js控制改变行内样式
document.body.style.backgroundSize = "cover";
}
else {
document.body.style.background = "url(bc4504cc20134baba18dd1a3d247f302.jpg) no-repeat";//通过js控制改变行内样式
document.body.style.backgroundSize = "cover";
}
});
</script>
<script src="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/js/script.js"></script>
<!-- 导航栏 -->
<div class="nav">
<img src="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/img/hanta.jpg" alt="">
<span>可执行程序的博客</span>
<!-- 空白元素 实现占位 -->
<div class="spacer"></div>
<a href="index.html">主页</a>
<a href="blog_edit.html">写博客</a>
<a href="blog_login.html">注销</a>
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<div class="user-bio"id="div1">
<div class="user-bio-top">
<div class="circle-red"></div>
<div class="circle-yellow"></div>
<div class="circle-green"></div>
</div>
<div class="user-bio-body">
<h3>提示</h3>
<p>🧀该天气插件会获取您的地理位置和网络位置</p>
<p>🏡此窗口主要提醒您正在获取您的地理位置</p>
<p>🌎如果开启了科学上网或者使用翻墙伪IP</p>
<p>⭐否则会显示到其他国家而不是当前处于位置</p>
<p>🔑请关掉科学上网以获取最准的地理位置</p>
<button type="button">💡我知道了</button>
</div>
</div>
<div id="ww_1a22d1b13a499" v='1.3' loc='auto' a='{"t":"horizontal","lang":"zh","sl_lpl":1,"ids":[],"font":"Arial","sl_ics":"one_a","sl_sot":"celsius","cl_bkg":"#FFFFFF00","cl_font":"#000000","cl_cloud":"#d4d4d4","cl_persp":"#2196F3","cl_sun":"#FFC107","cl_moon":"#FFC107","cl_thund":"#FF5722"}'><a href="https://weatherwidget.org/zh/" id="ww_1a22d1b13a499_u" target="_blank">天气插件</a></div><script async src="https://app2.weatherwidget.org/js/?id=ww_1a22d1b13a499"></script>
</div>
<span style="font-size:20px;cursor:pointer" onclick="openNav()">☰ </span>
<script>
function openNav() {
document.getElementById("mySidenav").style.width = "500px";
}
function closeNav() {
document.getElementById("mySidenav").style.width = "0";
}
</script>
</div>
<h1 ><color="white">🎉🎉🥳🎄🏮欢迎来到可执行程序的博客🏮🎄🥳🎉🎉</color></h1>
<!-- 这里的.container作为页面的版心 -->
<div class="container">
<!-- 左侧个人信息 -->
<div class="left">
<!-- 表示整个用户的信息区域 -->
<div class="card">
<img src="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/img/hanta.jpg" alt="">
<h3>🥳可执行程序</h3>
<p>一个广东仔,不会说白话😭</p>
<p>😜有时在学校开挂</p>
<p>喜欢看FO的视频😋</p>
<hr>
<!-- Element to contain animated typing -->
<span id="element"></span>
<!-- Load library from the CDN -->
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<!-- Setup and start animation! -->
<script>
var typed = new Typed('#element', {
strings: ['勤学如春起之苗,不见其增日有所长;辍学如磨刀之石,不见其损日有所亏。——陶渊明'],
typeSpeed: 60,
});
</script>
<a href="https://github.com/exef-star/hanta">Github地址</a>
<div class="counter">
<span>文章</span>
<span>分类</span>
</div>
<div class="counter">
<span>4</span>
<span>1</span>
</div>
</div>
</div>
<!-- 右侧内容详情 -->
<div class="right">
<h3>😇每日舔狗日记</h3>
<p id="sentence"></p>
<p>纯属娱乐,请勿模仿舔狗日记行为!!!Σ(っ °Д °;)っ</p>
<script src="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/static/js/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/static/js/skel.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/static/js/util.js"></script>
<script src="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/static/js/main.js"></script>
<script src="https://cdn.jsdelivr.net/gh/exef-star/hanta@main/static/js/index.js"></script>
<hr>
<!-- .blog就对应表示一个博客 -->
<div class="blog">
<!-- 博客标题 -->
<div class="title">
😀fchart blockly
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-02-25 20:07:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
blockly的镜像
</div>
<a href="https://exef-star.github.io/hanta/Blockly/blockly/demos/code/index.html?lang=zh-hans&code=0">👉点击进入 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🥳富文本编辑器
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-02-25 20:07:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
😋基于tiny的富文本编辑器,如果遇到报错,不影响使用,直接忽略
</div>
<a href="https://exef-star.github.io/hanta/blog_text.html">👉点击进入 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
😇Markdown编辑器
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-03-07 12:44:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
基于Vditor的Markdown编辑器,支持所见即所得模式,也支持传统的分屏模式
</div>
<a href="blog_Markdown.html">👉点击进入 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
⚙️Ai
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-02-25 20:07:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
🔧正在维护中···
</div>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🔍Mine craft记录
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-03-17 18:10:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
简单描述一下我在Mine craft里面做了什么
</div>
<a href="blog_detail-mcphoto.html">🍒查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
😉VSCode安装教程(有手就行)
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-01-25 09:27:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
这个教程,堪称全网的最简单、最容易基础版,如果不会,可以@我的QQ号:2667174454······
</div>
<a href="blog_detail.html">👉查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🤤看板娘基础教程(有手就行)
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-01-25 17:09:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
关于看板娘的基础教程
</div>
<a href="blog_detail1.html">👉查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🧮计算器
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-01-25 17:09:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
基于慧木菌的结课作业
</div>
<a href="blog_calculator.html">👉查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🥳关于作者
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-01-26 17:36:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
🥳是关于作者的
</div>
<a href="blog_detail-about.html">👉查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🕷️🕸️网页蜘蛛网特效
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-01-26 17:36:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
🥳这个会跳转到spider web网页,如果喜欢,可以开F12拷代码,没有任何附加文件
</div>
<a href="blog_detail-spiderweb.html">👉查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🌾网页Mine craft推荐
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-02-01 10:44:55
</div>
<!-- 博客的摘要 -->
<div class="desc">
🥳推荐两个老Mine craft网页!!
</div>
<a href="blog_detail-MC.html">👉查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🏡Auto-py-to-exe小白教程
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-02-02 10:59:36
</div>
<!-- 博客的摘要 -->
<div class="desc">
🥳讲解如何将.py文件转成可执行.exe程序
</div>
<a href="blog_autopy.html">👉查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🧐【Python】Calculator代码(Tkinter)
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-02-18 12:05:00
</div>
<!-- 博客的摘要 -->
<div class="desc">
Python计算器代码,适用于极简办公blog_calculatorcode.htmlblog_calculatorcode.html
</div>
<a href="blog_calculatorcode.html">👉查看全文 >></a>
</div>
<div class="blog">
<!-- 博客标题 -->
<div class="title">
🌌Scratch泡泡龙
</div>
<!-- 博客发布时间 -->
<div class="date">
2024-02-02 10:59:36
</div>
<!-- 博客的摘要 -->
<div class="desc">
🥳Scratch泡泡龙网页
</div>
<a href="Bubble Bobble.html">🎮进入游戏🎲 >></a>
</div>
</div>
</div>
</div>
<p align="center">Copyright © 2022-2024 hanta blog</p>
<ul id="caidan1">
<li onclick="location.href='blog_login.html'"><i class="fa fa-sign-out"></i>注销</li>
<li onclick="location.href='https://github.com/exef-star/hanta'"><i class="fa fa-github"></i>Github仓库</li>
<li onclick="location.href='https://www.baidu.com'"><i class="fa fa-paw"></i>百度一下</li>
<li onclick="location.href='#QQ:2667174454'"><i class="fa fa-qq"></i><i class="fa fa-at"></i>:2667174454</li>
</ul>
<script>
/* 当前页面的显示区域是文档document */
/* 当右键点击文档的时候 会弹出右键菜单 同时需要执行一些行为 */
document.oncontextmenu = function(e){
document.getElementById("caidan1").style.display = "block";
document.getElementById("caidan1").style.left = e.clientX + "px";
document.getElementById("caidan1").style.top = e.clientY + "px";
return false;//返回一个错误的指使,禁止菜单弹出
}
//鼠标左键单击
document.onclick = function(){
// alert("fuck");
document.getElementById("caidan1").style.display="none";
}
</script>
<script>
(function () {
var a_idx = 0;
window.onclick = function (event) {
var a = new Array("😂", "😘", "😍", "😊", "😁", "😭", "😜", "😝", "😄",
"😡", "😀", "😥", "🙃", "😋", "👍", "👌", "😱", "🤔", "🧐", "🤑");
var heart = document.createElement("b"); //创建b元素
heart.onselectstart = new Function('event.returnValue=false'); //防止拖动
document.body.appendChild(heart).innerHTML = a[a_idx]; //将b元素添加到页面上
a_idx = (a_idx + 1) % a.length;
heart.style.cssText = "position: fixed;left:-100%;"; //给p元素设置样式
var f = 16, // 字体大小
x = event.clientX - f / 2, // 横坐标
y = event.clientY - f, // 纵坐标
c = randomColor(), // 随机颜色
a = 1, // 透明度
s = 1.2; // 放大缩小
var timer = setInterval(function () { //添加定时器
if (a <= 0) {
document.body.removeChild(heart);
clearInterval(timer);
} else {
heart.style.cssText = "font-size:16px;cursor: default;position: fixed;color:" +
c + ";left:" + x + "px;top:" + y + "px;opacity:" + a + ";transform:scale(" +
s + ");";
y--;
a -= 0.016;
s += 0.002;
}
}, 15)
}
// 随机颜色
function randomColor() {
return "rgb(" + (~~(Math.random() * 255)) + "," + (~~(Math.random() * 255)) + "," + (~~(Math
.random() * 255)) + ")";
}
}());
</script>
</script>
<!-- 创建canvas元素 -->
<canvas class="snow" width="100%" height="100%" style="position: fixed; left: 0; top: 0; z-index: 1000; pointer-events: none;"></canvas>
<!-- 引入插件 -->
<script src="https://player.xfyun.club/js/snows/js/jquery.min.js"></script>
<script src="https://player.xfyun.club/js/snows/js/jquery.let_it_snow.js"></script>
<script src="https://player.xfyun.club/js/snows/js/modernizr.js"></script>
<script>
// 如果你需要更改网页的背景颜色,请把下面的注释删了
// $('body').css('background-color', '#000') // 将网页背景改成黑色
$('body').css('overflow-x', 'hidden').css('margin', '0').css('padding', '0') // 防止出现左右滚动条,并清除内外边距
$(document).ready( function() {
$('canvas.snow').let_it_snow({
speed: 0, // 该参数用于控制雪花飘落的速度。数值越高速度越快。数值设置在0-5之间。默认值为0。
interaction: true, // 该参数用于设置用户与雪花之间的交互。如果设置为true,那么鼠标和雪花之间将形成一种互斥作用,从而生成一种用户与雪花的交互动作。默认值为true。
size: 2, // 该参数用于设置雪花的平均大小。数值越高雪花越大。数值设置在0-10之间。默认值为2。
count: 200, // 该参数用于设置统一时间在屏幕中的雪花的数量。默认值为200。
opacity: 0, // 该参数用于设置雪花的平均透明度。设置为1,雪花完全不透明。数值设置在0.0到1.0之间。默认值为0。
color: '#ffffff', // 该参数用于设置雪花的颜色。
windPower: 0, // 该参数用于设置风吹的方向。如果你想风吹向右边,设置为正数。如果想风吹向其它方向,设置为负数。数值越大(正数)/数值越小(负数),风吹动的越厉害。默认值为0。
image: false // 你可以使用一张雪花图片来代替默认的圆形雪花。该参数是图片的URL,设置为false表示使用默认的圆形图像。默认值为false。
})
})
</script>
</body>
</html>