This commit is contained in:
commit
599fccda6b
20
.drone.yml
Normal file
20
.drone.yml
Normal file
@ -0,0 +1,20 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: image
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/docker
|
||||
settings:
|
||||
registry: registry.finndane.nl
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
repo: registry.finndane.nl/finn-dane/homepage
|
||||
tags:
|
||||
- latest
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM httpd:2.4-alpine3.18
|
||||
|
||||
COPY ./src /usr/local/apache2/htdocs/
|
95
src/index.html
Normal file
95
src/index.html
Normal file
@ -0,0 +1,95 @@
|
||||
<!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>
|
||||
<p>While I hate webdesign, which you can see with this purely HTML 4.01 based site, I am currently forced to do some web for school and for that I razor.</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>)</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>
|
||||
</tbody>
|
||||
</table>
|
||||
</center>
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
BIN
src/media/picture.gif
Normal file
BIN
src/media/picture.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
Loading…
x
Reference in New Issue
Block a user