diff --git a/app/assets/css/contact.css b/app/assets/css/contact.css index 79eab46..d587914 100644 --- a/app/assets/css/contact.css +++ b/app/assets/css/contact.css @@ -16,4 +16,11 @@ } } } + + & .network { + display: flex; + flex-wrap: wrap; + justify-content: space-between; + gap: 3rem; + } } \ No newline at end of file diff --git a/app/components/Contact.vue b/app/components/Contact.vue index c0b26ed..7f27638 100644 --- a/app/components/Contact.vue +++ b/app/components/Contact.vue @@ -28,14 +28,12 @@

Wenn ich mal ausgebucht bin

Dann buch doch einfach einen der tollen Menschen aus meinem Netzwerk!

- + + +
+ +
+
diff --git a/app/components/Customers.vue b/app/components/Customers.vue index 512ea1e..e75f499 100755 --- a/app/components/Customers.vue +++ b/app/components/Customers.vue @@ -103,17 +103,28 @@ const customers = [ ] const projects = [ + // { + // title: 'Kauft Körrie! App', + // customer: 'KVK Berlin', + // image: '/img/projects/koerrie_app.webp', + // desc: [ + // 'Entwicklung einer Android Info-App für die Gewürzmischungen "Körrie" und passendem Zubehör.', + // 'Zusätzlich die Übertragung des Körrie-O-Mat von der Landingpage in die App mit Ergebnisverlauf.', + // ], + // technologies: [flutter, dart, android], + // link: 'https://play.google.com/store/apps/details?id=com.koerrieomat&hl=de', + // type: 'App', + // }, { - title: 'Kauft Körrie! App', - customer: 'KVK Berlin', - image: '/img/projects/koerrie_app.webp', + title: 'ProPapier', + customer: 'webfussel', + image: '/img/projects/propapier.webp', desc: [ - 'Entwicklung einer Android Info-App für die Gewürzmischungen "Körrie" und passendem Zubehör.', - 'Zusätzlich die Übertragung des Körrie-O-Mat von der Landingpage in die App mit Ergebnisverlauf.', + 'Klopapier-Preise einfach vergleichen.', + 'Zahlst du zu viel für\'s Papier?', ], - technologies: [flutter, dart, android], - link: 'https://play.google.com/store/apps/details?id=com.koerrieomat&hl=de', - type: 'App', + technologies: [nuxt, ts, pcss], + link: 'https://pro-papier.de', }, { title: 'Unterricht', diff --git a/public/img/projects/propapier.webp b/public/img/projects/propapier.webp new file mode 100644 index 0000000..5c07662 Binary files /dev/null and b/public/img/projects/propapier.webp differ