feat: style and infos

This commit is contained in:
2026-04-23 18:38:57 +02:00
parent 857a35e8f8
commit 87546628d4
7 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -129,7 +129,7 @@
<section id="projects" class="projects-section">
<div class="section-heading section-heading-centered">
<p class="eyebrow">Projects</p>
<p class="eyebrow">current Jobs & Projects</p>
</div>
<div class="project-list">
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

+11 -8
View File
@@ -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',
+2 -1
View File
@@ -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;
}