From 1e9cbc75a3a5aa446eed794d5f4622a8b79fcd24 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Sat, 19 Oct 2024 00:45:19 +0200 Subject: [PATCH] format code --- .pugrc | 4 ++-- src/components/Head.pug | 24 ++++++++++++------------ src/components/Landingpage.pug | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.pugrc b/.pugrc index 2cfaaef..60e121f 100644 --- a/.pugrc +++ b/.pugrc @@ -179,8 +179,8 @@ }, "expertise": { "intro": [ - "With over two decades at the forefront of software development and architecture, I've navigated the ever-evolving landscape of technology, consistently delivering innovative solutions across diverse sectors.", - "My expertise spans a comprehensive range of technologies and methodologies, enabling me to provide both strategic guidance and hands-on leadership to organizations seeking to innovate and maintain a competitive edge. From developing robust, scalable software architectures to implementing agile practices and leveraging the latest in cloud and DevOps technologies, I bring a wealth of knowledge and practical experience to every project. My approach is rooted in a deep understanding of both current trends and time-tested principles, ensuring solutions that are not only cutting-edge but also sustainable and aligned with long-term business objectives." + "With over two decades at the forefront of software development and architecture, I've navigated the ever-evolving landscape of technology, consistently delivering innovative solutions across diverse sectors.", + "My expertise spans a comprehensive range of technologies and methodologies, enabling me to provide both strategic guidance and hands-on leadership to organizations seeking to innovate and maintain a competitive edge. From developing robust, scalable software architectures to implementing agile practices and leveraging the latest in cloud and DevOps technologies, I bring a wealth of knowledge and practical experience to every project. My approach is rooted in a deep understanding of both current trends and time-tested principles, ensuring solutions that are not only cutting-edge but also sustainable and aligned with long-term business objectives." ], "frontendTechnologies": { "color": "green", diff --git a/src/components/Head.pug b/src/components/Head.pug index 7316c63..0a15555 100644 --- a/src/components/Head.pug +++ b/src/components/Head.pug @@ -83,16 +83,16 @@ head style. /* Afacad Flux */ @font-face { - font-family: 'Afacad Flux'; - src: url('/public/fonts/AfacadFlux-Medium.ttf') format('truetype'); + font-family: "Afacad Flux"; + src: url("/public/fonts/AfacadFlux-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { - font-family: 'Afacad Flux'; - src: url('/public/fonts/AfacadFlux-SemiBold.ttf') format('truetype'); + font-family: "Afacad Flux"; + src: url("/public/fonts/AfacadFlux-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; @@ -100,16 +100,16 @@ head /* Libre Baskerville */ @font-face { - font-family: 'Libre Baskerville'; - src: url('/public/fonts/LibreBaskerville-Regular.ttf') format('truetype'); + font-family: "Libre Baskerville"; + src: url("/public/fonts/LibreBaskerville-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { - font-family: 'Libre Baskerville'; - src: url('/public/fonts/LibreBaskerville-Bold.ttf') format('truetype'); + font-family: "Libre Baskerville"; + src: url("/public/fonts/LibreBaskerville-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; @@ -117,16 +117,16 @@ head /* Roboto Mono */ @font-face { - font-family: 'Roboto Mono'; - src: url('/public/fonts/RobotoMono-Regular.ttf') format('truetype'); + font-family: "Roboto Mono"; + src: url("/public/fonts/RobotoMono-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { - font-family: 'Roboto Mono'; - src: url('/public/fonts/RobotoMono-SemiBold.ttf') format('truetype'); + font-family: "Roboto Mono"; + src: url("/public/fonts/RobotoMono-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; diff --git a/src/components/Landingpage.pug b/src/components/Landingpage.pug index 49a6e01..10aa795 100644 --- a/src/components/Landingpage.pug +++ b/src/components/Landingpage.pug @@ -1,6 +1,6 @@ header.bg-nls-black.text-white .teaser.p-8.flex.flex-col.items-center.justify-center(class="sm:p-20") - div.max-w-3xl.group.mb-8.relative(class="w-4/5 min-h-[90vh]") + .max-w-3xl.group.mb-8.relative(class="w-4/5 min-h-[90vh]") a.absolute.inset-0.z-20.block( onclick="umami.track('email clicked', { position: 'title', visitDuration: getVisitDuration() })", onmouseover="umami.track('email hovered', { position: 'title', visitDuration: getVisitDuration() })",