summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-09-01 21:41:42 +0200
committerAlejandro Sior <aho@sior.be>2022-09-01 21:41:42 +0200
commit596987cd4f99caea5f4cbacd8242ba152368d175 (patch)
tree12a546211e141819f112d3a04c7f17eb9752cb34
aosync.me: basic info and contact
-rw-r--r--.index60
-rw-r--r--.view3
-rw-r--r--contact5
3 files changed, 68 insertions, 0 deletions
diff --git a/.index b/.index
new file mode 100644
index 0000000..4d9be87
--- /dev/null
+++ b/.index
@@ -0,0 +1,60 @@
+<html>
+ <title>aosync</title>
+ <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;
+
+ max-width: 45pc;
+ word-wrap: break-word;
+ }
+
+ 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="/"><h1 id="title">aosync</h1><h3 id="subtitle"></h3></a>{{ nav }}</nav></header>
+ <article class="rest">
+ {{ post }}
+ </article>
+ </body>
+</html> \ No newline at end of file
diff --git a/.view b/.view
new file mode 100644
index 0000000..7ab5ee3
--- /dev/null
+++ b/.view
@@ -0,0 +1,3 @@
+<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>
diff --git a/contact b/contact
new file mode 100644
index 0000000..89391f8
--- /dev/null
+++ b/contact
@@ -0,0 +1,5 @@
+<ul>
+<li>Email: <code>aho arobase sior point be</code></li>
+<li>Matrix: <code>@aosync:envs.net</code></li>
+<li>Discord: <code>@aosync#3115</code></li>
+</ul> \ No newline at end of file