This commit is contained in:
Robin Müller 2023-12-08 20:03:46 +01:00
parent a784565893
commit be1bed9768
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -3,22 +3,47 @@
<main aria-role="main">
<div class="homepage-content">
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
<div class="container">
<div class="container">
<h1 class="display-6">
This is a collection of open-source software projects maintained by
the satellite division of the Institute of Space Systems at the
University of Stuttgart.
</h2>
<div class="container text-center">
<div class="row">
<div class="col-md-6">
<div
class="bg-body-tertiary text-center overflow-hidden"
>
<div class="d-flex flex-equal align-content-center justify-content-center">
<h2 class="display-6 py-5">
Flight Software Framework (FSFW)
</h2>
</div>
</div>
</div>
<div class="col-md-6">
<div
class="bg-body-tertiary text-center overflow-hidden"
>
<div class="d-flex flex-equal align-content-center justify-content-center">
<h2 class="display-6 py-3">
sat-rs
</h2>
</div>
</div>
</div>
</div>
</div>
</div>
{{ .Content }}
</div>
<div>
<!-- TODO: Somehow display the site summary as flexboxes? -->
{{ range first 10 .Site.RegularPages }}
{{ .Render "summary" }}
{{ end }}
</div>
<div>
<!-- TODO: Somehow display the site summary as flexboxes? -->
{{ range first 10 .Site.RegularPages }}
{{ .Render "summary" }}
{{ end }}
</div>
</main>
{{ end }}