2023-03-30 21:58:54 +00:00
|
|
|
<?= view('header', ['is_index' => true, 'title' => 'Service']) ?>
|
2023-03-21 17:23:14 +00:00
|
|
|
|
|
|
|
<p>This space hosts some services for me and friends.</p>
|
|
|
|
|
2023-03-30 21:58:54 +00:00
|
|
|
<div style="
|
|
|
|
padding: .75rem;
|
|
|
|
background: var(--secondary);
|
|
|
|
margin-bottom: .75rem;
|
|
|
|
">
|
|
|
|
<h2 style="
|
|
|
|
margin-top: 0;
|
|
|
|
"><a href="//git.willy.club">Gitea</a></h2>
|
|
|
|
<span>A place to host your shitty code</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<s>
|
|
|
|
<div style="
|
|
|
|
padding: .75rem;
|
|
|
|
background: var(--secondary);
|
|
|
|
margin-bottom: .75rem;
|
|
|
|
">
|
|
|
|
<h2 style="
|
|
|
|
margin-top: 0;
|
|
|
|
"><a href="#">Matrix Homeserver</a></h2>
|
|
|
|
<span>Secure end-to-end encrypted messaging powered by mossad</span>
|
|
|
|
</div>
|
|
|
|
</s>
|
|
|
|
|
|
|
|
<div style="
|
|
|
|
padding: .75rem;
|
|
|
|
background: var(--secondary);
|
|
|
|
margin-bottom: .75rem;
|
|
|
|
">
|
|
|
|
<h2 style="
|
|
|
|
margin-top: 0;
|
|
|
|
"><a href="mumble://mumble.willy.club">Mumble</a></h2>
|
|
|
|
<span>Shitpost with your mouth</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h1>Why are we still here</h1>
|
|
|
|
|
|
|
|
<p>I'm bathing in the flora of the seed of which I have excreted.</p>
|
2023-03-21 17:23:14 +00:00
|
|
|
|
|
|
|
<h1>Touch</h1>
|
|
|
|
|
|
|
|
<p>Matrix: <a href="https://matrix.to/#/@william:willy.club">@william:willy.club</a></p>
|
|
|
|
|
|
|
|
|
|
|
|
<h1>Blog</h1>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
2023-03-30 21:58:54 +00:00
|
|
|
<i><?=date("d.m.Y")?></i> - <a href="/posts/0">Restoring my dignity</a> (forever draft)<br>
|
2023-03-21 21:01:13 +00:00
|
|
|
I have fallen and I can't get up
|
2023-03-21 17:23:14 +00:00
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
2023-03-30 21:58:54 +00:00
|
|
|
<h1>Stuffs</h1>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Check out this
|
|
|
|
<a href="<?=url('/test')?>">test page</a>
|
|
|
|
for formatting stuffs.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Lack motive, ambition aspirations and all that shit? Check out this video on
|
|
|
|
<a href="https://www.youtube.com/watch?v=5WPB2u8EzL8">how to get motivated, sigma grindset motivational story</a>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>Amen</p>
|
|
|
|
|
2023-03-21 17:23:14 +00:00
|
|
|
<?= view('footer') ?>
|