ADD: ProPapier
ProPapier added to projects
This commit is contained in:
parent
63bad70649
commit
0c1999bb6e
4 changed files with 32 additions and 16 deletions
|
@ -28,14 +28,12 @@
|
|||
<article class="z-2 card flex-col gap-sm margin-top">
|
||||
<h3>Wenn ich mal ausgebucht bin</h3>
|
||||
<p>Dann buch doch einfach einen der tollen Menschen aus meinem Netzwerk!</p>
|
||||
<ul class="social-media">
|
||||
<li v-for="({icon, name, ...rest}) in socials" :key="rest.href">
|
||||
<a v-bind="rest" target="_blank">
|
||||
<Icon :name="icon" :alt="rest['aria-label']" size="1.5em" mode="svg" />
|
||||
<span>{{ name }}</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<ClientOnly>
|
||||
<div class="network margin-top">
|
||||
<Person ref="persons" v-for="person in network" v-bind="person" />
|
||||
</div>
|
||||
</ClientOnly>
|
||||
</article>
|
||||
</section>
|
||||
</template>
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue