@@ -58,12 +58,19 @@
diff --git a/src/main.css b/src/main.css
index efc4f5b..b35dc10 100644
--- a/src/main.css
+++ b/src/main.css
@@ -9,14 +9,14 @@
}
h2 {
- @apply font-bold text-2xl sm:text-4xl text-blue-700 mt-8;
+ @apply font-bold text-2xl sm:text-4xl text-gray-600 mt-8;
}
ol {
@apply list-decimal list-inside space-y-2;
}
- address, p, ol {
+ :where(address, p, ol) {
@apply not-italic text-lg max-w-240;
}
}
diff --git a/src/pages/contact.vue b/src/pages/contact.vue
index 5c841a4..22181ca 100644
--- a/src/pages/contact.vue
+++ b/src/pages/contact.vue
@@ -1,15 +1,15 @@
{{ t("heading") }}
-
-
-
-
-
-
-
-
-
+
+ {{ t("you_want") }}
+
+
+ - {{ t("develop_website") }}
+ - {{ t("design_print") }}
+ - {{ t("program_tool") }}
+ - {{ t("else") }}
+
{{ t("twitter") }}
{{ t("or_email") }}
-
+
{{ t("happy_to_hear") }}
-
- {{ t("disclaimer") }}
-
@@ -50,35 +37,31 @@
en:
heading: Contact
you_want: Want me to …
- develop_website: develop your website (€ 1000),
- program_tool: program a tool (€ 500),
- design_print: design a poster, brochure or business card (€ 500),
- help_server: help you with your server or domain (€ 300)?
+ develop_website: develop your website,
+ design_print: design a poster, brochure or business card,
+ program_tool: program a tool or
+ else: do something else which you think I can do?
twitter: Hit me up on Twitter
or_email: "or send me an email (en/de):"
- happy_to_hear: I’m always happy to hear from you.
- disclaimer: The prices listed above are not meant to be understood as a binding offer.
+ happy_to_hear: I'm looking forward to your message.
de:
heading: Kontakt
you_want: Willst du, dass ich …
- develop_website: deine Webseite entwickle (€ 1000),
- program_tool: ein Tool programmiere (€ 500),
- design_print: ein Poster, eine Broschüre oder eine Visitenkarte designe (€ 500),
- help_server: dir mit deinem Server oder deiner Domain helfe (€ 300)?
+ develop_website: deine Webseite entwickle,
+ design_print: ein Poster, eine Broschüre oder eine Visitenkarte designe,
+ program_tool: ein Tool programmiere oder
+ else: etwas anderes tue, von dem du denkst, dass ich es kann?
twitter: Schreib mir auf Twitter
- or_email: "oder sende mir eine Email:"
+ or_email: "oder schicke mir eine Email:"
happy_to_hear: Ich freue mich auf deine Nachricht.
- disclaimer: Die genannten Preise stellen kein verbindliches Angebot dar.