diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 21:03:58 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 21:03:58 +0200 |
commit | 8cef95ad039006a1f7eab8a760c76df8fa514dec (patch) | |
tree | 6a701aedba738080c3a7faa330393d5565958dc7 /dst/ase.html | |
parent | c1aa735a671a06687ea2ce02e6b904f08fa3159b (diff) |
New footer, and some polish
Diffstat (limited to 'dst/ase.html')
-rw-r--r-- | dst/ase.html | 25 |
1 files changed, 23 insertions, 2 deletions
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 @@ <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="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> @@ -918,6 +923,22 @@ 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> - <p class="footer"><a href="/">adast.xyz</a></p> + </div class="center"> + </div> + <footer> + <a href="/" class="homepage-link">adast.xyz</a> + — + <a href="https://git.adast.xyz/explore/repos">Gitea</a> + • + <a href="https://github.com/adastx">Github</a> + • + <a href="https://odysee.com/@adamski:f">Odysee</a> + • + <a href="https://youtube.com/c/adamski1">Youtube</a> + • + <a href="https://www.twitch.tv/adastx">Twitch</a> + • + <a href="https://steamcommunity.com/id/adastx">Steam</a> + </footer> </body> </html> |