Skip to content

Commit

Permalink
Added microsoft partnership
Browse files Browse the repository at this point in the history
  • Loading branch information
francescomasala committed Sep 26, 2023
1 parent a7c728c commit 89cbe88
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion components/de/Partners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<h2 class="text-center text-lg font-semibold leading-8 text-gray-900">Unsere Unternehmenspartner</h2>
<div
class="mx-auto mt-8 grid max-w-lg grid-cols-3 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-3 sm:gap-x-8 lg:mx-0 lg:max-w-none lg:grid-cols-3">
class="mx-auto mt-8 grid max-w-lg grid-cols-4 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-4 sm:gap-x-8 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<nuxt-link href="https://www.linode.com/">
<img alt="Akamai Solutions Partner" class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1"
height="126" src="/Akamai-Partner-Logo.png" width="403"/>
Expand All @@ -16,6 +16,10 @@
<img alt="SUSE Sapphire Partner"
class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1" height="3000" src="/SUSE_Logo-hor_L_Green-pos_sRGB.png" width="9000"/>
</nuxt-link>
<nuxt-link href="https://www.microsoft.com">
<img alt="Microsoft Partner" class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1"
height="262" src="/Microsoft-Partner.png" width="400"/>
</nuxt-link>
</div>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion components/en/Partners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<h2 class="text-center text-lg font-semibold leading-8 text-gray-900">Our business partners</h2>
<div
class="mx-auto mt-8 grid max-w-lg grid-cols-3 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-3 sm:gap-x-8 lg:mx-0 lg:max-w-none lg:grid-cols-3">
class="mx-auto mt-8 grid max-w-lg grid-cols-4 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-4 sm:gap-x-8 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<nuxt-link href="https://www.linode.com/">
<img alt="Akamai Solutions Partner" class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1"
height="126" src="/Akamai-Partner-Logo.png" width="403"/>
Expand All @@ -16,6 +16,10 @@
<img alt="SUSE Sapphire Partner"
class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1" height="3000" src="/SUSE_Logo-hor_L_Green-pos_sRGB.png" width="9000"/>
</nuxt-link>
<nuxt-link href="https://www.microsoft.com">
<img alt="Microsoft Partner" class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1"
height="262" src="/Microsoft-Partner.png" width="400"/>
</nuxt-link>
</div>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion components/it/Partners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="mx-auto max-w-7xl px-6 lg:px-8">
<h2 class="text-center text-lg font-semibold leading-8 text-gray-900">I nostri partner aziendali</h2>
<div
class="mx-auto mt-8 grid max-w-lg grid-cols-3 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-3 sm:gap-x-8 lg:mx-0 lg:max-w-none lg:grid-cols-3">
class="mx-auto mt-8 grid max-w-lg grid-cols-4 items-center gap-x-8 gap-y-10 sm:max-w-xl sm:grid-cols-4 sm:gap-x-8 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<nuxt-link href="https://www.linode.com/">
<img alt="Akamai Solutions Partner" class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1"
height="126" src="/Akamai-Partner-Logo.png" width="403"/>
Expand All @@ -16,6 +16,10 @@
<img alt="SUSE Sapphire Partner"
class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1" height="3000" src="/SUSE_Logo-hor_L_Green-pos_sRGB.png" width="9000"/>
</nuxt-link>
<nuxt-link href="https://www.microsoft.com">
<img alt="Microsoft Partner" class="col-span-2 max-h-12.5 w-full object-contain lg:col-span-1"
height="262" src="/Microsoft-Partner.png" width="400"/>
</nuxt-link>
</div>
</div>
</div>
Expand Down
Binary file added public/Microsoft-Partner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 89cbe88

@vercel
Copy link

@vercel vercel bot commented on 89cbe88 Sep 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.