Website/view/home.php

95 lines
3.5 KiB
PHP

<?= view('header', ['is_index' => true, 'title' => 'Willy\'s Website']) ?>
<h1>Willy's Website</h1>
<p>
<i>More than just willies! Some of the time</i>
</p>
<hr>
<blockquote>For who doesn't fancy a tasteful Willy?</blockquote>
<p>Greetings and salutations esteemed visitors, and allow me to extend a most cordial welcome to my digital domain. I am Willy, the proud proprietor of this magnificent website, a virtual palace of knowledge and enlightenment crafted with the utmost care and precision.</p>
<p>As an erudite individual with a prodigious intellect and a discerning eye for detail, I have spared no effort in curating a veritable treasure trove of information and wisdom for the benefit of all who grace this hallowed ground with their presence.</p>
<p>So, without further ado, I invite you to immerse yourselves in the wondrous world of Willy's website, where knowledge reigns supreme and the pursuit of truth is a never-ending quest. Let us embark on a journey of discovery together, and may the winds of wisdom and enlightenment guide us towards a brighter and more enlightened future.</p>
<h2>Service</h2>
<p>Lo and behold, within this sacred realm exists a space of great import, one that plays host to a myriad of services that I and my esteemed companions hold dear.</p>
<p>For within this hallowed ground, we have forged a bond of camaraderie and fellowship, a union of kindred spirits that transcends the mundane and the ordinary.</p>
<table>
<tr>
<th>Name</th>
<th>Info</th>
</tr>
<tr>
<td><a href="//git.willy.club">Gitea</a></td>
<td>A place to host your code</td>
</tr>
<tr>
<td><s><a href="#">Matrix Homeserver</a></s></td>
<td>Easy to use decentralized end-to-end encrypted chat<br><span style="color: red;">REGISTRATIONS FUCKED ATM</span></td>
</tr>
<tr>
<td><a href="mumble://mumble.willy.club">Mumble</a></td>
<td>Voice chat application</td>
</tr>
</table>
<h2>Blog</h2>
<p>From the most arcane and obscure topics to the most pressing and consequential issues of our time, my website offers a cornucopia of insights, analyses, and perspectives that will leave you spellbound and awestruck.</p>
<ul>
<li>
<i><?=date("d.m.Y")?></i> - <a href="/posts/0">Restoring my dignity</a> (draft)<br>
I have fallen and I can't get up
</li>
<li>
<i>08.04.2023</i> - <a href="./img/IMG_20230408_190827.jpg">ULTRA REALISTIC MINECRAFT MOD!</a><br>
holy moly
</li>
</ul>
<h2>Contact</h2>
<p>Should you desire to touch base and explore the possibilities of collaboration and partnership, I humbly request that you contact using one of the options seen below. Your touch would be most welcome, and I look forward to the possibility of embarking on a journey of mutual benefit and growth.</p>
<p>Matrix: <a href="https://matrix.to/#/@william:willy.club">@william:willy.club</a></p>
<img src="./img/cat-heart-letter.gif" alt="">
<h2>Cool Stuffs</h2>
<p>
Check out this
<a href="<?=url('/test')?>">test page</a>
for formatting stuffs.
</p>
<p>
<a href="https://www.youtube.com/watch?v=5WPB2u8EzL8">How to get motivated, sigma grindset motivational story</a>
</p>
<blockquote>On the loom of language we weave our perceptions into the tapestry of comprehension.</blockquote>
<pre> Intelligence Chart
__
.' '.
You / \ Me
| _.' '._ |
_v__....---'' ''---....___________v___
</pre>
<h3>🤯🤯🤯</h3>
<p>funny</p>
<p>Amen</p>
<?= view('footer') ?>