nofated.win/index.html

105 lines
3.8 KiB
HTML
Raw Normal View History

2022-12-02 01:53:37 +00:00
<html lang="en-US">
2022-08-18 08:48:30 +00:00
2022-08-16 10:08:52 +00:00
<head>
2022-08-18 08:48:30 +00:00
<meta charset="utf-8">
<meta name="keywords" content="Nofated, nof, nof095, Nofated095, NofatedBlog, 零九五, 九五" />
<meta name="description" content="A personal developer who lives in Beijing, China." />
<meta name="msvalidate.01" content="18E1B8B1375D6D1603970E5998BE1077" />
<link rel="icon" href="https://img.9595095.xyz/mc">
<style>
2022-09-10 13:31:37 +00:00
@import "https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/bulma/0.9.3/css/bulma.min.css";
2023-01-02 00:56:39 +00:00
@import url('https://fonts.sourcegcdn.com/css?family=Megrim|Overpass+Mono');
2022-12-28 05:44:27 +00:00
2022-12-02 06:20:00 +00:00
.font-cursive {
font-family: 'Megrim', cursive;
2022-08-18 08:48:30 +00:00
}
2022-08-04 13:01:13 +00:00
2022-12-02 01:53:37 +00:00
.font-mono {
2022-12-02 06:07:43 +00:00
font-family: 'Overpass Mono', monospace;
2022-12-02 01:53:37 +00:00
}
.footer {
padding: 1.5rem;
2022-08-18 08:48:30 +00:00
}
2022-08-24 11:58:58 +00:00
</style>
2022-12-13 05:00:31 +00:00
<!-- style>html{
2022-12-02 07:10:22 +00:00
-webkit-filter: grayscale(100%); /* webkit */
-moz-filter: grayscale(100%); /*firefox*/
-ms-filter: grayscale(100%); /*ie9*/
-o-filter: grayscale(100%); /*opera*/
filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
filter:gray; /*ie9- */
2022-12-13 05:00:31 +00:00
}</style -->
2022-08-24 12:25:08 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2022-12-02 01:53:37 +00:00
<title>Home • Nofated</title>
2022-09-10 13:31:37 +00:00
<link rel="stylesheet" href="https://lf3-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/6.0.0/css/all.min.css">
2022-04-16 08:08:07 +00:00
</head>
2022-08-18 08:48:30 +00:00
2022-04-16 08:08:07 +00:00
<body>
2022-08-18 08:48:30 +00:00
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
</div>
</nav>
<section class="section">
<div class="columns is-centered">
<div class="container column is-half">
2022-12-02 01:53:37 +00:00
<div class="columns">
<div class="column is-narrow">
<figure class="image is-128x128">
<img src="https://img.9595095.xyz/avatar/256">
</figure>
</div>
<div class="column is-auto">
2022-12-28 05:44:27 +00:00
<h1 class="title font-cursive" >
2022-12-02 01:53:37 +00:00
Nofated
</h1>
<p></p>
<p class="font-mono">
2022-12-28 05:44:27 +00:00
<a href="#">Home</a> | <a href="./about.html">About</a> | <a onclick="javascript:window.open('https://blog.nofated.win')">Blog</a>
2022-12-02 01:53:37 +00:00
</p>
</div>
2022-08-18 08:48:30 +00:00
</div>
2022-12-02 01:53:37 +00:00
<div class="content font-mono">
<h3>Yoo!</h3>
2022-12-02 09:16:29 +00:00
<p>I'm Nofated. I am a newbie in the coding world.</p>
2022-12-02 01:53:37 +00:00
<p>Find me on
<span class="icon" onclick="javascript:window.open('https://github.com/Nofated095')"><i
class="fab fa-github"></i></span>
<span class="icon" onclick="javascript:window.open('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>
2022-08-18 08:48:30 +00:00
</span>
2022-12-02 01:53:37 +00:00
<span class="icon" onclick="javascript:window.open('mailto:i@nofated.win')">
<i class="fa-regular fa-envelope"></i>
2022-08-18 08:48:30 +00:00
</span>
2022-12-02 01:53:37 +00:00
</p>
<h3>Misc</h3>
<ol>
<li>🏫 I am a student who lives in <strong>Beijing, China</strong>.</li>
2022-12-28 05:44:27 +00:00
<li>📒️ I have a <a onclick="javascript:window.open('https://blog.nofated.win')">blog</a> based on the Hexo.</li>
2022-12-02 09:16:29 +00:00
<li>⌨️ Coding and open-source are great! Though I haven't learnt any languages...</li>
2022-12-28 05:44:27 +00:00
<li>🏢 I am a member of <a onclick="javascript:window.open('https://littleskin.cn')">LittleSkin</a> Community Support . I help maintain the bot and manual.</li>
2022-12-02 09:16:29 +00:00
<li>🚔 I am a fan of Minecraft, Grand Theft Auto, and anime.</li>
2022-12-02 01:53:37 +00:00
</ol>
</div>
2022-08-18 08:48:30 +00:00
</div>
2022-04-16 08:08:07 +00:00
</section>
2023-01-01 01:30:51 +00:00
<footer>
2023-01-01 01:33:58 +00:00
<div class="content has-text-centered font-mono">
2022-04-16 08:08:07 +00:00
<p>
2023-01-01 01:29:43 +00:00
Made by <a href="https://nofated.win">Nofated095</a>.
</p>
<p>
<a href="https://icp.gov.moe/?keyword=20230721">萌 ICP 备 20230721 号</a>
2022-04-16 08:08:07 +00:00
</p>
</div>
2023-01-01 01:30:51 +00:00
</footer>
2022-04-16 08:08:07 +00:00
2022-08-18 08:48:30 +00:00
</body>
2022-12-28 05:44:27 +00:00
</html>