-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
63 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,34 +18,32 @@ | |
<title>Darstib's little world</title><!-- 头文字标题1 --> | ||
<meta name="description" content="2023あなたがいてよかった"><!-- 头文字标题2 --> | ||
<meta name="keywords" content="浅碎时光 QSSG Darstib 二次元 个人网站 博客"><!-- 搜索引擎关键字 --> | ||
<link rel="shortcut icon" href="./index/头像.jpg"><!-- 头像图标调用 --> | ||
<link rel="apple-touch-icon-precomposed" href="./index/头像.jpg"><!-- 头像图标调用 --> | ||
<link rel="shortcut icon" href="./index/avatar.jpg"><!-- 头像图标调用 --> | ||
<link rel="apple-touch-icon-precomposed" href="./index/avatar.jpg"><!-- 头像图标调用 --> | ||
<link href="./index/h.css" rel="stylesheet"><!-- 主css调用 --> | ||
<link rel="stylesheet" type="text/css" href="./index/nekotora.css"><!-- 图标css调用 --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Ukenn2112/[email protected]/ttf/YingHuaYuLuo-subfont.css" | ||
media="all"><!-- css字体调用 --> | ||
<link rel="stylesheet" href="./index/font-awesome-animation.min.css"><!-- 图标css调用 --> | ||
<script src="https://use.fontawesome.com/e0843fe573.js"></script><!-- 图标动画css调用 --> | ||
|
||
<script src="https://kit.fontawesome.com/df362c0d31.js" crossorigin="anonymous"></script><!-- fontawesome图标调用 --> | ||
|
||
</head> | ||
<!-- 格式调用部分 END --> | ||
<!-- 内容部分 --> | ||
|
||
<body> | ||
<!-- 侧边导航 --> | ||
侧边导航 | ||
<nav> | ||
<a href="https://darstib.github.io/blog/" class="time">Darstib</a> | ||
<a class="clip"></a> | ||
<!-- <a href="http://cyrus28214.top/" target="_blank">cyrus</a> | ||
<a class="clip"></a> | ||
<a href="https://blog.night1918.top/" target="_blank">night1918</a> | ||
<a href="https://darstib.github.io/myworld/" class="time">Darstib</a> | ||
<a class="clip"></a> | ||
<a href="https://xuan-insr.github.io/" target="_blank">xuan-insr</a> --> | ||
<a href="https://darstib.github.io/blog/" target="_blank">blog</a> | ||
<!-- <a class="clip"></a> --> | ||
</nav> | ||
<!-- 侧边导航 END --> | ||
<!-- 自适应调节 --> | ||
<div class="background"> | ||
<canvas id="startrack" width="1536" height="1065"></canvas> | ||
<canvas id="startrack" width="2560" height="1600"></canvas> | ||
<div class="cover"></div> | ||
</div><!-- 自适应调节 END --> | ||
|
||
|
@@ -65,7 +63,7 @@ <h2> | |
<span></span><!-- 红点 --> | ||
<span></span><!-- 黄点 --> | ||
<span></span><!-- 绿点 --> | ||
</div>Welcome To Darstib's little world | ||
</div>Welcome To Darstib's little world ! | ||
</h2><!-- 开头文字部分2 END --> | ||
</div><!-- 开头文字部分 END --> | ||
</div> | ||
|
@@ -77,7 +75,7 @@ <h2> | |
<h2 class="chtitle">Who is <span>Darstib</span> ?</h2> | ||
<div class="clear"> | ||
<div class="introduct"> | ||
<img class="avatar" src="index/头像.jpg"><!-- 头像图标调用 --> | ||
<img class="avatar" src="index/avatar.jpg"><!-- 头像图标调用 --> | ||
<div class="kongk"></div> | ||
<!-- 文字部分 --> | ||
<p style="padding-bottom:1em">[深山踏红叶,耳畔闻鹿鸣]...我很喜欢枫叶,可惜枫叶红时总多离别</p> | ||
|
@@ -132,9 +130,10 @@ <h2 class="chtitle">Who is <span>Darstib</span> ?</h2> | |
</div> | ||
</div><!-- 简介部分 END --> | ||
<!-- 社交链接部分 --> | ||
<!-- Darstib creation --> | ||
<div class="find ch"> | ||
<div class="container links"> | ||
<h2 class="chtitle">Darstib の <span> creations <i class="fa fa-envelope faa-wrench animated"></i></span> | ||
<h2 class="chtitle">Darstib の <span> creation <i class="fas fa-blog faa-float animated"></i></span> | ||
</h2> | ||
<div class="clear"> | ||
<a href="https://darstib.github.io/blog/" target="_blank"> | ||
|
@@ -146,9 +145,18 @@ <h2 class="chtitle">Darstib の <span> creations <i class="fa fa-envelope faa-wr | |
</div> | ||
</div> | ||
</a> | ||
<a href="mailto:[email protected]" target="_blank"> | ||
<a href="https://note-darstibs-projects.vercel.app/" target="_blank"> | ||
<div class="item"> | ||
<div class="bg" style="background-color: #FAC70F"></div> | ||
<div class="bg" style="background-color: #888888"></div> | ||
<div class="inner"> | ||
<img class="icon-tg" src="index/notebook-tabs.png"> | ||
<span>Darstib's note!</span> | ||
</div> | ||
</div> | ||
</a> | ||
<a href="mailto:[email protected]" target="_blank"> | ||
<div class="item"> | ||
<div class="bg" style="background-color: #baa533"></div> | ||
<div class="inner"> | ||
<img class="icon-tg" | ||
src="https://cdn.jsdelivr.net/gh/moezx/[email protected]/img/Sakura/images/sns/email.svg"> | ||
|
@@ -169,23 +177,13 @@ <h2 class="chtitle">Darstib の <span> creations <i class="fa fa-envelope faa-wr | |
</div> | ||
</div> | ||
</div> | ||
<!-- Darstib actions --> | ||
<!-- Darstib creation END --> | ||
<!-- Darstib action --> | ||
<div class="gate ch"> | ||
<div class="container links"> | ||
|
||
<h2 class="chtitle">Darstib <span>actions <i class="fa fa-server faa-float animated"></i></span></h2> | ||
<h2 class="chtitle">Darstib の <span>action <i class="fa-solid fa-map-location-dot faa-wrench animated"></i></span></h2> | ||
<div class="clear"> | ||
<a href="https://zjusec.com/" target="_blank"> | ||
<div class="item"> | ||
<div class="avatar"> | ||
<img src="https://zjusec.com/static/img/AAA_logo_new.e3b68c69.png"> | ||
</div> | ||
<div class="inner"> | ||
<h5>ZJU AAA bus</h5> | ||
<p></p> | ||
</div> | ||
</div> | ||
</a> | ||
<a href="https://github.com/Darstib" target="_blank"> | ||
<div class="item"> | ||
<div class="avatar"> | ||
|
@@ -197,42 +195,32 @@ <h5>Darstib's github</h5> | |
</div> | ||
</div> | ||
</a> | ||
<a href="https://www.soutushenqi.com/home" target="_blank"> | ||
<div class="item"> | ||
<div class="avatar"> | ||
<img src="https://assets.soutushenqi.com/stsq_web/ic_logo_icon.png"> | ||
</div> | ||
<div class="inner"> | ||
<h5>Darstib soutu</h5> | ||
<p></p> | ||
</div> | ||
</div> | ||
</a> | ||
<a href="https://www.canva.cn/projects" target="_blank"> | ||
<a href="https://zjusec.com/" target="_blank"> | ||
<div class="item"> | ||
<div class="avatar"> | ||
<img src="https://static.canva.cn/web/images/e1787d84651689b6f20de2ebd8d86baf.svg"> | ||
<img src="index/AAA_logo.png"> | ||
</div> | ||
<div class="inner"> | ||
<h5>Darstib Canva</h5> | ||
<h5>ZJU AAA bus</h5> | ||
<p></p> | ||
</div> | ||
</div> | ||
</a> | ||
<a href="https://y.qq.com/n/ryqq/profile/like/song" target="_blank"> | ||
<a href="https://leetcode.com/u/darstib/" target="_blank"> | ||
<div class="item"> | ||
<div class="avatar"> | ||
<img src="https://image.woshipm.com/wp-files/2020/07/3ZtsZ8VE8VTXZdSKDxCp.png"> | ||
<img src="index/LeetCode_Logo.png"> | ||
</div> | ||
<div class="inner"> | ||
<h5>QQMusicPlayer</h5> | ||
<h5>Darstib's leetcode</h5> | ||
<p></p> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
</div><!-- Darstib actions END --> | ||
</div> | ||
<!-- Darstib actions END --> | ||
<!-- 邻居们 --> | ||
<div class="gate ch"> | ||
<div class="container links"> | ||
|
@@ -360,6 +348,17 @@ <h5>yhwu_is</h5> | |
</div> | ||
</div> | ||
</a> | ||
<a href="https://tonycrane.cc/" target="_blank"> | ||
<div class="item"> | ||
<div class="avatar"> | ||
<img src="https://tonycrane.cc/tonycrane.png"> | ||
</div> | ||
<div class="inner"> | ||
<h5>tonycrane</h5> | ||
<p>xg,神!</p> | ||
</div> | ||
</div> | ||
</a> | ||
<a href="https://note.hobbitqia.cc/" target="_blank"> | ||
<div class="item"> | ||
<div class="avatar"> | ||
|
@@ -399,13 +398,14 @@ <h2 class="chtitle">特别 <span>感谢 <i class="fa fa-heart faa-pulse animated | |
<!-- 结尾部分 --> | ||
<div class="footer ch"> | ||
<div class="container"> | ||
<h3>浅碎时光丨Darstib</h3> | ||
<h3>Darstib|浅碎时光</h3> | ||
<br><br> | ||
<p>浮世景色百千年依旧<br>人之在世却如白露与泡影</p> | ||
<p class="c">基于 © 2020 Nekotora index 开发</p> | ||
<!-- 结尾运行时间 --> | ||
|
||
<body> | ||
<p class="c">本网页艰难地运行了 | ||
<p class="c">本站艰难地运行了 | ||
<b class="c"><strong> | ||
<script language="JavaScript" type="text/javascript"> | ||
var urodz = new Date("10/01/2023");//开始运行时间 | ||
|
@@ -414,15 +414,28 @@ <h3>浅碎时光丨Darstib</h3> | |
var dni = Math.floor(ile / (1000 * 60 * 60 * 24)); | ||
document.write(+dni) | ||
</script> | ||
</strong></b>Day | ||
</strong></b>天 | ||
</p> | ||
</body> | ||
<!-- 结尾运行时间 END --> | ||
</div> | ||
</div><!-- 结尾部分 END --> | ||
</div><!-- 内容部分 END --> | ||
<script src="./index/page.js"></script><!-- 流星&随机文字js调用 --> | ||
<style> | ||
@font-face { | ||
font-family: '霞鹭文楷GB屏幕阅读版'; | ||
src: local('霞鹭文楷GB屏幕阅读版'); /* 尝试从本地加载 */ | ||
} | ||
|
||
#slogan { | ||
font-family: '霞鹭文楷GB屏幕阅读版', sans-serif; /* 设置主要和备用字体 */ | ||
font-size: 36px; /* 设置字体大小 */ | ||
color: #ffffff; /* 设置字体颜色 */ | ||
text-align: left; /* 设置文本靠左 */ | ||
margin: 20px 0; /* 设置上下外边距 */ | ||
} | ||
</style> | ||
</body><!-- 内容部分 END --> | ||
|
||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.