diff --git a/Skills.ts b/Skills.ts index df7f400..3659fbf 100644 --- a/Skills.ts +++ b/Skills.ts @@ -36,7 +36,7 @@ export const css: ISkill = {name: 'CSS', img: cssImg} export const html: ISkill = {name: 'HTML', img: htmlImg} export const phaser: ISkill = {name: 'Phaser 3', img: phaserImg} export const unity: ISkill = {name: 'Unity 3D', img: unityImg} -export const cs: ISkill = {name: 'c sharp', img: csImg} +export const cs: ISkill = {name: 'C#', img: csImg} export const ase: ISkill = {name: 'Aseprite', img: aseImg} export const gl: ISkill = {name: 'GitLab', img: glImg, link: 'https://gitlab.com'} export const vitest: ISkill = {name: 'Vitest', img: vitestImg, link: 'https://vitest.dev'} diff --git a/components/Services/Services.vue b/components/Services/Services.vue index 8bbe7cf..9a16e5a 100644 --- a/components/Services/Services.vue +++ b/components/Services/Services.vue @@ -24,8 +24,10 @@

Mein Netzwerk

-

Doch auch wenn ich mal voll ausgelastet bin - keine Sorge! Mein Netzwerk an Profis kann dir sicher auch weiterhelfen!

-
+

Doch auch wenn ich mal voll ausgelastet bin - keine Sorge! + Mein Netzwerk an Profis kann dir sicher auch weiterhelfen. +

+
@@ -35,13 +37,6 @@ import check from 'iconoir/icons/regular/double-check.svg' import type { Person } from '#components' -const width = ref(0) -const persons = ref[]>([]) - -onMounted(() => { - width.value = persons.value[0].$el.getBoundingClientRect().width -}) - const services = [ { title: 'Bug Research', diff --git a/components/Skills/Skills.css b/components/Skills/Skills.css index 05d1ade..31b0208 100644 --- a/components/Skills/Skills.css +++ b/components/Skills/Skills.css @@ -3,11 +3,17 @@ background-image: radial-gradient(circle at 90vw 0, rgba(255,145,0,0.2) 0%, rgba(0,0,0,0) 63%, rgba(0,0,0,0) 100%); background-repeat: no-repeat; - & .skills-wrapper { + & .skill-list { display: flex; flex-wrap: wrap; } + & .tech-list ul { + flex-wrap: wrap; + align-items: center; + justify-content: center; + } + & .bottom { align-items: center; } diff --git a/components/Skills/Skills.vue b/components/Skills/Skills.vue index 4645991..fcbd480 100644 --- a/components/Skills/Skills.vue +++ b/components/Skills/Skills.vue @@ -4,7 +4,7 @@

Meine Expertise.

Dies sind meine Spezialgebiete - aber ich bin flexibel!

-
+

{{skill.title}}

@@ -12,8 +12,9 @@
-
+

Technologien

+

Neben den klassischen Webentwicklungsstandards JavaScript, HTML und CSS biete ich außerdem folgende Technologien.

  • @@ -29,7 +30,7 @@