aboutsummaryrefslogtreecommitdiff
path: root/dst/SPO notes.html
diff options
context:
space:
mode:
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>