add: körrie app
This commit is contained in:
parent
747946f276
commit
ec3e3a3722
6 changed files with 20 additions and 2 deletions
|
@ -18,6 +18,9 @@ const webstormImg = '/img/skills/webstorm.webp'
|
||||||
const nuxtImg = '/img/skills/nuxt.webp'
|
const nuxtImg = '/img/skills/nuxt.webp'
|
||||||
const twImg = '/img/skills/tw.webp'
|
const twImg = '/img/skills/tw.webp'
|
||||||
const rustImg = '/img/skills/rust.webp'
|
const rustImg = '/img/skills/rust.webp'
|
||||||
|
const flutterImg = '/img/skills/flutter.webp'
|
||||||
|
const dartImg = '/img/skills/dart.webp'
|
||||||
|
const androidImg = '/img/skills/android.webp'
|
||||||
|
|
||||||
export type ISkill = {
|
export type ISkill = {
|
||||||
name: string
|
name: string
|
||||||
|
@ -26,9 +29,12 @@ export type ISkill = {
|
||||||
width ?: number
|
width ?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const android: ISkill = {name: 'Android', img: androidImg, link: 'https://www.android.com', width: 88}
|
||||||
export const ase: ISkill = {name: 'Aseprite', img: aseImg}
|
export const ase: ISkill = {name: 'Aseprite', img: aseImg}
|
||||||
export const cs: ISkill = {name: 'C#', img: csImg}
|
export const cs: ISkill = {name: 'C#', img: csImg}
|
||||||
export const css: ISkill = {name: 'CSS', img: cssImg, width: 44}
|
export const css: ISkill = {name: 'CSS', img: cssImg, width: 44}
|
||||||
|
export const dart: ISkill = {name: 'Dart', img: dartImg, link: 'https://dart.dev'}
|
||||||
|
export const flutter: ISkill = {name: 'Flutter', img: flutterImg, link: 'https://flutter.dev', width: 40}
|
||||||
export const gl: ISkill = {name: 'GitLab', img: glImg, link: 'https://gitlab.com', width: 55}
|
export const gl: ISkill = {name: 'GitLab', img: glImg, link: 'https://gitlab.com', width: 55}
|
||||||
export const html: ISkill = {name: 'HTML', img: htmlImg, width: 44}
|
export const html: ISkill = {name: 'HTML', img: htmlImg, width: 44}
|
||||||
export const java: ISkill = {name: 'Java', img: javaImg, link: 'https://www.java.com/de/', width: 37}
|
export const java: ISkill = {name: 'Java', img: javaImg, link: 'https://www.java.com/de/', width: 37}
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p v-for="d in pr.desc">{{ d }}</p>
|
<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>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<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 = [
|
const customers = [
|
||||||
{
|
{
|
||||||
|
@ -92,6 +92,18 @@ 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: 'Unterricht',
|
title: 'Unterricht',
|
||||||
customer: 'SAE Institute Germany',
|
customer: 'SAE Institute Germany',
|
||||||
|
|
BIN
public/img/projects/koerrie_app.webp
Normal file
BIN
public/img/projects/koerrie_app.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
BIN
public/img/skills/android.webp
Normal file
BIN
public/img/skills/android.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
public/img/skills/dart.webp
Normal file
BIN
public/img/skills/dart.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
public/img/skills/flutter.webp
Normal file
BIN
public/img/skills/flutter.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 880 B |
Loading…
Add table
Add a link
Reference in a new issue