diff --git a/src/assets/jani.png b/src/assets/jani.png new file mode 100644 index 0000000..d71d86e Binary files /dev/null and b/src/assets/jani.png differ diff --git a/src/assets/veikko.png b/src/assets/veikko.png new file mode 100644 index 0000000..a682fb0 Binary files /dev/null and b/src/assets/veikko.png differ diff --git a/src/components/icons/IconEmail.vue b/src/components/icons/IconEmail.vue new file mode 100644 index 0000000..8a40ec4 --- /dev/null +++ b/src/components/icons/IconEmail.vue @@ -0,0 +1,35 @@ + + + + + + + + diff --git a/src/components/icons/IconPhone.vue b/src/components/icons/IconPhone.vue new file mode 100644 index 0000000..2e149ba --- /dev/null +++ b/src/components/icons/IconPhone.vue @@ -0,0 +1,24 @@ + + + + + + + diff --git a/src/views/ContactView.vue b/src/views/ContactView.vue index df1bc11..87f7021 100644 --- a/src/views/ContactView.vue +++ b/src/views/ContactView.vue @@ -1,14 +1,53 @@ + + - Yhteystietomme - - Voit ottaa meihin yhteyttä sähköpostitse osoitteeseeninfo@tietokonepaja.fi. - + Keitä me olemme + + + Veikko + + + + Jani + + + + Yhteydenotot + + + + info@tietokonepaja.fi + + + + +358 442373706 (Veikko) + @@ -30,6 +69,27 @@ margin-left: 1rem; } +.contact-person-container { + display: flex; + gap: 2rem; + margin-bottom: 1rem; + margin-top: 1rem; +} + +.contact-person { + display: flex; + align-items: center; + gap: 1rem; + flex-direction: column; +} + +.contact-info { + display: flex; + align-items: center; + gap: 0.5rem; + margin-top: 0.5rem; +} + h3 { font-size: 1.2rem; font-weight: 500; @@ -37,6 +97,14 @@ h3 { color: var(--color-heading); } +h4 { + font-size: 1rem; + font-weight: 500; + margin-top: 1rem; + margin-bottom: 0.4rem; + color: var(--color-heading); +} + p { color: var(--color-text); line-height: 1.6;
- Voit ottaa meihin yhteyttä sähköpostitse osoitteeseeninfo@tietokonepaja.fi. -