diff --git a/docs/about/resume/index.html b/docs/about/resume/index.html index 429471e6..92e13b58 100644 --- a/docs/about/resume/index.html +++ b/docs/about/resume/index.html @@ -120,7 +120,7 @@

Previous Experience

Download Resume (PDF)
- Last updated November 2024 + Last updated November 2025

Also available

diff --git a/docs/archives/archives/index.html b/docs/archives/archives/index.html index 54bfcb85..88312372 100644 --- a/docs/archives/archives/index.html +++ b/docs/archives/archives/index.html @@ -6,12 +6,12 @@ Archived Pages | Adam Jolicoeur - + @@ -31,7 +31,7 @@ /> diff --git a/docs/assets/img/social_template-thumb.jpg b/docs/assets/img/social_template-thumb.jpg new file mode 100644 index 00000000..f9dbd5e6 Binary files /dev/null and b/docs/assets/img/social_template-thumb.jpg differ diff --git a/docs/assets/img/social_template-thumb.webp b/docs/assets/img/social_template-thumb.webp new file mode 100644 index 00000000..a99a43b0 Binary files /dev/null and b/docs/assets/img/social_template-thumb.webp differ diff --git a/docs/assets/img/social_template.jpg b/docs/assets/img/social_template.jpg new file mode 100644 index 00000000..0cdca801 Binary files /dev/null and b/docs/assets/img/social_template.jpg differ diff --git a/docs/assets/img/social_template.webp b/docs/assets/img/social_template.webp new file mode 100644 index 00000000..bd19739a Binary files /dev/null and b/docs/assets/img/social_template.webp differ diff --git a/docs/credits/index.html b/docs/credits/index.html index 63d6e2a7..2409c423 100644 --- a/docs/credits/index.html +++ b/docs/credits/index.html @@ -6,12 +6,12 @@ Credits | Adam Jolicoeur - + @@ -31,7 +31,7 @@ /> diff --git a/docs/feed.json b/docs/feed.json index 8472b00a..87af7fbe 100644 --- a/docs/feed.json +++ b/docs/feed.json @@ -26,6 +26,14 @@ "url": "" }, "items": [ + { + "id": "/about/resume/", + "url": "/about/resume/", + "title": "Adam J. Jolicoeur", + "date_published": "2025-11-26T18:26:52Z", + "date": "2025-11-26T18:26:52Z" + } + , { "id": "/presentations/portfolio/", "url": "/presentations/portfolio/", @@ -106,14 +114,6 @@ "date": "2025-11-26T17:47:39Z" } , - { - "id": "/about/resume/", - "url": "/about/resume/", - "title": "Adam J. Jolicoeur", - "date_published": "2025-11-26T17:47:39Z", - "date": "2025-11-26T17:47:39Z" - } - , { "id": "/about/adam/", "url": "/about/adam/", diff --git a/docs/index.html b/docs/index.html index 8004e689..303922a8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,12 +6,12 @@ Adam Jolicoeur - + @@ -31,7 +31,7 @@ /> diff --git a/docs/manifest.json b/docs/manifest.json index 91415508..80b683c7 100755 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -38,9 +38,9 @@ ], "shortcuts": [ { - "name": "Explore Designs", - "url": "/designs/", - "description": "Explore designs and case studies", + "name": "Portfolio", + "url": "/portfolio/", + "description": "Portfolio of designs and case studies", "icons": [ { "src": "icon-192.png", @@ -60,30 +60,8 @@ ] }, { - "name": "Development", - "url": "/development/", - "description": "Explore various development projects and ideas", - "icons": [ - { - "src": "icon-192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "icon-256.png", - "type": "image/png", - "sizes": "256x256" - }, - { - "src": "icon-512.png", - "type": "image/png", - "sizes": "512x512" - } - ] - }, - { - "name": "About", - "url": "/about/", + "name": "About Adam", + "url": "/about/adam/", "description": "Learn more about Adam", "icons": [ { @@ -128,7 +106,8 @@ ], "categories": [ "business", - "utilities" + "utilities", + "design" ], "author": "Adam J. Jolicoeur", "related_applications": [], @@ -140,7 +119,7 @@ }, "screenshots": [ { - "src": "AdamJolicoeur_social.jpg", + "src": "social_template.jpg", "sizes": "1200x897", "type": "image/jpeg" } diff --git a/docs/presentations/portfolio/index.html b/docs/presentations/portfolio/index.html index bce67f6e..6911d5fd 100644 --- a/docs/presentations/portfolio/index.html +++ b/docs/presentations/portfolio/index.html @@ -6,12 +6,12 @@ Portfolio | Adam Jolicoeur - + @@ -31,7 +31,7 @@ /> diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 26b88ba2..e9e21c31 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -46,11 +46,6 @@ 2025-11-26T17:47:39.000Z - - https://www.adamjolicoeur.com/about/resume/ - 2025-11-26T17:47:39.000Z - - https://www.adamjolicoeur.com/credits/ 2025-11-26T17:47:39.000Z @@ -111,4 +106,9 @@ 2025-11-26T17:49:37.649Z + + https://www.adamjolicoeur.com/about/resume/ + 2025-11-26T18:26:52.000Z + + diff --git a/package.json b/package.json index 34862c5f..142c2bd5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jolicoeur", "title": "Adam J. Jolicoeur", - "version": "10.0.1", + "version": "10.0.2", "author": "Adam J. Jolicoeur", "homepage": "https://www.adamjolicoeur.com", "license": "Apache-2.0", diff --git a/social/template.html b/social/template.html index dd7f6319..ca1f26f2 100644 --- a/social/template.html +++ b/social/template.html @@ -6,12 +6,12 @@ Adam Jolicoeur - + diff --git a/src/_data/meta.js b/src/_data/meta.js index fcce05d2..5e25d217 100644 --- a/src/_data/meta.js +++ b/src/_data/meta.js @@ -2,14 +2,14 @@ module.exports = { env: process.env.ELEVENTY_ENV, url: process.env.URL || "http://localhost:8080", siteName: "Adam Jolicoeur", - siteDescription: "I'm a Product Designer who ships code—and understands the business side. For 15 years, I've designed enterprise applications at Amazon Web Services, Red Hat, and high-growth B2B companies—turning complex, data-intensive workflows into intuitive interfaces that scale.", + siteDescription: "Product Designer who ships code—and understands the business side.", siteURL: "https://www.adamjolicoeur.com", authorName: "Adam J. Jolicoeur", siteMeta:"Adam, Adam Jolicoeur, Adam J. Jolicoeur, AdamJ, Jolicoeur, adamjolicoeur.com, www.adamjolicoeur.com, mindreeper2420, Portfolio, Design, Product Designer, UXD, UX Designer, UX Developer, UX Engineer, Design Technologist, Product Mangement, CSS", packageVersion: "packageVersion", blueskyUsername: "adamjol.bsky.social", blueskyTitle: "Adam Jolicoeur - Product Designer Who Ships Code", - blueskyDescription: "I'm a Product Designer who ships code—and understands the business side. For 15 years, I've designed enterprise applications at Amazon Web Services, Red Hat, and high-growth B2B companies—turning complex, data-intensive workflows into intuitive interfaces that scale.", + blueskyDescription: "Product Designer who ships code—and understands the business side.", githubURL: "https://github.com/AdamJ", githubUsername: "AdamJ", githubDescription: "Follow my work in the open source community.", diff --git a/src/assets/img-raw/AdamJolicoeur_social.png b/src/assets/img-raw/AdamJolicoeur_social.png deleted file mode 100644 index ba0f0007..00000000 Binary files a/src/assets/img-raw/AdamJolicoeur_social.png and /dev/null differ diff --git a/src/assets/img-raw/screenshots/screenshot_about.jpeg b/src/assets/img-raw/screenshots/screenshot_about.jpeg deleted file mode 100644 index 4a325d93..00000000 Binary files a/src/assets/img-raw/screenshots/screenshot_about.jpeg and /dev/null differ diff --git a/src/assets/img-raw/screenshots/screenshot_about.png b/src/assets/img-raw/screenshots/screenshot_about.png new file mode 100644 index 00000000..174263f5 Binary files /dev/null and b/src/assets/img-raw/screenshots/screenshot_about.png differ diff --git a/src/assets/img-raw/screenshots/screenshot_designs.jpeg b/src/assets/img-raw/screenshots/screenshot_designs.jpeg deleted file mode 100644 index 1945d33d..00000000 Binary files a/src/assets/img-raw/screenshots/screenshot_designs.jpeg and /dev/null differ diff --git a/src/assets/img-raw/screenshots/screenshot_designs.png b/src/assets/img-raw/screenshots/screenshot_designs.png new file mode 100644 index 00000000..f18584de Binary files /dev/null and b/src/assets/img-raw/screenshots/screenshot_designs.png differ diff --git a/src/assets/img-raw/screenshots/screenshot_development.jpeg b/src/assets/img-raw/screenshots/screenshot_development.jpeg deleted file mode 100644 index 2b1a48a9..00000000 Binary files a/src/assets/img-raw/screenshots/screenshot_development.jpeg and /dev/null differ diff --git a/src/assets/img-raw/screenshots/screenshot_homepage-wide.jpeg b/src/assets/img-raw/screenshots/screenshot_homepage-wide.jpeg deleted file mode 100644 index 32e424ba..00000000 Binary files a/src/assets/img-raw/screenshots/screenshot_homepage-wide.jpeg and /dev/null differ diff --git a/src/assets/img-raw/screenshots/screenshot_homepage-wide.png b/src/assets/img-raw/screenshots/screenshot_homepage-wide.png new file mode 100644 index 00000000..ea705726 Binary files /dev/null and b/src/assets/img-raw/screenshots/screenshot_homepage-wide.png differ diff --git a/src/assets/img-raw/screenshots/screenshot_homepage.jpeg b/src/assets/img-raw/screenshots/screenshot_homepage.jpeg deleted file mode 100644 index bc2f9bca..00000000 Binary files a/src/assets/img-raw/screenshots/screenshot_homepage.jpeg and /dev/null differ diff --git a/src/assets/img-raw/screenshots/screenshot_homepage.png b/src/assets/img-raw/screenshots/screenshot_homepage.png new file mode 100644 index 00000000..df707d43 Binary files /dev/null and b/src/assets/img-raw/screenshots/screenshot_homepage.png differ diff --git a/src/assets/img-raw/social_template.png b/src/assets/img-raw/social_template.png new file mode 100644 index 00000000..1852fae0 Binary files /dev/null and b/src/assets/img-raw/social_template.png differ diff --git a/src/assets/img/social_template-thumb.jpg b/src/assets/img/social_template-thumb.jpg new file mode 100644 index 00000000..f9dbd5e6 Binary files /dev/null and b/src/assets/img/social_template-thumb.jpg differ diff --git a/src/assets/img/social_template-thumb.webp b/src/assets/img/social_template-thumb.webp new file mode 100644 index 00000000..a99a43b0 Binary files /dev/null and b/src/assets/img/social_template-thumb.webp differ diff --git a/src/assets/img/social_template.jpg b/src/assets/img/social_template.jpg new file mode 100644 index 00000000..0cdca801 Binary files /dev/null and b/src/assets/img/social_template.jpg differ diff --git a/src/assets/img/social_template.webp b/src/assets/img/social_template.webp new file mode 100644 index 00000000..bd19739a Binary files /dev/null and b/src/assets/img/social_template.webp differ diff --git a/src/manifest.json b/src/manifest.json index 91415508..80b683c7 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -38,9 +38,9 @@ ], "shortcuts": [ { - "name": "Explore Designs", - "url": "/designs/", - "description": "Explore designs and case studies", + "name": "Portfolio", + "url": "/portfolio/", + "description": "Portfolio of designs and case studies", "icons": [ { "src": "icon-192.png", @@ -60,30 +60,8 @@ ] }, { - "name": "Development", - "url": "/development/", - "description": "Explore various development projects and ideas", - "icons": [ - { - "src": "icon-192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "icon-256.png", - "type": "image/png", - "sizes": "256x256" - }, - { - "src": "icon-512.png", - "type": "image/png", - "sizes": "512x512" - } - ] - }, - { - "name": "About", - "url": "/about/", + "name": "About Adam", + "url": "/about/adam/", "description": "Learn more about Adam", "icons": [ { @@ -128,7 +106,8 @@ ], "categories": [ "business", - "utilities" + "utilities", + "design" ], "author": "Adam J. Jolicoeur", "related_applications": [], @@ -140,7 +119,7 @@ }, "screenshots": [ { - "src": "AdamJolicoeur_social.jpg", + "src": "social_template.jpg", "sizes": "1200x897", "type": "image/jpeg" } diff --git a/src/pages/about/resume.md b/src/pages/about/resume.md index 2e8bdd33..7ac9a784 100644 --- a/src/pages/about/resume.md +++ b/src/pages/about/resume.md @@ -9,6 +9,7 @@ primaryURL: "https://www.adamjolicoeur.com/downloads/resume.pdf" eleventyNavigation: key: Resume parent: About + order: 2 ---
@@ -50,7 +51,7 @@ eleventyNavigation:
Download Resume (PDF)
- Last updated November 2024 + Last updated November 2025

Also available