diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index f090e13..5886808 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -24,7 +24,7 @@ body: required: false - type: textarea - id: logs + id: logos attributes: label: Logs or Error Messages description: Paste any relevant console output, stack traces, or screenshots. diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index 91dd19e..0a157c5 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -129,7 +129,7 @@
-

Projects

+

current Jobs & Projects

diff --git a/src/assets/logos/sobit.png b/src/assets/logos/sobit.png new file mode 100644 index 0000000..03a6a62 Binary files /dev/null and b/src/assets/logos/sobit.png differ diff --git a/src/assets/portrait/anniversary.jpg b/src/assets/portrait/anniversary.jpg deleted file mode 100644 index d410dd8..0000000 Binary files a/src/assets/portrait/anniversary.jpg and /dev/null differ diff --git a/src/assets/portrait/scuba.jpg b/src/assets/portrait/scuba.jpg new file mode 100644 index 0000000..117dee4 Binary files /dev/null and b/src/assets/portrait/scuba.jpg differ diff --git a/src/global.ts b/src/global.ts index 1ae52b0..a57a09e 100644 --- a/src/global.ts +++ b/src/global.ts @@ -68,6 +68,9 @@ export const global: Global = { { label: 'DevOps', value: 'Docker' }, { label: 'DevOps', value: 'Ubuntu' }, { label: 'DevOps', value: 'Arch' }, + { label: 'Declarative Languages', value: 'XAML' }, + { label: 'Declarative Languages', value: 'YAML' }, + { label: 'Declarative Languages', value: 'Markdown' }, ], portraitHighlights: [ { @@ -79,8 +82,8 @@ export const global: Global = { text: 'My Love', }, { - image: 'assets/portrait/anniversary.jpg', - text: 'Anniversary', + image: 'assets/portrait/sbua.jpg', + text: 'Scuba Diving', }, { image: 'assets/portrait/trains.jpg', @@ -97,12 +100,12 @@ export const global: Global = { ], projects: [ { - title: 'SynRadio', - link: 'https://www.synradio.de/', - description: 'An internet radio station that is available on various media.', - languages: ['TypeScript', 'JavaScript', 'HTML', 'CSS'], - icon: 'assets/portrait/me.png', - CircleIcon: true, + title: 'SobIT GmbH', + link: 'https://sobit.at/', + description: 'I currently work primarily for the viennese company SobIT GmbH. This company develops software for the healthcare industry. - Development of modern desktop, mobile, and web applications to support healthcare delivery.', + languages: ['TypeScript', 'C#', 'WPF', 'YML', 'XAML'], + icon: 'assets/logos/sobit.png', + CircleIcon: false, }, { title: 'SynHost', diff --git a/src/styles.scss b/src/styles.scss index 7c69f2f..456c6dd 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -804,7 +804,8 @@ hr { width: clamp(84px, 12vw, 108px); min-width: clamp(84px, 12vw, 108px); height: clamp(84px, 12vw, 108px); - object-fit: cover; + object-fit: contain; + object-position: center; box-shadow: none; }