Skip to content

Commit

Permalink
Merge pull request #13327 from akbarkz/task/WD-7080-download_iot_new_…
Browse files Browse the repository at this point in the history
…platform

[WD-7080] add Mediatek to supported platforms on IoT page
  • Loading branch information
akbarkz authored Nov 7, 2023
2 parents ecbe17b + a8c8330 commit 29f1ba2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ google-api-python-client==2.78.0
google-auth-httplib2==0.1.0
google-auth-oauthlib==1.0.0
google-cloud-datastore==2.16.1
black
django-openid-auth==0.17
time-machine==2.9.0
filelock==3.12.0
36 changes: 26 additions & 10 deletions templates/download/iot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ <h2 class="p-heading-icon__title p-heading--3">Ubuntu for Raspberry Pi</h2>

<section class="p-strip is-deep">
<div class="row">
<div class="col-2 col-medium-4">
<h3>Supported platforms</h3>
</div>
<h3>Supported platforms</h3>
<div class="u-sv2 u-hide--medium u-hide--small"></div>
</div>
<div class="row">
<div class="col-2 col-medium-3">
{{
image(
Expand Down Expand Up @@ -87,9 +88,9 @@ <h3>Supported platforms</h3>
</div>
<div class="col-2 col-medium-3">
{{ image (
url="https://assets.ubuntu.com/v1/327b8104-AMD_E_Blk_RGB.png",
url="https://assets.ubuntu.com/v1/d19b919d-logo-amd-160.png",
alt="AMD XILINX",
width="187",
width="90",
height="45",
hi_def=True,
loading="auto"
Expand All @@ -104,7 +105,7 @@ <h3>Supported platforms</h3>
url="https://assets.ubuntu.com/v1/26cbe599-intel-logo.jpg",
alt="Intel",
width="75",
height="42",
height="45",
hi_def=True,
loading="auto"
) | safe
Expand All @@ -113,6 +114,21 @@ <h3>Supported platforms</h3>
<a href="/download/iot/intel-iotg">Install Ubuntu Desktop&nbsp;&rsaquo;</a>
</p>
</div>
<div class="col-2 col-medium-3">
{{ image (
url="https://assets.ubuntu.com/v1/0ebb345c-MediaTek_logo.svg",
alt="MediaTek Genio",
width="147",
height="23",
hi_def=True,
loading="auto",
attrs={"style": "margin: 0.5rem 0 0.75rem; max-width: 147px;"}
) | safe
}}
<p>
<a href="/download/mediatek-genio">Install Ubuntu Desktop and Server&nbsp;&rsaquo;</a>
</p>
</div>
<div class="col-2 col-medium-3">
{{ image (
url="https://assets.ubuntu.com/v1/4d5b8d51-riscv-color.svg",
Expand Down Expand Up @@ -218,9 +234,9 @@ <h3>Supported platforms</h3>
</div>
<div class="col-4">
{{ image (
url="https://assets.ubuntu.com/v1/db577ec7-tank-logo.svg",
url="https://assets.ubuntu.com/v1/0721e5aa-tank-logo.svg",
alt="Intel Tank logo",
width="163",
width="80",
height="45",
hi_def=True,
loading="lazy"
Expand All @@ -245,9 +261,9 @@ <h3>Supported platforms</h3>
<div class="col-4">
{{
image (
url="https://assets.ubuntu.com/v1/327b8104-AMD_E_Blk_RGB.png",
url="https://assets.ubuntu.com/v1/d19b919d-logo-amd-160.png",
alt="",
width="187",
width="90",
height="45",
hi_def=True,
loading="lazy"
Expand Down

0 comments on commit 29f1ba2

Please sign in to comment.