Skip to content

Commit

Permalink
Merge pull request #13345 from carkod/update-logo-wd-6585
Browse files Browse the repository at this point in the history
Update logos on AI page
  • Loading branch information
carkod authored Nov 20, 2023
2 parents e4c2993 + 82af63c commit d92de19
Showing 1 changed file with 195 additions and 33 deletions.
228 changes: 195 additions & 33 deletions templates/ai/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,71 +60,77 @@ <h2>Develop artificial intelligence projects on any environment</h2>
<div class="p-logo-section">
<div class="p-logo-section__items">
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/5343281c-nvidia-logo.png",
alt="Nvidia",
width="254",
height="256",
{{
image (
url="https://assets.ubuntu.com/v1/0adc7049-jupyter-logo.png",
alt="Jupyter",
width="192",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/3dd6c007-Dell-logo.png",
alt="Dell",
width="315",
height="255",
{{
image (
url="https://assets.ubuntu.com/v1/1652445f-keras-logo.png",
alt="Keras",
width="277",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/3b24973b-lenovo-logo.png",
alt="Lenovo",
width="169",
height="256",
{{
image (
url="https://assets.ubuntu.com/v1/d49635e3-mlflow-logo.png",
alt="ML Flow",
width="273",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/4652e840-aws-logo.png",
alt="AWS",
width="128",
height="256",
{{
image (
url="https://assets.ubuntu.com/v1/913372cb-kubeflow-logo.png",
alt="Kubeflow",
width="379",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/f804661e-google-cloud-logo.png",
alt="",
width="353",
height="256",
{{
image (
url="https://assets.ubuntu.com/v1/f1779d86-apache-spark-logo.png",
alt="Apache Spark",
width="197",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/b15c397c-microsoft-azure-new-logo.png",
alt="Microsoft Azure",
width="223",
height="256",
{{
image (
url="https://assets.ubuntu.com/v1/6abe939c-kafka-logo.png",
alt="Kafka",
width="294",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
Expand All @@ -133,16 +139,172 @@ <h2>Develop artificial intelligence projects on any environment</h2>
</div>
<div class="p-logo-section__item">
{{ image (
url="https://assets.ubuntu.com/v1/bccbfdac-hp-enterprise-logo.png",
alt="HPE",
width="211",
url="https://assets.ubuntu.com/v1/88043445-prometheus logo.png",
alt="Prometheus",
width="125",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/7cf825b5-opensearch-logo.png",
alt="OpenSearch",
width="319",
height="256",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/f48de5d9-katib-logo.png",
alt="Katib",
width="125",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/54efd5a7-tensor-flow-logo.png",
alt="Tensorflow",
width="371",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/5e048b8e-tensor-rt-logo.png",
alt="Tensor RT",
width="320",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/795f2fc2-knative-logo.png",
alt="Knative",
width="153",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/20a0d896-pytorch-logo.png",
alt="PyTorch",
width="336",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/86e6c732-seldon-logo.png",
alt="Seldon",
width="374",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/c6a757b1-pachyderm-logo.png",
alt="Pachyderm",
width="376",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/31c63bdf-onnx logo.png",
alt="ONNX",
width="348",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/ddbc4d23-kserve-logo.png",
alt="Kserve",
width="125",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/73accfaf-nvidia-triton-server-logo.png",
alt="Nvidia Triton Server",
width="249",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
<div class="p-logo-section__item">
{{
image (
url="https://assets.ubuntu.com/v1/797287f7-grafana-logo.png",
alt="Grafana",
width="173",
height="384",
hi_def=True,
loading="lazy",
attrs={"class": "p-logo-section__logo"}
) | safe
}}
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit d92de19

Please sign in to comment.