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

fixed meBox #4

Merged
merged 1 commit into from
Aug 2, 2024
Merged
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
8 changes: 4 additions & 4 deletions css/nutssss.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body {

.meBox:hover {
width: 21rem;
/* height: 0px; */

margin: 95px 0 0 -5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
Expand All @@ -62,7 +62,7 @@ body {
.meBox:hover .headPhoto {
width: 9rem;
height: 9rem;
margin: -5.5rem 0 0 -4.5rem;
margin: 1rem 0 0 -4.5rem;
transform: rotate(360deg);
}

Expand Down Expand Up @@ -359,7 +359,7 @@ body {
.meBox:hover .headPhoto {
width: 8rem;
height: 8rem;
margin: -5.5rem 0 0 -4rem;
margin: 1rem 0 0 -4rem;
transform: rotate(360deg);
}
.meBox-Button{
Expand Down Expand Up @@ -402,7 +402,7 @@ body {
.meBox:hover .headPhoto {
width: 8rem;
height: 8rem;
margin: -5.5rem 0 0 -4rem;
margin: 1rem 0 0 -4rem;
transform: rotate(360deg);
}

Expand Down
21 changes: 14 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
</head>

<body>
<div>
<p>感谢YouM爹的修复博客</p>
</div>
<div id="box">
<!-- 个人资料卡片 -->
<div class="meBox">
Expand All @@ -29,21 +32,23 @@
<div class="fg"></div>
</div>
<div class="meBox-text">
<p>啥也不是の屑<img src="./img/fish.png" alt="咸鱼" style="width: 20px; vertical-align: middle;"></p>
<p>爱折腾计算机</p>
<p>爱玩Minecraft&Phigros</p>
<p>NameFlying<img src="./img/fish.png" alt="咸鱼" style="width: 20px; vertical-align: middle;"></p>
<p>爱折腾计算机的野牛战神</p>
<p>爱玩Minecraft&Phigros&CSGO的内格夫和野牛和R8</p>
<p>好基友:<a href="https://xiaohuihui1022.github.io/">小灰灰</a> <a href="https://y0um.icu/">YouM</a> Meweing FORGotPant etc.</p>
<p>高一党,准备高考ing</p>
<p>最爱<img src="./img/002.png" alt="冰激凌" style="width: 15px; vertical-align: middle;"></p>
<p>最爱赤石<img src="./img/002.png" alt="冰激凌" style="width: 15px; vertical-align: middle;"></p>


</div>
<!-- 四个按钮 -->
<div class="meBox-Button">
<a href="https://mooncc.cn/about" target="_blank">关于</a>
<a href="http://wpa.qq.com/msgrd?v=3&uin=3327223191&site=qq&menu=yes" target="_blank">QQ</a>
<a href="https://t.me/NiuFuyu_CN" target="_blank">Telegram</a>
<a href="https://twitter.com/NiuFuyu855" target="_blank">Twitter</a>
<a href="https://github.com/NiuFuyu855" target="_blank">Github</a>
<a href="https://mooncc.cn/" target="_blank">Blog</a>
<a href="https://github.com/YOM667" target="_blank">Github</a>
<a href="https://y0um.icu" target="_blank">Blog</a>
<a href="https://space.bilibili.com/526873978" target="_blank">Bilibili</a>
<a href="https://www.facebook.com/NiuFuyu" target="_blank">FaceBook</a>
</div>
Expand Down Expand Up @@ -80,8 +85,9 @@
<p>你可以叫我NameFlying(名飞),或者你认为合适的称呼。</p>
<p>我不擅长做一些有关于编程事情,语言组织能力不怎么好,有时会无法表达自己所想的东西。我逻辑性不强,写出来的文章有时也难以让人看懂。大部分时间都在实装和使用别人做好的程序。我也就会装装系统,给系统装装软件,部署一下 Hexo、WordPress,改一改别人写好的 HTML,除此之外我基本什么也不会。</p>
<p>我本身不是 🏳️‍🌈LGBTQIA,但我坚定的支持他们。我支持他们在中国大陆的发展[doge]。</p>
<p>我个人喜欢玩 Minecraft Java & Bedrock Edition。正版ID:NameFlying / NiuFuyu_CN</p>
<p>我个人喜欢玩 Minecraft Java & Bedrock Edition。正版ID:NameFlying / Y0uM</p>
<p>除此之外,最爱摸鱼~</p>
<p>YouM是NameFlying的爹</p>
<span style="color: rgb(0, 190, 0);">root@MoonCC</span>
<span style="color: blue;">~</span>
<span style="color: rgb(39, 39, 39);">sudo rm -rf /现在的自己(bushi/*</span>
Expand All @@ -105,6 +111,7 @@
<span style="color: blue;">~</span>
<span style="color: rgb(39, 39, 39);">./links.sh</span>
<p>我的其他站点:</p>
<p>YouM是NameFlying的爹</p>
<ul class="ul">
<li><a href="https://mooncc.cn/" target="_blank">月光小镇</a></li>
<li><a href="https://cdn.mooncc.cn/" target="_blank">月光小镇のCDN</a></li>
Expand Down