aboutsummaryrefslogtreecommitdiff
path: root/dst
diff options
context:
space:
mode:
authoradam <56338480+adastx@users.noreply.github.com>2022-08-27 22:26:16 +0200
committeradam <56338480+adastx@users.noreply.github.com>2022-08-27 22:44:32 +0200
commitff7942bc6f3833d07b2875a864ac68c0a7cc4d38 (patch)
tree73cb3689a5241921e87002019bf0015210e69925 /dst
parent26df1877ad46f9af6eed7e6b09cad06633a9fb81 (diff)
Deleted footer flexbox, minor CSS
Diffstat (limited to 'dst')
-rw-r--r--dst/.files1
-rw-r--r--dst/SPO notes.html11
-rw-r--r--dst/ase.html11
-rw-r--r--dst/game.html11
-rw-r--r--dst/index.html11
-rw-r--r--dst/styles/style.css9
6 files changed, 17 insertions, 37 deletions
diff --git a/dst/.files b/dst/.files
index 824519a..36f8a9f 100644
--- a/dst/.files
+++ b/dst/.files
@@ -1 +1,2 @@
+./styles/style.css
./game.md
diff --git a/dst/SPO notes.html b/dst/SPO notes.html
index ff6a0fa..998f68e 100644
--- a/dst/SPO notes.html
+++ b/dst/SPO notes.html
@@ -9,12 +9,9 @@
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
- <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">
+ <header>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ </header>
<h1 id="exam">Exam</h1>
<ul>
@@ -673,8 +670,6 @@ 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>
- </div class="center">
- </div>
<footer>
<a href="/" class="homepage-link">adast.xyz</a>
&nbsp;&mdash;&nbsp;
diff --git a/dst/ase.html b/dst/ase.html
index e85e6d4..6512fb9 100644
--- a/dst/ase.html
+++ b/dst/ase.html
@@ -9,12 +9,9 @@
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
- <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">
+ <header>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ </header>
<h1 id="q1.-software-process-model---waterfall">Q1. Software Process Model - Waterfall</h1>
<h2 id="what-is-software-engineering-a-response-to">What is software engineering a response to?</h2>
@@ -923,8 +920,6 @@ Makes the development and release process faster and more robust.</p>
<p>Automated access to well defined environments.
Tools like Docker for containerization or Virtual Machines.</p>
- </div class="center">
- </div>
<footer>
<a href="/" class="homepage-link">adast.xyz</a>
&nbsp;&mdash;&nbsp;
diff --git a/dst/game.html b/dst/game.html
index 7b02c10..8218c64 100644
--- a/dst/game.html
+++ b/dst/game.html
@@ -9,12 +9,9 @@
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
- <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">
+ <header>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ </header>
<h1 id="my-game">My game</h1>
<blockquote>
@@ -40,8 +37,6 @@
<p>&#10148;&#8194;<a href="https://www.youtube.com/c/adamski1">Gameplay clips</a><br/>
&#10148;&#8194;<a href="https://trello.com/b/ycQyrouQ">Follow my progress</a></p>
- </div class="center">
- </div>
<footer>
<a href="/" class="homepage-link">adast.xyz</a>
&nbsp;&mdash;&nbsp;
diff --git a/dst/index.html b/dst/index.html
index ce40b0b..6fe72af 100644
--- a/dst/index.html
+++ b/dst/index.html
@@ -9,12 +9,9 @@
<link rel="stylesheet" href="styles/style.css">
</head>
<body>
- <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">
+ <header>
+ <a href="/" class="homepage-link">adast.xyz</a>
+ </header>
<p>Hello there!</p>
<p>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.</p>
@@ -24,8 +21,6 @@
<h2 id="posts">Posts</h2>
<p>&#10148;&#8194;<a href="game.html">Project Aftershock &#47;&#47; Rizen&#8217;s Arena</a></p>
- </div class="center">
- </div>
<footer>
<a href="/" class="homepage-link">adast.xyz</a>
&nbsp;&mdash;&nbsp;
diff --git a/dst/styles/style.css b/dst/styles/style.css
index 547f640..848f946 100644
--- a/dst/styles/style.css
+++ b/dst/styles/style.css
@@ -10,15 +10,14 @@ body {
header {
margin-top: 1em;
font-size: 2em;
+ color: #888;
}
footer {
- margin-top: 2em;
- margin-bottom: 1em;
+ margin-top: 3em;
+ margin-bottom: 1.5em;
text-align: center;
-}
-
-header, footer {
+ font-size: 0.95em;
color: #888;
}