diff --git a/index.html b/index.html index d45a301..4956437 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,24 @@
+ 
+ Reschgasse 15/16
+ 1120 Wien
+ Austria
+
+ +43 677 648 54 483 +
++ david.madl@abanbytes.eu +
++ github.com/cidermole +
+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
+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
+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 @@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