Website/view/home.php

73 lines
1.5 KiB
PHP

<?= view('header', ['is_index' => true, 'title' => 'Service']) ?>
<p>This space hosts some services for me and friends.</p>
<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>
<h1>Touch</h1>
<p>Matrix: <a href="https://matrix.to/#/@william:willy.club">@william:willy.club</a></p>
<h1>Blog</h1>
<ul>
<li>
<i><?=date("d.m.Y")?></i> - <a href="/posts/0">Restoring my dignity</a> (forever draft)<br>
I have fallen and I can't get up
</li>
</ul>
<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>
<?= view('footer') ?>