add: körrie app
This commit is contained in:
parent
747946f276
commit
ec3e3a3722
6 changed files with 20 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
<p v-for="d in pr.desc">{{ d }}</p>
|
||||
<a v-if="pr.link" :href="pr.link" target="_blank">Zur Seite</a>
|
||||
<a v-if="pr.link" :href="pr.link" target="_blank">Zur {{pr.type ?? 'Seite'}}</a>
|
||||
</main>
|
||||
</div>
|
||||
</article>
|
||||
|
@ -32,7 +32,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ase, cs, css, pcss, html, js, njs, nuxt, phaser, scss, ts, tw, unity, vue } from '~/Skills'
|
||||
import { ase, cs, css, pcss, html, js, njs, nuxt, phaser, scss, ts, tw, unity, vue, flutter, dart, android } from '~/Skills'
|
||||
|
||||
const customers = [
|
||||
{
|
||||
|
@ -92,6 +92,18 @@ 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: 'Unterricht',
|
||||
customer: 'SAE Institute Germany',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue