Files
homepage/src/index.html
Finn Dane 1275229ad0
All checks were successful
continuous-integration/drone/push Build is passing
fixed typo in study name, oops
2026-01-22 17:38:19 +01:00

111 lines
3.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Finn's Homepage</title>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
</head>
<body bgcolor="#212121" text="white">
<font face="Helvetica">
<center>
<table>
<tbody align="center">
<tr>
<td>
<img src="media/picture.gif" alt="profile picture" height="256">
</td>
</tr>
<tr>
<td height="30"></td>
</tr>
<tr>
<td>
<h1>Finn's Homepage</h1>
<strong>
<p>My name is Finn Dane I am from the Netherlands and as you can probably see, I hate webdesign.</p>
</strong>
<hr noshade width="100%">
</td>
</tr>
<tr>
<td>
<p>
I am interested in all kinds of fields, but mainly lower level stuff, hence the main languages I use are C++ and some C.</p>
While I hate webdesign, which you can see with this purely HTML 4.01 based site,<br/>
I do have some experience with web dev for my graduated study and therefore I blazored. (I have no clue if that can be a verb but I don't care.)<br/>
The source for this website can be found at <a href="https://git.finndane.nl/Finn_Dane/homepage">this git repo</a>.
</p>
<p>
I am currently(2024-2028) studying Embedded Systems Engineering, which better suits my interests in low level computing and electronics.
</p>
<p>
Other than programming I am somewhat interested in networking and have my own "homelab" (<a href="https://uptime.finndane.nl/">The Shitlab</a>)<br/>
On there I run a few things including a publically available <a href="https://git.finndane.nl/">gitea instance</a>.
</p>
<hr noshade width="100%">
</td>
</tr>
<tr>
<td>
<h2>Contact / Socials</h2>
<table>
<tbody>
<tr>
<td>
<table>
<tbody align="left">
<tr>
<td height="25"><strong>Discord: </strong></td> <td bgcolor="#333333" align="center">Finn_Dane#0001</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table>
<tbody align="left">
<tr>
<td height="25"><strong>GitHub: </strong></td> <td bgcolor="#333333" align="center"><a href="https://github.com/FinnDane">FinnDane</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table>
<tbody align="left">
<tr>
<td height="25"><strong>Twitter: </strong></td> <td bgcolor="#333333" align="center"><a href="https://twitter.com/Finn_Dane">@Finn_Dane</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table>
<tbody align="left">
<tr>
<td height="25"><strong>Email: </strong></td> <td bgcolor="#333333" align="center"><a href="mailto:mail@finndane.nl">mail@finndane.nl</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<a href="https://www.venganza.org"><img height="40" alt="FSM" src="https://www.venganza.org/images/fsmrof.png"/></a>
</td>
</tr>
</tbody>
</table>
</center>
</font>
</body>
</html>