blob: 725ec2d68d41c22edaa2a9029339a03fb31dd37e (
plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<html>
<link href='data:image/gif;base64,R0lGODlhEAAQAPH/AAAAAP8AAP8AN////yH5BAUAAAQALAAAAAAQABAAAAM2SLrc/jA+QBUFM2iqA2bAMHSktwCCWJIYEIyvKLOuJt+wV69ry5cfwu7WCVp2RSPoUpE4n4sEADs=' rel=icon>
<style>
body {
padding: 5px 10px 5px 15px;
background-color: rgb(235, 233, 253);
color: rgb(44, 42, 58);
font-size: 17px;
font-family: 'Times New Roman', Times, serif;
}
nav {
display: inline-flex;
font-family: monospace;
}
nav li {
font-size: 15px;
list-style-type: none;
list-style-position: outside;
}
nav a {
text-decoration: none;
font-weight: bold;
color: inherit;
}
nav > * {
padding-left: 0px;
padding-right: 35px;
}
.nav-intended {
font-style: oblique;
}
pre {
border-radius: 6px;
background-color: rgb(201, 199, 219);
padding: 12px;
}
code {
font-family: monospace;
}
article {
margin-top: 8px;
}
</style>
<body>
<header><nav><a href="/site/home.html"><h1 id="title">site</h1><h3 id="subtitle"></h3></a><ul><li><a href="/site/contact.html" class="nav-not-intended">contact</a></li><li><a href="/site/experiments.html" class="nav-not-intended">experiments</a></li></ul></nav></header>
<article class="rest">
<p>Engineering student at the University of Liège, Belgium. I am aspiring to become an aerospace engineer; though I enjoy programming and experimenting in my free time.</p>
<p>My projects mostly revolve around exploring ideas and concepts, and are released as libre software if they get to an interesting state. I release my software on <a href="https://github.com/aosync">github.com</a> or on <a href="https://git.aosync.me">git.aosync.me</a>.</p>
</article>
</body>
<title>aosync</title>
</html>
|