diff --git a/src/assets/css/binick.css b/src/assets/css/binick.css index 6185acd4..f5226fa6 100644 --- a/src/assets/css/binick.css +++ b/src/assets/css/binick.css @@ -10,6 +10,17 @@ justify-content: center; } +.post-single.about .post-header { + width: 100%; + display: flex; + justify-content: space-between; + align-items: center; +} + +.post-single.about .post-header svg { + margin-right: 10px; +} + .post-content img { margin: auto; } diff --git a/src/config/debug/config.yml b/src/config/debug/config.yml new file mode 100644 index 00000000..29951cb4 --- /dev/null +++ b/src/config/debug/config.yml @@ -0,0 +1,5 @@ +params: + accessibility: + showViolations: true +minify: + minifyOutput: false diff --git a/src/content/about-me/index.it.md b/src/content/about-me/index.it.md index a9d780fb..db482af9 100644 --- a/src/content/about-me/index.it.md +++ b/src/content/about-me/index.it.md @@ -7,6 +7,6 @@ socialIcons: - x cover: image: me.jpg -# alt: -# caption: +resume: + url: https://github.com/binick/resume/releases/latest/download/italian.pdf --- diff --git a/src/content/about-me/index.md b/src/content/about-me/index.md index fcea1bcd..12df104f 100644 --- a/src/content/about-me/index.md +++ b/src/content/about-me/index.md @@ -7,6 +7,6 @@ socialIcons: - x cover: image: me.jpg -# alt: -# caption: +resume: + url: https://github.com/binick/resume/releases/latest/download/english.pdf --- diff --git a/src/i18n/en.yml b/src/i18n/en.yml index 8af0d83b..b18c161b 100644 --- a/src/i18n/en.yml +++ b/src/i18n/en.yml @@ -17,3 +17,7 @@ - id: content_moved translation: | This page has moved to [%s](%s). +- id: download_resume + translation: "Download my resume" +- id: resume_abbr + translation: "Resume" \ No newline at end of file diff --git a/src/i18n/it.yml b/src/i18n/it.yml index 358f8c36..01c68710 100644 --- a/src/i18n/it.yml +++ b/src/i18n/it.yml @@ -17,3 +17,7 @@ - id: content_moved translation: | Questa pagina รจ stata spostata all'indirizzo [%s](%s). +- id: download_resume + translation: "Scarica il mio curriculum vitae" +- id: resume_abbr + translation: "CV" diff --git a/src/layouts/_default/about.html b/src/layouts/_default/about.html index 8a8f1ed1..2b11ae9b 100644 --- a/src/layouts/_default/about.html +++ b/src/layouts/_default/about.html @@ -1,10 +1,18 @@ {{- define "main" }} {{ $data := index site.Data site.Language.Lang }} -
+

{{ .Title }}

+ + + + + + {{ i18n "resume_abbr" }} + +