diff --git a/content/artist/index.md b/content/artist/index.md index 48b86b5..a74f9ea 100644 --- a/content/artist/index.md +++ b/content/artist/index.md @@ -5,9 +5,13 @@ buttons: - text: Full Artist Bio & Statement url: '/bio' - text: Cover Letter - url: '/resume' + url: '/Ian_Gallo_RESUME.pdf' + icon: | + - text: Resume - url: '/bio' + url: '/Ian_Gallo_CV.pdf' + icon: | + art: - main: /img/art/thumb/oya.webp title: Oyá diff --git a/static/Ian_Gallo_CV.pdf b/static/Ian_Gallo_CV.pdf new file mode 100644 index 0000000..4cedfa6 Binary files /dev/null and b/static/Ian_Gallo_CV.pdf differ diff --git a/static/Ian_Gallo_RESUME.pdf b/static/Ian_Gallo_RESUME.pdf new file mode 100644 index 0000000..cdf6ad1 Binary files /dev/null and b/static/Ian_Gallo_RESUME.pdf differ diff --git a/themes/gallo/layouts/partials/buttons.html b/themes/gallo/layouts/partials/buttons.html index 2ebe892..763c2d5 100644 --- a/themes/gallo/layouts/partials/buttons.html +++ b/themes/gallo/layouts/partials/buttons.html @@ -1,14 +1,16 @@ -{{ if .Params.buttons }} -
-{{ range .Params.buttons}} - - -{{ end }} +{{ if .Params.buttons }} +
+ {{ range .Params.buttons}} + + + {{ end }}
{{ end }}