From 3e2d26da5fadbb7346669a83a7e66b82cb1c23bc Mon Sep 17 00:00:00 2001 From: eneller Date: Fri, 4 Apr 2025 09:28:27 +0200 Subject: [PATCH] merge master --- index.html | 17 ++++++++++------- logo.svg | 14 ++++++++++++++ styles.css | 6 +++++- 3 files changed, 29 insertions(+), 8 deletions(-) create mode 100644 logo.svg diff --git a/index.html b/index.html index 745db16..7b0594f 100644 --- a/index.html +++ b/index.html @@ -5,34 +5,37 @@ - + +
+

{{ name }}

{{ occupation }}

- - + + {{ address }}

- + {{ email }}

- - {{ phone }} + + Telefon: {{ phone }}

- + Whatsapp

+
\ No newline at end of file diff --git a/logo.svg b/logo.svg new file mode 100644 index 0000000..03156fb --- /dev/null +++ b/logo.svg @@ -0,0 +1,14 @@ + + + + Logo + + diff --git a/styles.css b/styles.css index 964b565..a3faef1 100644 --- a/styles.css +++ b/styles.css @@ -13,13 +13,17 @@ body{ line-height:1.4; font-size:18px; color:var(--fg); - padding:15% .2em; + padding:0 .2em; text-align: center; + display: flex; + justify-content: center; + align-items: center; } .inline-icon{ vertical-align: middle; height: 1em; fill: var(--fg); + stroke: var(--fg); } a:hover, a:any-link{ text-decoration: none;