diff options
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> |