From 9275035efe346ed9881096e86d1f707a2c602fa6 Mon Sep 17 00:00:00 2001 From: David Madl Date: Tue, 17 Feb 2026 00:17:15 +0100 Subject: [PATCH] contact in left panel --- index.html | 30 ++++++++++++++++++++++++++++-- main.css | 34 +++++++++++++++++++++++++++++++++- 2 files changed, 61 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d45a301..4956437 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,24 @@
- David Portrait +
David Portrait
+
+

Contact

+

+ Reschgasse 15/16
+ 1120 Wien
+ Austria +

+

+ +43 677 648 54 483 +

+

+ david.madl@abanbytes.eu +

+

+ github.com/cidermole +

+

David Madl MSc

Roles

@@ -17,6 +34,15 @@

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

--> +
+

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

+

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+
+
+

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

+

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

@@ -27,7 +53,7 @@
- asdf 3 + left-hang

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

diff --git a/main.css b/main.css index 0a7c25d..f17a6d2 100644 --- a/main.css +++ b/main.css @@ -31,6 +31,7 @@ h1 { font-size: 18pt; font-weight: 500; + padding-bottom: 8pt; } /* Section heading */ @@ -63,7 +64,15 @@ h3 span.t { } div.block { - padding: 8pt 0; + padding: 0 0 8pt 0; +} + +div.block p { + padding-bottom: 8pt; +} + +div.left-hang p { + padding-bottom: 8pt; } div.block p { @@ -78,4 +87,27 @@ div.left-hang { img#david-portrait { width: 5.1cm; /* #left-panel.width - 2 * padding [0.8cm] */ border-radius: 50%; + margin-bottom: 0.8cm; +} + +#ico-home, #ico-phone, #ico-email { + width: 1.2em; + height: 1.2em; + position: relative; + top: 0.2em; + margin: -0.1em 0.2em -0.1em -0.12em; +} +span.ico-home-spacer { + display: inline-block; + width: 1.2em; + margin-left: 0.1em; + height: 1em; +} + +#ico-github { + width: 1em; + height: 1em; + position: relative; + top: 0.2em; + margin-right: 0.3em; } \ No newline at end of file