Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature rebrand Landscape #14590

Merged
merged 9 commits into from
Dec 20, 2024
6 changes: 3 additions & 3 deletions navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -647,10 +647,10 @@ landscape:
path: /landscape/features
- title: Managed
path: /landscape/managed
- title: Pricing
path: /landscape/pricing
- title: Compare
path: /landscape/compare
- title: Install
path: /landscape/install
path: /landscape/docs/quickstart-deployment
- title: Docs
path: /landscape/docs
- title: Log in to Landscape
Expand Down
2 changes: 2 additions & 0 deletions redirects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ kubuntu/simple/oneiric/desktop/kubuntu-11\.10-desktop-amd64\.iso\.torrent/?: "ht
kubernetes/features/?: "/kubernetes/charmed-k8s"
kubernetes/partners/?: "/kubernetes"
kubernetes/cloud-native-kubernetes-usage-report-2021/?: "https://juju.is/cloud-native-kubernetes-usage-report-2021"
landscape/pricing: "/landscape/compare"
landscape/install: "/landscape/docs/quickstart-deployment"
legal/bootstack/?: "/legal/managed-services"
legal/dataprivacy(?P<page>.*)/?: "/legal/data-privacy{page}"
legal/data-privacy-enquiry/?: "/legal/data-privacy/enquiry"
Expand Down
8 changes: 7 additions & 1 deletion templates/landscape/base_landscape.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{% extends "templates/base.html" %}

{% block meta_copydoc %}https://drive.google.com/drive/u/0/folders/1FOi_1qlPlEZKd5cmSjrCWPrmYDfBVUGP{% endblock meta_copydoc %}
{% block meta_copydoc %}
https://drive.google.com/drive/u/0/folders/1FOi_1qlPlEZKd5cmSjrCWPrmYDfBVUGP
{% endblock meta_copydoc %}

{% block body_class %}
is-paper
{% endblock body_class %}

{% block outer_content %}
{% block content %}{% endblock %}
Expand Down
191 changes: 191 additions & 0 deletions templates/landscape/compare.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,191 @@
{% extends "landscape/base_landscape.html" %}

{% from "_macros/vf_hero.jinja" import vf_hero %}

{% block title %}Compare Landscape editions{% endblock %}

{% block meta_description %}
Features and pricing for each Landscape edition: Landscape SaaS, self hosted Landscape, and Managed Landscape
{% endblock meta_description %}

{% block meta_copydoc %}
https://docs.google.com/document/d/1pESmRniuiaDHkbzY_60GlOJdCiH2pZ9erI9KV49eDyM/edit#
{% endblock meta_copydoc %}

{% block content %}

<section class="p-section--hero u-no-padding--bottom">
{% call(slot) vf_hero(
title_text='Choose the best Landscape for you',
layout='50/50',
is_split_on_medium=true
) -%}
{%- if slot == 'description' -%}
<p class="u-no-padding--top">
You can choose <a href="https://landscape.canonical.com/signup">Landscape</a> that’s maintained by Canonical, as a Managed App, or self-hosted. It is available for free for up to five Ubuntu instances, with an <a href="/pro">Ubuntu Pro subscription</a>, or as part of your package if you choose the Managed App.
</p>
{%- endif -%}
{%- if slot == 'image' -%}
<div class="p-image-container--3-2 is-cover">
{{ image(url="https://assets.ubuntu.com/v1/e3ebaa20-hero-img-iot-magnified.png",
alt="",
width="1200",
height="752",
hi_def=True,
loading="lazy",
attrs={"class": "p-image-container__image"}) | safe
}}
</div>
{%- endif -%}
{% endcall -%}
</section>

<section class="p-section">
<div class="u-fixed-width">
<hr class="p-rule" />
<div class="p-section--shallow">
<h2>Compare Landscape options</h2>
</div>
<div class="u-table-horizontal-scroll">
<table aria-label="Pricing comparison table"
style="table-layout: unset"
class="u-table-horizontal-scroll__table">
<thead>
<tr>
<th>Feature</th>
<th>
Landscape SaaS
<br />
<span class="u-text--muted">Maintained by Canonical</span>
</th>
<th>
Managed Landscape
<br />
<span class="u-text--muted">Runs anywhere, <a href="/landscape/managed">Learn more</a></span>
</th>
<th>
Self-hosted Landscape
<br />
<span class="u-text--muted">Bring your own SSO</span>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Managed by Canonical</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>-</td>
</tr>
<tr>
<td>Canonical SLA</td>
<td>-</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>-</td>
</tr>
<tr>
<td>Works without internet</td>
<td>-</td>
<td>-</td>
<td>
<i class="p-icon--success">Included</i>
</td>
</tr>
<tr>
<td>Repository management</td>
<td>-</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
</tr>
<tr>
<td>Bring your own SSO and IAM</td>
<td>-</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
</tr>
<tr>
<td>Software and hardware inventory</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
</tr>
<tr>
<td>Compliance and reporting</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
</tr>
<tr>
<td>Security and hardening</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
<td>
<i class="p-icon--success">Included</i>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>

<hr class="p-rule is-fixed-width" />

<section class="p-strip is-deep">
<div class="u-fixed-width">
<div class="p-section--shallow">
<h2>
Learn more about Landscape
<br class="u-hide--small" />
and our professional services options.
</h2>
</div>
<div class="p-cta-block">
<a href="/contact-us" class="p-button--positive js-invoke-modal">Contact us</a>
<a href="/landscape/install">Install Landscape Server with quickstart mode&nbsp;&rsaquo;</a>
</div>
</div>
</section>

<!-- Set default Marketo information for contact form below-->
<div class="u-hide"
id="contact-form-container"
data-form-location="/shared/forms/interactive/landscape"
data-form-id="4473"
data-lp-id=""
data-return-url="/landscape/compare"
data-lp-url="https://pages.ubuntu.com/things-contact-us.html"></div>

<script src="/static/js/src/landscape-saas-form.js"></script>

{% endblock content %}
Loading
Loading