CHANGE: update to svg
Update to svg images, change available date, change bg darkness
This commit is contained in:
parent
fdfa87ab0d
commit
41a582fea4
48 changed files with 110 additions and 25 deletions
|
@ -32,7 +32,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { css, pcss, html, js, njs, nuxt, phaser, scss, ts, tw, vue, flutter, dart, android } from '~/Skills'
|
||||
import { css, pcss, html, js, njs, nuxt, scss, ts, tw, vue, flutter, dart, android } from '~/Skills'
|
||||
|
||||
const customers = [
|
||||
{
|
||||
|
@ -182,7 +182,7 @@ const projects = [
|
|||
'Nachbau des bekannten Spiels "Snake" für die damaligen Nokia Handys.',
|
||||
'Meine erste Erfahrung mit Gaming Libraries und wurde eher als Experiment und Zeitvertreib angefertigt.',
|
||||
],
|
||||
technologies: [ts, phaser, css]
|
||||
technologies: [ts, css]
|
||||
},
|
||||
{
|
||||
title: 'PixelPalette',
|
||||
|
|
|
@ -51,7 +51,7 @@ import Person from '~/components/Person.vue'
|
|||
const slots : number = 0
|
||||
const slotsLabel = `${slots} ${slots === 1 ? `Slot` : `Slots`} frei`
|
||||
|
||||
const freeFromDate = new Date(2025, 0, 1)
|
||||
const freeFromDate = new Date(2025, 6, 1)
|
||||
const intl = new Intl.DateTimeFormat('de-DE', { day: '2-digit', month: '2-digit', year: 'numeric'})
|
||||
const readableDate = intl.format(freeFromDate)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue