-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (28 loc) · 1.65 KB
/
index.html
File metadata and controls
40 lines (28 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<title>Diego Esaa</title>
<link rel="shortcut icon" href="images/favicon.jpg"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Sans|Ubuntu:700|Ubuntu:500">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<img style="float: left" src="images/CurrentProfilePicture.gif" alt="Profile Picture" width="65" height="65">
<h1 style="float: left">Diego's website</h1>
</header>
<h2>About</h2>
<p>My name is Diego, it's a pleasure. I set this up to make sure it's always possible to contact me.</p>
<h2>Current Topic</h2>
<h3>How I'm doing with my Arch install, round 2</h3>
<p>This time my E430's monitor broke so it's working as a server. I'm testing out a bunch of stuff on it, like a Minecraft server with <a href="https://cuberite.org" target="_blank">Cuberite</a> and a "radio" with mpd (I just use it to play synced music across my network, and also there's just 3 maximum connections).</p>
<p>They are both accessible through hyperak.duckdns.org. I am enjoying my time using Arch in a "server" context. I think it's very easy to deploy an Arch server, and I think having bleeding edge software is very advantageous.</p>
<audio controls id="audio-example" style="display: block">
<source src="http://hyperak.duckdns.org:6769">
If you see this, just click <a href="http://hyperak.duckdns.org:6769">here</a> for the radio.
</audio>
<h2>Contact</h2>
<a class="contact-matrix" href="@hyperak:matrix.org">Matrix</a> <a class="contact-email" href="mailto:diego@airmail.cc">Mail</a> <a
class="contact-reddit" href="https://reddit.com/u/hyperak1337">Reddit</a>
</body>
</html>