tilde-website/about.php

48 lines
966 B
PHP

<!DOCTYPE html>
<?php $user = posix_getpwuid(fileowner(__FILE__))["name"]; ?>
<html>
<head>
<?php include("head.php"); ?>
</head>
<body>
<?php include("nav.php"); ?>
<p>
(anti-)Social media:<br>
<a href='https://latte.isnot.coffee/u/original_ish_name'>Lemmy</a><br>
<a href='https://github.com/305a385'>Github</a><br>
<a href='https://tildegit.org/reallyniceusername'>Tildegit</a>
</p>
<p>
Projects:<br>
<table>
<tr>
<th>Name</th>
<th>Description</th>
<th>Source</th>
<th>AUR</th>
</tr>
<tr>
<td>ytfind</td>
<td>Program used to search youtube</td>
<td><a href='https://github.com/305a385/ytfind'>Github</a>
<td><a href='https://aur.archlinux.org/packages/ytfind-bin'>ytfind</a></td>
</tr>
<tr>
<td>lemmybar</td>
<td>Browse images from a lemmy community</td>
<td><a href='https://github.com/305a385/lemmybar'>Github</a>
<td> - </td>
</tr>
</table>
</p>
</div>
</body>
</html>