diff --git a/layouts/index.html b/layouts/index.html index f3877d0..6379632 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,49 +1,38 @@ - {{ define "main" }} -
-
- -
-

- 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. -

+
+ +
+

+ 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. +

-
-
-
-
-
-

- Flight Software Framework (FSFW) -

-
-
-
-
-
-
-

- sat-rs -

-
-
-
+
+
+
+
+

+ Flight Software Framework (FSFW) +

+
+
+
+
+

sat-rs

-
- {{ .Content }} -
- - {{ range first 10 .Site.RegularPages }} - {{ .Render "summary" }} - {{ end }} -
-
+
+
+ {{ .Content }} +
+ + {{ range first 10 .Site.RegularPages }} {{ .Render "summary" }} {{ end }} +
+
{{ end }}