Skip to content

Commit

Permalink
update logos to be properly cropped
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd committed Sep 13, 2023
1 parent aa75a99 commit 65027b1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"postcss": "8.4.20",
"postcss-cli": "10.1.0",
"sass": "1.57.1",
"vanilla-framework": "4.1.0"
"vanilla-framework": "4.3.0"
},
"devDependencies": {
"concurrently": "7.6.0",
Expand Down
41 changes: 21 additions & 20 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -408,16 +408,16 @@ <h2>Leaning on a strong cloud ecosystem</h2>
</section>

<section class="p-strip--light">
<div class="u-fixed-width">
<div class="u-fixed-width u-align--center">
<div class="p-logo-section">
<h2 class="u-align--center u-sv3">Cloud Service Providers</h2>
<div class="p-logo-section__items">
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/1ccd490e-equinix-white-space.svg",
url="https://assets.ubuntu.com/v1/8ba3ac4b-equinix-logo%[email protected]",
alt="Equinix",
width="144",
height="144",
width="372",
height="372",
hi_def=True,
attrs={"class":"p-logo-section__logo"},
loading="lazy"
Expand All @@ -426,21 +426,22 @@ <h2 class="u-align--center u-sv3">Cloud Service Providers</h2>
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/57e46e3b-google-logo.svg",
url="https://assets.ubuntu.com/v1/a1614c94-google-cloud-logo%[email protected]",
alt="Google cloud platform",
width="146",
height="144",
width="372",
height="372",
hi_def=True,
attrs={"class":"p-logo-section__logo"},
loading="lazy"
) | safe
}}
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/538fe31a-MS+Azure-white-space.svg",
alt="Microsoft azure logo",
width="146",
height="144",
url="https://assets.ubuntu.com/v1/10568918-microsoft-azure-new-logo%[email protected]",
alt="Microsoft Azure",
width="372",
height="372",
hi_def=True,
attrs={"class":"p-logo-section__logo"},
loading="lazy"
Expand All @@ -449,10 +450,10 @@ <h2 class="u-align--center u-sv3">Cloud Service Providers</h2>
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/093f3200-aws-logo-white-spae.svg",
alt="AWS logo",
width="145",
height="145",
url="https://assets.ubuntu.com/v1/4da8004d-amazon-web-services-logo%[email protected]",
alt="Amazon Web Services",
width="372",
height="372",
hi_def=True,
attrs={"class":"p-logo-section__logo"},
loading="lazy"
Expand All @@ -461,10 +462,10 @@ <h2 class="u-align--center u-sv3">Cloud Service Providers</h2>
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/debf01e1-Oracle-Cloud-Logo-350.png",
url="https://assets.ubuntu.com/v1/535d96fc-oracle-new-logo%20@372px.png",
alt="Oracle cloud",
width="350",
height="165",
width="372",
height="372",
hi_def=True,
attrs={"class":"p-logo-section__logo"},
loading="lazy"
Expand All @@ -474,9 +475,9 @@ <h2 class="u-align--center u-sv3">Cloud Service Providers</h2>
</div>
</div>

<div class="p-logo-section">
<div class="p-logo-section has-misaligned-images">
<h2 class="u-align--center u-sv3">A selection of customers</h2>
<div class="p-logo-section__items">
<div class="p-logo-section__items u-align--center">
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/be72de6b-Vodafone-Logo.png",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1871,10 +1871,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.0.0.tgz#a2fee9bd9763ebd6932b764f9d66484dc177d4cc"
integrity sha512-fiPnmaTUe15l5MRNJ6IsiJ8qiunfmgtLETOFltaYiE/bQKL7xTI+riBak2iygBKeF1y0Gi/GxUNt4hyb6xDPKA==

vanilla-framework@4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.1.0.tgz#093b96d5f54f9856817977ec4d90e008aab605ad"
integrity sha512-2KF9eGOibzaAN2k5+MAyPREGU/BeKlu7vVoqTyrH0K4prlM520oi3dRsQDKMYvq882AQwUxKgsKsN+od+vJt4w==
vanilla-framework@4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/vanilla-framework/-/vanilla-framework-4.3.0.tgz#44850ba1e568646bd1144de25628f63758d749ce"
integrity sha512-CDFgUX7MMp3ZJoiE8nif/uSPD3YPaK0lWm8iru9tgIO/SloWzkGvG2G5NPllDnwF4cMMi7YxsK/ylz7mH7OgZA==

verbalize@^0.1.2:
version "0.1.2"
Expand Down

0 comments on commit 65027b1

Please sign in to comment.