nofated.win/index.html

103 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";
2022-12-02 06:21:23 +00:00
@import url('https://fonts.googleapis.com/css?family=Megrim|Overpass+Mono');
2022-12-02 06:07:43 +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-02 07:10:22 +00:00
<style>html{
-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- */
}</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-02 06:25:00 +00:00
<h1 class="title font-cursive" >
2022-12-02 01:53:37 +00:00
Nofated
</h1>
<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>
</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>
<p>I'm Nofated. I am a newbee in the coding world.</p>
<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>
<li>📒️ I have a <a onclick="javascript:window.open('https://blog.nofated.win')">blog</a> based on the Hexo.</li>
<li>⌨️ Coding and open-source is great! Though I haven't learnt any languages...</li>
<li>🏢 I work as a community support for <a onclick="javascript:window.open('https://littleskin.cn')">LittleSkin</a>. I help maintain the bot and manual.</li>
<li>🚔 I am a fun of Minecraft, Grand Theft Auto and anime.</li>
</ol>
</div>
2022-08-18 08:48:30 +00:00
</div>
2022-04-16 08:08:07 +00:00
</section>
2022-12-02 01:53:37 +00:00
<!-- footer>
2022-04-16 08:08:07 +00:00
<div class="content has-text-centered">
<p>
2022-08-24 12:35:10 +00:00
made by <a href="https://nofated.win">Nofated095</a>. The website content
2022-07-07 15:23:51 +00:00
is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>
2022-04-16 08:08:07 +00:00
</p>
</div>
2022-08-24 12:39:03 +00:00
</footer -->
2022-04-16 08:08:07 +00:00
2022-08-18 08:48:30 +00:00
</body>
2022-12-02 06:07:43 +00:00
</html>