update index.html

This commit is contained in:
Nofated095 2023-01-05 16:52:42 +08:00
parent a8f3360dab
commit af02f0beaf
1 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@
}
.footer {
font-size: 0.25rem;
/* font-size: 0.25rem; */
padding: 1rem;
background-color: white;
}
@ -61,7 +61,7 @@ filter:gray; /*ie9- */
<p></p>
<p class="font-mono">
<a href="#">Home</a> | <a href="./about.html">About</a> | <a
onclick="javascript:window.open('https://blog.nofated.win')">Blog</a>
target="_blank" href='https://blog.nofated.win'>Blog</a>
</p>
</div>
</div>
@ -70,23 +70,23 @@ filter:gray; /*ie9- */
<h3>Yoo!</h3>
<p>I'm Nofated. I am a newbie in the coding world.</p>
<p>Find me on
<span class="icon" onclick="javascript:window.open('https://github.com/Nofated095')"><i
<span class="icon" target="_blank" href='https://github.com/Nofated095'><i
class="fab fa-github"></i></span>
<span class="icon" onclick="javascript:window.open('https://twitter.com/nofated095')"><i
<span class="icon" target="_blank" href='https://twitter.com/nofated095'><i
class="fab fa-twitter"></i></span>
<span class="icon" onclick="javascript:window.open('https://t.me/nofated')"><i class="fab fa-telegram"></i>
<span class="icon" target="_blank" href='https://t.me/nofated'><i class="fab fa-telegram"></i>
</span>
<span class="icon" onclick="javascript:window.open('mailto:i@nofated.win')">
<span class="icon" target="_blank" href='mailto:i@nofated.win'>
<i class="fa-regular fa-envelope"></i>
</span>
</p>
<h3>Misc</h3>
<ol>
<li>🏫 I am a student who lives in <strong>Beijing, China</strong>.</li>
<li>📒️ I have a <a onclick="javascript:window.open('https://blog.nofated.win')">blog</a> based on the Hexo.
<li>📒️ I have a <a target="_blank" href='https://blog.nofated.win'>blog</a> based on the Hexo.
</li>
<li>⌨️ Coding and open-source are great! Though I haven't learnt any languages...</li>
<li>🏢 I am a member of <a onclick="javascript:window.open('https://littleskin.cn')">LittleSkin</a>
<li>🏢 I am a member of <a target="_blank" href='https://littleskin.cn'>LittleSkin</a>
Community Support . I help maintain the bot and manual.</li>
<li>🚔 I am a fan of Minecraft, Grand Theft Auto, and anime.</li>
</ol>
@ -96,9 +96,9 @@ filter:gray; /*ie9- */
<footer class="footer">
<div class="content has-text-centered font-mono">
<p class="light">
Made by <a href="https://nofated.win">Nofated095</a>.
Made by <a href="#">Nofated095</a>.
<br>
<a onclick="javascript:window.open('https://icp.gov.moe/?keyword=20230721')">萌 ICP 备 20230721 号</a>
<a target="_blank" href='https://icp.gov.moe/?keyword=20230721'>萌 ICP 备 20230721 号</a>
</p>
</div>
</footer>