2023-08-03 22:03:17 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2023-08-05 17:04:59 -04:00
|
|
|
<title>Reisen Church</title>
|
2023-08-05 17:49:03 -04:00
|
|
|
<meta property="og:site_name" content="Reisen Church" />
|
|
|
|
<meta property="og:title" content="Send your prayers to Reisen"/>
|
|
|
|
<meta property="og:description" content="NaiJi's personal page!"/>
|
2023-08-05 18:01:41 -04:00
|
|
|
<meta property="og:image" content="https://reisen.church/thumbnail.jpg"/>
|
2023-08-05 17:58:40 -04:00
|
|
|
<meta property="og:image:width" content="1200"/>
|
|
|
|
<meta property="og:image:height" content="627"/>
|
|
|
|
<meta property="og:url" content="https://reisen.church/"/>
|
|
|
|
<meta property="og:type" content="website"/>
|
2023-08-03 22:13:17 -04:00
|
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
2023-08-03 22:03:17 -04:00
|
|
|
<style>
|
|
|
|
* {
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.floating {
|
|
|
|
animation-name: floating;
|
|
|
|
animation-duration: 3s;
|
|
|
|
animation-direction: alternate-reverse;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-timing-function: ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes floating {
|
|
|
|
0% {
|
|
|
|
transform: translate(0, 15px);
|
|
|
|
}
|
|
|
|
|
|
|
|
100% {
|
|
|
|
transform: translate(0, -15px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
color: white;
|
|
|
|
font-family: 'Lucida Console', monospace;
|
|
|
|
background-image: url('background.jpg');
|
|
|
|
background-size: cover
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
display: flex;
|
|
|
|
gap: 100px;
|
|
|
|
justify-content: left;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-1 {
|
|
|
|
margin-top: -10%;
|
|
|
|
filter: drop-shadow(5px 5px 24px #252525);
|
|
|
|
flex-shrink: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-2 {
|
|
|
|
font-size: xx-large;
|
|
|
|
background-color: #29081cbb;
|
|
|
|
padding: 1rem;
|
2023-08-05 17:04:59 -04:00
|
|
|
max-width:667px;
|
2023-08-03 22:03:17 -04:00
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
2023-08-07 06:16:08 -04:00
|
|
|
@media only screen and (max-width: 1424px) {
|
2023-08-03 22:03:17 -04:00
|
|
|
|
|
|
|
body {
|
|
|
|
align-content: start;
|
|
|
|
margin: auto;
|
|
|
|
background-image: url('reisen-transparent.png');
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-1 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
gap: 0;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-2 {
|
|
|
|
font-size: inherit;
|
|
|
|
background-size: cover;
|
|
|
|
margin: auto;
|
|
|
|
background-color: #181818ea;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.table {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column nowrap;
|
|
|
|
margin: 0.5rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.td>.td-url {
|
|
|
|
padding-left: 15%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tr {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: left;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 190%;
|
|
|
|
text-align: center;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #ffcccc
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div class="row">
|
|
|
|
<div class="column-1">
|
|
|
|
<img src="reisen-transparent.png">
|
|
|
|
</div>
|
|
|
|
<div class="column-2">
|
|
|
|
<h2 class="floating">Reisen Church</h2>
|
|
|
|
<p>Welcome to NaiJi's personal page!</p>
|
|
|
|
<div class="table">
|
|
|
|
<div class="tr">
|
2023-08-05 17:04:59 -04:00
|
|
|
<div class="td"><img src="icons/git.png" class="icon"></div>
|
2023-08-03 22:03:17 -04:00
|
|
|
<div class="td-url"><a href="https://git.reisen.church/"">NaiJi</a></div>
|
|
|
|
</div>
|
|
|
|
<div class=" tr">
|
2023-08-05 17:04:59 -04:00
|
|
|
<div class="td"><img src="icons/matrix.png" class="icon"></div>
|
2023-08-03 22:03:17 -04:00
|
|
|
<div class="td-url"><a href=" https://matrix.org/"">@naiji:inex.rocks</a></div>
|
|
|
|
</div>
|
|
|
|
<div class=" tr">
|
2023-08-05 17:04:59 -04:00
|
|
|
<div class="td"><img src="icons/xmpp.png" class="icon"></div>
|
2023-08-03 22:03:17 -04:00
|
|
|
<div class="td-url"><a href="https://xmpp.org/">naiji_is_also_on@404.city</a></div>
|
|
|
|
</div>
|
|
|
|
<div class="tr">
|
2023-08-05 17:04:59 -04:00
|
|
|
<div class="td"><img src="icons/mal.png" class="icon"></div>
|
2023-08-03 22:03:17 -04:00
|
|
|
<div class="td-url"><a href="https://myanimelist.net/profile/NaiJi">NaiJi</a></div>
|
|
|
|
</div>
|
|
|
|
<div class="tr">
|
2023-08-05 17:04:59 -04:00
|
|
|
<div class="td"><img src="icons/vndb.png" class="icon"></div>
|
2023-08-03 22:03:17 -04:00
|
|
|
<div class="td-url"><a href="https://vndb.org/u137511">touhou-lurker</a></div>
|
|
|
|
</div>
|
|
|
|
<div class="tr">
|
2023-08-05 17:04:59 -04:00
|
|
|
<div class="td"><img src="icons/listenbrainz.png" class="icon"></div>
|
2023-08-03 22:03:17 -04:00
|
|
|
<div class="td-url"><a href="https://listenbrainz.org/user/NaiJi/stats/?range=all_time">NaiJi</a></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<p>Send your prayers to <a href="https://en.touhouwiki.net/wiki/Reisen_Udongein_Inaba">Reisen</a>!</p>
|
2023-08-05 17:47:07 -04:00
|
|
|
<a href="https://reisen.church/"><img src="stamps/stamp_reisen_church.png"></a><a href="https://udongein.xyz/"><img src="stamps/stamp_udongein_xyz.png"></a><a href="https://waifuism.life/"><img src="stamps/stamp_waifuism_life.png"></a><a href="https://pleroma.social/"><img src="stamps/stamp_pleroma_now.png"></a><a href="https://vndb.org/"><img src="stamps/stamp_vndb.gif"></a><a href="https://cyuucat.moe"><img src="stamps/cyuu.gif"></a><a href="https://firmwarejun.net/"><img src="stamps/stamp_firmwarejun.png"></a><a href="https://getimiskon.neocities.org/"><img src="stamps/geti.png"></a><a href="https://fediverse.party/en/fediverse/"><img src="stamps/join-fediverse.gif"></a><a href="https://archlinux.org/"><img src="stamps/archlinux.gif"></a><a href="https://jigsaw.w3.org/css-validator/validator?uri=https%3A%2F%2Freisen.church"><img src="stamps/vcss-blue"></a><a href="https://distrowatch.com/table.php?distribution=arch"><img src="stamps/linux.gif"></a><a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/"><img src="stamps/css2.png"></a><a href="https://reisen.church"><img src="stamps/cookiefree.gif"></a>
|
2023-08-03 22:03:17 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
2023-08-05 17:04:59 -04:00
|
|
|
</html>
|