summaryrefslogtreecommitdiff
path: root/site/contact
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-09-11 12:32:32 +0200
committerAlejandro Sior <aho@sior.be>2022-09-11 12:32:32 +0200
commit5bb3d63508cafa062d233f0550a0721d40ed76c5 (patch)
treee315f0dbf966005472810895a2c33eb3da155a58 /site/contact
parent55bcd098059fca8d200abadc165ce04d6b54bc0a (diff)
generate nav more precisely
Diffstat (limited to 'site/contact')
-rw-r--r--site/contact61
1 files changed, 0 insertions, 61 deletions
diff --git a/site/contact b/site/contact
deleted file mode 100644
index 3831dcf..0000000
--- a/site/contact
+++ /dev/null
@@ -1,61 +0,0 @@
-<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"><h1 id="title">site</h1><h3 id="subtitle"></h3></a><ul><li><a href="/site/contact" class="nav-intended">contact</a></li><li><a href="/site/experiments" class="nav-not-intended">experiments</a></li></ul><ul></ul></nav></header>
- <article class="rest">
- <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>
- </article>
- </body>
- <title>aosync</title>
-</html> \ No newline at end of file