46 lines
1.3 KiB
HTML
46 lines
1.3 KiB
HTML
---
|
|
title: about
|
|
---
|
|
<div class="container">
|
|
<div class="panel f">
|
|
<h2>about me</h2>
|
|
<ul>
|
|
<li>cs undergrad at utd</li>
|
|
<li>linux and open source enthusiast</li>
|
|
<li>avid reader of visual novels</li>
|
|
<li>ctf enjoyer (web, rev, pwn)</li>
|
|
<li>casual osu player occasionally</li>
|
|
</ul>
|
|
</div>
|
|
<div class="panel f">
|
|
<h2>about this site</h2>
|
|
<ul>
|
|
<li>last update: py{{ __import__('datetime').date.today() }}</li>
|
|
<li>written in plain old html+css+js</li>
|
|
<li>javascript optional</li>
|
|
<li>perpetually work in progress</li>
|
|
<li>self hosted on an old laptop</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="container">
|
|
<div class="panel f">
|
|
<h2>contact</h2>
|
|
<ul>
|
|
<li>discord: u2h, caandt</li>
|
|
<li>e<great>ma</great>i<cool>l</cool>: u (a<groovy>t) two</groovy>ha (do<awesome>t) cc</awesome></li>
|
|
<li>leave a message: <a href="/contact">here</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="panel f">
|
|
<h2>links</h2>
|
|
<ul>
|
|
<li><a href="https://twitch.tv/u2h_">twitch</a></li>
|
|
<li><a href="https://www.youtube.com/@ootsuha">youtube</a></li>
|
|
<li><a href="https://github.com/caandt">github</a></li>
|
|
<li><a href="https://osu.ppy.sh/users/10499827">osu</a></li>
|
|
<li><a href="https://ctftime.org/user/177390">ctftime</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|