From 8cef95ad039006a1f7eab8a760c76df8fa514dec Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sat, 27 Aug 2022 21:03:58 +0200 Subject: New footer, and some polish --- dst/.files | 2 +- dst/SPO notes.html | 25 +++++++++++++++++++++++-- dst/ase.html | 25 +++++++++++++++++++++++-- dst/game.html | 29 +++++++++++++++++++++++++---- dst/index.html | 33 ++++++++++++++++++++++++--------- dst/styles/style.css | 23 ++++++----------------- 6 files changed, 102 insertions(+), 35 deletions(-) (limited to 'dst') diff --git a/dst/.files b/dst/.files index 85ae8e5..824519a 100644 --- a/dst/.files +++ b/dst/.files @@ -1 +1 @@ -./index.md +./game.md 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 @@ -

adast.xyz

+
+
+
+ adast.xyz +
+

Exam

    @@ -668,6 +673,22 @@ Synthesized and inherited attributes.

    Contextual analysis

    Identification and type checking are combined into a depth-first traversal of the AST.

    - +
+
+ diff --git a/dst/ase.html b/dst/ase.html index 7b33885..e85e6d4 100644 --- a/dst/ase.html +++ b/dst/ase.html @@ -9,7 +9,12 @@ -

adast.xyz

+
+
+
+ adast.xyz +
+

Q1. Software Process Model - Waterfall

What is software engineering a response to?

@@ -918,6 +923,22 @@ Makes the development and release process faster and more robust.

Automated access to well defined environments. Tools like Docker for containerization or Virtual Machines.

- +
+
+ diff --git a/dst/game.html b/dst/game.html index ac2c8e6..5c9b9dd 100644 --- a/dst/game.html +++ b/dst/game.html @@ -9,7 +9,12 @@ -

adast.xyz

+
+
+
+ adast.xyz +
+

May 7, 2021

My game

@@ -31,8 +36,24 @@

I’m in the process of rewriting a lot of systems in the game at the moment because I’m switching from janky p2p multiplayer to an authoritative server setup with client-side prediction (more).

-

Gameplay clips
-Follow my progress

- +

➤  Gameplay clips
+➤  Follow my progress

+
+
+ diff --git a/dst/index.html b/dst/index.html index 4d9d9f4..78dd17b 100644 --- a/dst/index.html +++ b/dst/index.html @@ -9,7 +9,12 @@ -

adast.xyz

+
+
+
+ adast.xyz +
+

Hello there!

My name is Adam and I am a computer nerd studying at Aalborg University. I am interested in space, game dev, sailing and the outdoors.

@@ -18,13 +23,23 @@

Posts

-

Project Aftershock // Rizen’s Arena

- - - -

Gitea, Github
-Odysee, Youtube, Twitch -Steam

- +

➤  Project Aftershock // Rizen’s Arena

+
+
+ diff --git a/dst/styles/style.css b/dst/styles/style.css index e76f9b9..976898c 100644 --- a/dst/styles/style.css +++ b/dst/styles/style.css @@ -12,7 +12,6 @@ h1 { font-size: 2em; } - a { color: #fda; text-decoration: none; @@ -39,7 +38,6 @@ pre code { color: #ddd; } - p img, table { max-width: 100%; } @@ -49,7 +47,6 @@ img { margin-right: auto; } - blockquote { background-color: #222; border-left: 5px solid #e6c79a; @@ -57,31 +54,23 @@ blockquote { padding-left: 1em; } - -.header { +header { font-size: 2em; margin-top: 1.5em; margin-bottom: 2em; } -.footer { - margin-top: 2em; +footer { + margin-top: 3em; margin-bottom: 4em; + text-align: center; } .note { margin: 0; } -.header, .footer, .note, .note a { +header, footer, .note, .note a { color: #888; } -.header a, .footer a { +.homepage-link { color: rgb(198, 90, 90); text-decoration-color: #555; } - - -/* .button { - display: inline-block; - border-color: #fda; - padding: 0.5em 1em; - text-decoration: none; -} */ -- cgit v1.2.3-70-g09d2