2024-08-31 19:43:01 +03:00
|
|
|
<!DOCTYPE html>
|
2024-09-01 01:09:32 +03:00
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<style>
|
|
|
|
@font-face {
|
|
|
|
font-family: "Nova Mono Regular";
|
|
|
|
src: url("/NovaMono-Regular.ttf");
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background: rgb(47, 42, 65);
|
|
|
|
background: radial-gradient(circle, rgba(121, 95, 70, 1) 50%, rgba(47, 42, 65, 1) 100%);
|
|
|
|
max-width: 1280px;
|
|
|
|
margin: auto;
|
|
|
|
font-family: "Nova Mono Regular";
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #9ccbff;
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
|
|
color: #ffcb9c;
|
|
|
|
padding: 2em 3em;
|
|
|
|
margin: 3em;
|
|
|
|
border: 10px solid rgba(255, 250, 250, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style-type: square;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="shortcut icon" href="nap.svg" type="image/x-icon">
|
2024-09-10 19:41:45 +03:00
|
|
|
<title>.~ nap the lisper ~.</title>
|
2024-09-01 01:09:32 +03:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<main>
|
2024-09-10 07:03:50 +03:00
|
|
|
<h1>the little napper (≧◡≦)</h1>
|
2024-09-01 01:09:32 +03:00
|
|
|
|
2024-09-10 07:03:50 +03:00
|
|
|
<h2>(about)</h2>
|
2024-09-10 19:54:32 +03:00
|
|
|
<p>hello, i'm nap (or <abbr title="A mineral-
|
2024-09-10 19:41:45 +03:00
|
|
|
wax, identical with hatchettite, found in cavities in limestone at Beaulieu,
|
|
|
|
d6p. Maine-et-Loire. So named because it has an odour like that of
|
2024-09-10 19:54:32 +03:00
|
|
|
naphthas">naphteine</abbr>). i'm just chilling here.</p>
|
2024-09-01 01:09:32 +03:00
|
|
|
|
2024-09-10 07:03:50 +03:00
|
|
|
<h2>(programming)</h2>
|
2024-09-10 19:41:45 +03:00
|
|
|
<p>i have been learning common lisp. i'm very new to it.</p>
|
2024-09-01 01:09:32 +03:00
|
|
|
|
2024-09-10 07:03:50 +03:00
|
|
|
<h2>(contact)</h2>
|
2024-09-10 19:41:45 +03:00
|
|
|
<p>find me on <a href="https://git.being.pet/nap">git.being.pet</a> or being.pet mc server.</p>
|
2024-09-01 01:09:32 +03:00
|
|
|
|
2024-09-10 19:41:45 +03:00
|
|
|
<h2>(land of lisp)</h2>
|
2024-09-01 01:09:32 +03:00
|
|
|
<ul>
|
2024-09-02 20:56:25 +03:00
|
|
|
<li><a href="https://kc.is.being.pet">mrrrrp</a></li>
|
2024-09-10 19:41:45 +03:00
|
|
|
<li><a href="https://lily.is.being.pet/">pond flower °•🪷•°</a></li>
|
2024-09-02 20:56:25 +03:00
|
|
|
<li><a href="https://kyonbox.de">kyon kyon :3</a></li>
|
2024-09-10 19:41:45 +03:00
|
|
|
<li><a href="https://matdoes.dev/">mat o.o</a></li>
|
2024-09-01 01:09:32 +03:00
|
|
|
</ul>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
|
2024-09-10 19:41:45 +03:00
|
|
|
</html>
|