fix: remove angular because it sucks
This commit is contained in:
parent
2b4f34671e
commit
49c5ab9c03
4 changed files with 4 additions and 6 deletions
|
@ -13,7 +13,6 @@ const aseImg = '/img/skills/aseprite.webp'
|
||||||
const glImg = '/img/skills/gitlab.webp'
|
const glImg = '/img/skills/gitlab.webp'
|
||||||
const vitestImg = '/img/skills/vitest.webp'
|
const vitestImg = '/img/skills/vitest.webp'
|
||||||
const njsImg = '/img/skills/nodejs.webp'
|
const njsImg = '/img/skills/nodejs.webp'
|
||||||
const ngImg = '/img/skills/angular.webp'
|
|
||||||
const javaImg = '/img/skills/java.webp'
|
const javaImg = '/img/skills/java.webp'
|
||||||
const jetbrainsImg = '/img/skills/jetbrains.webp'
|
const jetbrainsImg = '/img/skills/jetbrains.webp'
|
||||||
const nuxtImg = '/img/skills/nuxt.webp'
|
const nuxtImg = '/img/skills/nuxt.webp'
|
||||||
|
@ -27,7 +26,6 @@ export type ISkill = {
|
||||||
width ?: number
|
width ?: number
|
||||||
}
|
}
|
||||||
|
|
||||||
export const ng: ISkill = {name: 'Angular', img: ngImg, width: 48}
|
|
||||||
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}
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ase, cs, css, html, js, ng, 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 } from '~/Skills'
|
||||||
|
|
||||||
const customers = [
|
const customers = [
|
||||||
// {
|
// {
|
||||||
|
@ -157,11 +157,11 @@ const projects = [
|
||||||
link: 'https://uitools.webfussel.de',
|
link: 'https://uitools.webfussel.de',
|
||||||
image: '/img/projects/uitools.webp',
|
image: '/img/projects/uitools.webp',
|
||||||
desc: [
|
desc: [
|
||||||
'Eine kleine Sammlung an Tools für die Erstellung von UIs:',
|
'Eine kleine Sammlung an Tools für die Erstellung von UIs.',
|
||||||
'Farbpalette, Kontraste und CSS Variablen.',
|
'Farbpalette, Kontraste und CSS Variablen.',
|
||||||
'Man kann seine Paletten per URL mit anderen teilen oder per localstorage speichern.',
|
'Ist in aktiver Entwicklung.',
|
||||||
],
|
],
|
||||||
technologies: [ng, ts, scss]
|
technologies: [nuxt, ts, pcss]
|
||||||
}, {
|
}, {
|
||||||
customer: 'webfussel',
|
customer: 'webfussel',
|
||||||
title: 'Shnaik - Teh Gaem',
|
title: 'Shnaik - Teh Gaem',
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 39 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue