aboutsummaryrefslogtreecommitdiff
path: root/dst/SPO notes.html
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-27 21:03:58 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-27 21:03:58 +0200
commit8cef95ad039006a1f7eab8a760c76df8fa514dec (patch)
tree6a701aedba738080c3a7faa330393d5565958dc7 /dst/SPO notes.html
parentc1aa735a671a06687ea2ce02e6b904f08fa3159b (diff)
New footer, and some polish
Diffstat (limited to 'dst/SPO notes.html')
-rw-r--r--dst/SPO notes.html25
1 files changed, 23 insertions, 2 deletions
diff --git a/dst/SPO notes.html b/dst/SPO notes.html
index 1fae7be..ff6a0fa 100644
--- a/dst/SPO notes.html
+++ b/dst/SPO notes.html
@@ -9,7 +9,12 @@
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
- <p class="header"><a href="/">adast.xyz</a></p>
+ <div style="min-height:100vh; display:flex; flex-direction:column; justify-content:space-between;">
+ <div>
+ <header>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ </header>
+ <div class="center">
<h1 id="exam">Exam</h1>
<ul>
@@ -668,6 +673,22 @@ Synthesized and inherited attributes.</p>
<h2 id="contextual-analysis">Contextual analysis</h2>
<p>Identification and type checking are combined into a depth-first traversal of the AST.</p>
- <p class="footer"><a href="/">adast.xyz</a></p>
+ </div class="center">
+ </div>
+ <footer>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ &nbsp;&mdash;&nbsp;
+ <a href="https://git.adast.xyz/explore/repos">Gitea</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://github.com/adastx">Github</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://odysee.com/@adamski:f">Odysee</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://youtube.com/c/adamski1">Youtube</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://www.twitch.tv/adastx">Twitch</a>
+ &nbsp;&bull;&nbsp;
+ <a href="https://steamcommunity.com/id/adastx">Steam</a>
+ </footer>
</body>
</html>