format code
This commit is contained in:
parent
40ae43b935
commit
1e9cbc75a3
4
.pugrc
4
.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",
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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() })",
|
||||
|
|
Loading…
Reference in New Issue