diff --git a/src/views/Resellers.vue b/src/views/Resellers.vue index 30fa6ee61a803facf1171683f113976a6d9212b4..1ed15f63154701fbce9b7935073eaf01f281f990 100644 --- a/src/views/Resellers.vue +++ b/src/views/Resellers.vue @@ -45,10 +45,16 @@ > <div class="reseller-card card-content pt-10 mx-auto mb-8"> <v-col class="image-container"> - <v-img - :src="getImageUrl(reseller.img)" - class="reseller-logo mb-8" - /> + <a + :href="reseller.link" + target="_blank" + rel="noopener noreferrer" + > + <v-img + :src="getImageUrl(reseller.img)" + class="reseller-logo mb-8" + /> + </a> </v-col> <v-col> <h3 class="text-left px-0 mb-6">{{ reseller.name }}</h3> @@ -103,7 +109,7 @@ export default { name: "Booz Allen", description: "Booz Allen Hamilton, an innovator and pioneer in successful P1 capability implementations, brings credible experience in driving adoption of Agile DevSecOps, Software Factories, and P1 products and services in support of mission critical programs.", - link: "https://www.boozallen.com", + link: "https://www.boozallen.com/insights/open-systems/platform-one-the-future-of-continuous-delivery.html", }, { img: "braingu.webp",