Skip to content

Commit 978f5a4

Browse files
committed
Added footer to pdf version.
1 parent bfa5f79 commit 978f5a4

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

print.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,20 @@ h3 {
8989
:last-child {
9090
margin-bottom: 0 !important;
9191
}
92+
93+
/* ============================
94+
Page footer (WeasyPrint)
95+
============================ */
96+
97+
@page {
98+
/* Ensure space for footer */
99+
margin-bottom: 18mm;
100+
101+
@bottom-center {
102+
content: "Yury Zakharov · Backend Software Engineer · Page " counter(page)
103+
" of " counter(pages);
104+
font-size: 9pt;
105+
color: #666;
106+
font-family: inherit;
107+
}
108+
}

resume.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "colonelcolt@gmail.com",
88
"phone": "+44 7722850063",
99
"website": "",
10-
"summary": "Senior backend software engineer with over 30 years of professional experience and long-term specialisation in the .NET ecosystem since its initial release. Deep hands-on expertise in C# and ownership of large, business-critical, regulated systems operating at market-leading scale across the UK, Australia, and the United States.\n\nStrongly opinionated about software quality, correctness, and system design. Works in a declarative, functional-inspired style, applying concepts from functional programming to production C# code to improve domain clarity, determinism, and long-term maintainability. Emphasises explicit domain modelling, verification-friendly designs, and requirement-driven development over ad hoc or patch-oriented solutions.\n\nApproaches software development systematically, designing new functionality in the context of existing systems and addressing defects through root-cause analysis and structural remediation. Particularly effective in legacy modernisation initiatives, balancing evolutionary change with operational stability in regulated environments.\n\nActs as a technical leader within teams, focusing on architectural integrity, developer productivity, tooling, and engineering practices. Regularly mentors engineers and supports technical decision-making, while preferring senior individual-contributor and technical leadership roles over formal people management.",
10+
"summary": "Senior backend software engineer with over 30 years of professional experience and long-term specialisation in the .NET ecosystem since its initial release.\n\nDeep hands-on expertise in C# and ownership of large, business-critical, regulated systems operating at market-leading scale across the UK, Australia, and the United States.\n\nStrongly opinionated about software quality, correctness, and system design. Works in a declarative, functional-inspired style, applying concepts from functional programming to production C# code to improve domain clarity, determinism, and long-term maintainability. Emphasises explicit domain modelling, verification-friendly designs, and requirement-driven development over ad hoc or patch-oriented solutions.\n\nApproaches software development systematically, designing new functionality in the context of existing systems and addressing defects through root-cause analysis and structural remediation. Particularly effective in legacy modernisation initiatives, balancing evolutionary change with operational stability in regulated environments.\n\nActs as a technical leader within teams, focusing on architectural integrity, developer productivity, tooling, and engineering practices. Regularly mentors engineers and supports technical decision-making, while preferring senior individual-contributor and technical leadership roles over formal people management.",
1111
"location": {
1212
"address": "",
1313
"postalCode": "",
@@ -205,7 +205,7 @@
205205
"level": "Advanced",
206206
"keywords": [
207207
"Backend Architecture",
208-
"Domain Modeling",
208+
"Domain Modelling",
209209
"Modular Design",
210210
"Legacy System Modernisation",
211211
"API Design",

0 commit comments

Comments
 (0)