ADD: ProPapier
ProPapier added to projects
This commit is contained in:
parent
63bad70649
commit
0c1999bb6e
4 changed files with 32 additions and 16 deletions
|
@ -16,4 +16,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& .network {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
gap: 3rem;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -28,14 +28,12 @@
|
||||||
<article class="z-2 card flex-col gap-sm margin-top">
|
<article class="z-2 card flex-col gap-sm margin-top">
|
||||||
<h3>Wenn ich mal ausgebucht bin</h3>
|
<h3>Wenn ich mal ausgebucht bin</h3>
|
||||||
<p>Dann buch doch einfach einen der tollen Menschen aus meinem Netzwerk!</p>
|
<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">
|
<ClientOnly>
|
||||||
<a v-bind="rest" target="_blank">
|
<div class="network margin-top">
|
||||||
<Icon :name="icon" :alt="rest['aria-label']" size="1.5em" mode="svg" />
|
<Person ref="persons" v-for="person in network" v-bind="person" />
|
||||||
<span>{{ name }}</span>
|
</div>
|
||||||
</a>
|
</ClientOnly>
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
@ -103,17 +103,28 @@ const customers = [
|
||||||
]
|
]
|
||||||
|
|
||||||
const projects = [
|
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',
|
title: 'ProPapier',
|
||||||
customer: 'KVK Berlin',
|
customer: 'webfussel',
|
||||||
image: '/img/projects/koerrie_app.webp',
|
image: '/img/projects/propapier.webp',
|
||||||
desc: [
|
desc: [
|
||||||
'Entwicklung einer Android Info-App für die Gewürzmischungen "Körrie" und passendem Zubehör.',
|
'Klopapier-Preise einfach vergleichen.',
|
||||||
'Zusätzlich die Übertragung des Körrie-O-Mat von der Landingpage in die App mit Ergebnisverlauf.',
|
'Zahlst du zu viel für\'s Papier?',
|
||||||
],
|
],
|
||||||
technologies: [flutter, dart, android],
|
technologies: [nuxt, ts, pcss],
|
||||||
link: 'https://play.google.com/store/apps/details?id=com.koerrieomat&hl=de',
|
link: 'https://pro-papier.de',
|
||||||
type: 'App',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Unterricht',
|
title: 'Unterricht',
|
||||||
|
|
BIN
public/img/projects/propapier.webp
Normal file
BIN
public/img/projects/propapier.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue