From bbd4bfe9acc036e60a6588bc46e7a7b9a970dec9 Mon Sep 17 00:00:00 2001 From: David Madl Date: Fri, 8 May 2026 16:13:39 +0200 Subject: [PATCH] add some content --- index.html | 20 +++++++++++--------- main.css | 5 ++++- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index d8f0a64..ad57e2a 100644 --- a/index.html +++ b/index.html @@ -1,26 +1,28 @@

Optimizing software

+

Runtime performance measurement and optimization.

    -
  • Lorem ipsum
  • -
  • dolor sit amet
  • -
  • consecteur amet elit
  • +
  • Webapps
  • +
  • Simulations
  • +
  • Search

Feasibility studies

+

ML models and electrical prototypes.

    -
  • Lorem ipsum
  • -
  • dolor sit amet
  • -
  • consecteur amet elit
  • +
  • Indoor positioning
  • +
  • Medical predictions
  • +

Designing software

+

Software architecture and configuration.

    -
  • Lorem ipsum
  • -
  • dolor sit amet
  • -
  • consecteur amet elit
  • +
  • Tax data management
  • +
  • Health data management
diff --git a/main.css b/main.css index 16ab55f..7ef28f1 100644 --- a/main.css +++ b/main.css @@ -56,6 +56,9 @@ h1, h2, h3, h4, h5, h6 { margin-top: 0; padding-left: 1.25rem; } +.block p:first-of-type { + margin-top: 0.5rem; +} /* Small screens */ @media (max-width: 960px) { @@ -90,7 +93,7 @@ div.body, div.footer { } div.footer { - margin-top: 3.57vw; + margin-top: 7.14vw; margin-bottom: 7.14vw; text-align: center; } \ No newline at end of file