Skip to content

Commit

Permalink
Merge pull request #4977 from canonical-web-and-design/19.04
Browse files Browse the repository at this point in the history
19.04
  • Loading branch information
anthonydillon authored Apr 18, 2019
2 parents 7303e95 + 26df0c4 commit 53af3b3
Show file tree
Hide file tree
Showing 10 changed files with 492 additions and 231 deletions.
263 changes: 181 additions & 82 deletions static/js/chartData.js

Large diffs are not rendered by default.

221 changes: 104 additions & 117 deletions templates/about/release-cycle.html

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions templates/desktop/developers.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,17 @@ <h2>What&rsquo;s new in Ubuntu {{lts_release_full}}?</h2>
<div class="row">
<div class="col-8">
<h2>What&rsquo;s new in Ubuntu {{ latest_release }}?</h2>
<p>Ubuntu {{ latest_release }} comes with cutting-edge new features.</p>
<p>Ubuntu {{ latest_release }} comes with a host of improvements and bug fixes giving you the snappiest GNOME experience.</p>
</div>
</div>
<div class="row">
<div class="col-12">
<ul class="p-list--divided is-split">
<li class="p-list__item is-ticked">Yaru, the new community theme is now the default</li>
<li class="p-list__item is-ticked">Thousands of updated snaps and packages such as Spotify, VLC, Skype, Slack, Discord and Telegram</li>
<li class="p-list__item is-ticked">The latest version of the GNOME Desktop including many performance upgrades</li>
<li class="p-list__item is-ticked">Manage your Thunderbolt devices through a new settings panel</li>
<li class="p-list__item is-ticked">Disks application now supports VeraCrypt, allowing you to share important content more securely</li>
<li class="p-list__item is-ticked">Optional automatic bug reporting</li>
<li class="p-list__item is-ticked">Thousands of updated snaps and packages such as Spotify, VLC, Skype, Slack, Discord, Visual Studio Code and Telegram</li>
<li class="p-list__item is-ticked">The latest version of the GNOME Desktop including many performance upgrades and reduced memory footprint</li>
<li class="p-list__item is-ticked">New fractional scaling allows you to scale your displays independently - available for Wayland and as an experimental option for Xorg</li>
<li class="p-list__item is-ticked">Improved experience for alt-tab, Ubuntu dock and right click</li>
<li class="p-list__item is-ticked">Installing Ubuntu desktop on VMware will now automatically install <a class="p-link--external" href="https://github.com/vmware/open-vm-tools">open-vm-tools</a> providing greater integration between Ubuntu and the host system</li>
</ul>
<p><a class="p-link--external" href="https://wiki.ubuntu.com/{{latest_release_name}}/ReleaseNotes">Read the full release notes</a></p>
</div>
Expand Down
10 changes: 5 additions & 5 deletions templates/download/alternative-downloads.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% extends "download/_base_download.html" %}

{% block title %}Alternative downloads{% endblock %}
{% block meta_description %}Want to download via-bitTorrent links, get DVD images with more language packs, use the text-based alternate installer or find previous versions of Ubuntu?{% endblock %}
{% block meta_description %}Want to download via-bitTorrent links, get images with more language packs, use the text-based alternate installer or find previous versions of Ubuntu?{% endblock %}
{% block meta_copydoc %}https://docs.google.com/document/d/1VhmFVE3dK81mE3zcC9FVA6f5SGJ-DHan7WWlrlfRcvo/edit{% endblock meta_copydoc %}

{% block content %}
<div class="p-strip is-deep is-bordered">
<div class="row u-equal-height">
<div class="col-7">
<h1>Alternative downloads</h1>
<p>There are several other ways to get Ubuntu including torrents, which can potentially mean a quicker download, our network installer for older systems and special configurations and links to our regional DVD image mirrors for our older (and newer) releases. If you don&rsquo;t specifically require any of these installers, we recommend using our <a href="/download">default installers</a>.</p>
<p>There are several other ways to get Ubuntu including torrents, which can potentially mean a quicker download, our network installer for older systems and special configurations and links to our regional mirrors for our older (and newer) releases. If you don&rsquo;t specifically require any of these installers, we recommend using our <a href="/download">standard downloads</a>.</p>
</div>
<div class="col-5 u-vertically-center u-align--center u-hide--small">
<img src="{{ ASSET_SERVER_URL }}be3876ec-picto-download-warmgrey.svg" width="200" height="200" alt="" />
Expand Down Expand Up @@ -37,7 +37,7 @@ <h2 id="network-installer">Network installer</h2>
<div class="row" id="bittorrents">
<div class="col-8">
<h2 id="bittorrent">BitTorrent</h2>
<p>BitTorrent is a peer-to-peer download network that sometimes enables higher download speeds and more reliable downloads of large files. You will need to install a BitTorrent client on your computer in order to enable this download method.</p>
<p>BitTorrent is a peer-to-peer download network that sometimes enables higher download speeds and more reliable downloads of large files. You need a BitTorrent client on your computer to enable this download method.</p>
</div>
</div>

Expand Down Expand Up @@ -81,12 +81,12 @@ <h3 class="p-heading--four"><span>Ubuntu 14.04.6 LTS</span></h3>
<div class="row p-divider">
<div class="col-4 p-divider__block">
<h2 id="alternate-ubuntu-server-installer">Alternative Ubuntu Server installer</h2>
<p>If you require advanced networking and storage features such as; LVM, RAID, multipath, vlans, bonds, or re-using existing partitions, you will want to continue to use the alternate installer.</p>
<p>If you require advanced networking and storage features such as LVM, RAID, multipath, vlans, bonds, or reusing existing partitions, you will want to continue to use the alternate installer.</p>
<p><a href="http://cdimage.ubuntu.com/releases/{{ lts_release_with_point }}/release/" class="p-link--external">Download the alternate installer</a></p>
</div>
<div class="col-4 p-divider__block">
<h2 id="other-images-and-mirrors">Other images and mirrors</h2>
<p>For other versions of the Ubuntu installer please select your nearest mirror; however, we recommend you use the <a href="/download">standard installer</a> as all other packages are available in Ubuntu Software Centre.</p>
<p>For the full list of available Ubuntu images, we recommend you select a mirror local to you.</p>
<p><a href="https://launchpad.net/ubuntu/+cdmirrors" class="p-link--external">See all Ubuntu mirrors</a></p>
</div>
<div class="col-4 p-divider__block">
Expand Down
79 changes: 79 additions & 0 deletions templates/engage/19-04-webinar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{% extends "engage/base_engage.html" %}

{% block title %}With the release of Ubuntu 19.04{% endblock %}

{% block meta_description %}Our most advanced release to date offers developers and innovators the first chance to experience the latest open source software available including the Linux 5.0 Kernel, OpenStack Stein, Kubernetes version 1.14 and Ceph Mimic.{% endblock %}

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


{% block content %}
{% include "engage/shared/_header.html" with title="What's new in Ubuntu 19.04?" subtitle="Join Canonical Product Director Stephan Fabel and Ubuntu Product Managers to discuss everything new in Ubuntu 19.04 ‘Disco Dingo’" url="#register-section" cta="Watch the webinar" class="p-strip--dark p-takeover--19-04-webinar"%}

<section class="p-strip is-shallow is-bordered">
<div class="row">
<div class="col-8">
<p>
Our most advanced release to date offers developers and innovators the
first chance to experience the latest open source software available
including the Linux 5.0 Kernel, OpenStack Stein, Kubernetes version 1.14
and Ceph Mimic.
</p>
<p>
Join our upcoming webinar hosted by Canonical Product Director, Stephan
Fabel and Ubuntu Product Managers to learn about all the above and more,
including what productivity updates have been made to existing features.
In this webinar you will learn about:
</p>
<ul class="p-list">
<li class="p-list__item is-ticked">
Delivering open infrastructure deployments using Ubuntu Server 19.04
</li>
<li class="p-list__item is-ticked">
The various projects that make Ubuntu 19.04: Kubernetes 1.14,
Openstack Stein, Ceph Mimic
</li>
<li class="p-list__item is-ticked">
How to use Ubuntu in IoT and embedded projects
</li>
<li class="p-list__item is-ticked">
The latest in Ubuntu Desktop 19.04
</li>
</ul>
<p>
In addition to a product presentation, this will be the opportunity to
ask Canonical’s product management team your questions about Ubuntu
19.04, Openstack Stein, Kubernetes 1.14 or Ceph Mimic.
</p>
</div>
</div>
<style>
.p-takeover--19-04-webinar {
background-image: linear-gradient(
0deg,
#dd4814 0%,
#be3d2f 23%,
#76236d 75%,
#531a4d 100%
);
}
</style>
</section>

<section class="p-strip is-shallow" id="register-section">
<div class="row" id="register-section">
<div
class="jsBrightTALKEmbedWrapper"
style="width:100%; height:100%; position:relative;background: #ffffff;"
>
<script class="jsBrightTALKEmbedConfig" type="application/json">
{ "channelId" : 6793, "language": "en-US", "commId" : 354804, "displayMode" : "standalone", "height" : "auto" }</script
><script
src="https://www.brighttalk.com/clients/js/player-embed/player-embed.js"
class="jsBrightTALKEmbed"
></script>
</div>
</div>
</section>

{% endblock content %}
23 changes: 12 additions & 11 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,19 @@

{% block takeover_content %}
{# GERMAN #}
{% include "takeovers/_german_ai_webinar.html" %}
{% include "takeovers/_german-compliance-webinar.html" %}
{% include "takeovers/_german_takeover_k8.html" %}
{# include "takeovers/_german_ai_webinar.html" #}
{# include "takeovers/_german-compliance-webinar.html" #}
{# include "takeovers/_german_takeover_k8.html" #}
{# FRENCH #}
{% include "takeovers/_french-k8s-case-study.html" %}
{% include "takeovers/_french_takeover_openstack_made_easy.html" %}
{% include "takeovers/_french_14-04-esm.html" %}
{# include "takeovers/_french-k8s-case-study.html" #}
{# include "takeovers/_french_takeover_openstack_made_easy.html" #}
{# include "takeovers/_french_14-04-esm.html" #}
{# ALL #}
{% include "takeovers/_ci-cd-webinar.html" %}
{% include "takeovers/_14-04-esm.html" %}
{% include "takeovers/_snap-deltas-takeover.html" %}
{% include "takeovers/_fin-serv-whitepaper-takeover.html" %}
{% include "takeovers/_1904-takeover.html" %}
{# include "takeovers/_ci-cd-webinar.html" #}
{# include "takeovers/_14-04-esm.html" #}
{# include "takeovers/_snap-deltas-takeover.html" #}
{# include "takeovers/_fin-serv-whitepaper-takeover.html" #}
{% endblock takeover_content %}


Expand All @@ -53,7 +54,7 @@

Let Japanese speaking users know that a localized website is available.
include "shared/_notice_default.html" with lang="ja" text="私たちの日本のウェブサイトを試してみてください" url="https://jp.ubuntu.com" icon="https://assets.ubuntu.com/v1/838316ab-cof-25x25.png"

The French Ubuntu community is having a release party!
include "shared/_notice_default.html" with lang="fr" text="À Paris les 18 et 19 mai? Venez à l'Ubuntu Party!" url="https://ubuntu-paris.org/"
#}
Expand Down
13 changes: 6 additions & 7 deletions templates/server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,14 @@ <h2>What&rsquo;s new in {{lts_release_full}}</h2>
<h2>What&rsquo;s new in {{latest_release}}</h2>
<ul class="p-list is-split">
<li class="p-list__item is-ticked">Supported by Canonical for 9 months</li>
<li class="p-list__item is-ticked">Runs on all major architectures – x86, x86-64, ARM v7, ARM64, POWER8, POWER9, and IBM s390x (LinuxONE)</li>
<li class="p-list__item is-ticked">Updated installer with advanced networking support (e.g. bridges, bonds, and vlans) and storage support (e.g. LVM, mdadm etc)</li>
<li class="p-list__item is-ticked">Linux 4.18 kernel</li>
<li class="p-list__item is-ticked">Updates to LXD (v3.5), qemu (v2.12) and more</li>
<li class="p-list__item is-ticked">NVDIMM support added</li>
<li class="p-list__item is-ticked">Linux 5.0 kernel</li>
<li class="p-list__item is-ticked">Updates to LXD (v3.12), qemu (v3.1), dpdk (v18.11) and more</li>
<li class="p-list__item is-ticked">Fresh set of fixes and refreshes to the Ubuntu Server installer</li>
<li class="p-list__item is-ticked">New Ubuntu Advantage experience</li>
</ul>
<p><a class="p-link--external"
href="https://wiki.ubuntu.com/{{latest_release_name}}/ReleaseNotes">Read more in the release notes
</a></p>
href="https://wiki.ubuntu.com/{{latest_release_name}}/ReleaseNotes">Read more in the release notes</a>
</p>
</div>
</div>
</div>
Expand Down
97 changes: 97 additions & 0 deletions templates/takeovers/_1904-takeover.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<section class="p-strip--dark p-takeover js-takeover">
<div class="row">
<div class="p-takeover__body u-clearfix u-vertically-center">
<div class="col-8">
<h1 class="p-takeover__title">What’s new in Ubuntu 19.04?</h1>
<p class="p-heading--four u-no-margin--right">
From the Linux Kernel to Openstack and Kubernetes: find out why the
latest Ubuntu release is our most advanced to date.
</p>
<ul class="p-inline-list u-hide--small">
<li class="p-inline-list__item">
<a
href="/download"
onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Homepage Link', 'eventAction' : '19.04 takeover', 'eventLabel' : 'What’s new in Ubuntu 19.04?', 'eventValue' : undefined });"
class="p-button--neutral"
><span>Download Ubuntu</span></a
>
</li>
<li class="p-inline-list__item">
<a
href="/engage/19-04-webinar?utm_source=takeover&utm_campaign=CY19_DC_19.04_WBN_19.04"
onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Homepage Link', 'eventAction' : '19.04 takeover', 'eventLabel' : 'Register for the webinar', 'eventValue' : undefined });"
class="p-link--inverted p-link--external"
>Register for the webinar</a
>
</li>
</ul>
</div>
<div class="col-4">
<p class="p-takeover__image u-align-text--center">
<img
src="{{ ASSET_SERVER_URL }}a76865fa-disco_dingo_mascot.svg"
alt=""
/>
</p>
<p class="u-hide--medium u-hide--large">
<a
href="/download"
onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Homepage Link', 'eventAction' : '19.04 takeover', 'eventLabel' : 'What’s new in Ubuntu 19.04?', 'eventValue' : undefined });"
class="p-button--neutral"
><span>Download Ubuntu</span></a
>
</p>
<p class="u-hide--medium u-hide--large">
<a
href="/engage/19-04-webinar?utm_source=takeover&utm_campaign=CY19_DC_19.04_WBN_19.04"
onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Homepage Link', 'eventAction' : '19.04 takeover', 'eventLabel' : 'Register for the webinar', 'eventValue' : undefined });"
class="p-link--inverted p-link--external"
>Register for the webinar</a
>
</p>
</div>
</div>
</div>
<style>
.p-takeover {
background-image: url("{{ ASSET_SERVER_URL }}8951dc67-suru-left.svg"),
url("{{ ASSET_SERVER_URL }}55079ac4-suru-right.svg"),
linear-gradient(
0deg,
#dd4814 0%,
#be3d2f 23%,
#76236d 75%,
#531a4d 100%
);
background-position: left, right;
background-repeat: no-repeat, no-repeat;
background-size: auto 100%, auto 100%, cover;
}

.p-takeover__image {
mix-blend-mode: overlay;
}

@media (max-width: 874px) {
.p-takeover {
background-image: linear-gradient(
0deg,
#dd4814 0%,
#b83b34 22%,
#76236d 60%,
#531a4d 100%
);
}
.p-takeover__image {
width: 188px;
}
}

@media (max-width: 620px) {
.p-takeover__image {
opacity: 0.4;
mix-blend-mode: normal;
}
}
</style>
</section>
2 changes: 1 addition & 1 deletion templates/templates/_navigation-download-h.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{# Release versions - update as appropriate #}
{% with latest_release_name="CosmicCuttlefish" latest_release='18.10' latest_release_with_point="18.10" latest_release_eol='July 2019' lts_release_name="BionicBeaver" lts_release="18.04" lts_release_full='18.04 LTS' lts_release_with_point="18.04.2" lts_release_full_with_point='18.04.2 <abbr title="Long-term support">LTS</abbr>' lts_release_eol='April 2023' lts_openstack_version="Queens" latest_openstack_version="Rocky" previous_lts_release="16.04" previous_lts_release_full='16.04 LTS' previous_lts_release_with_point="16.04.6" previous_lts_release_full_with_point='16.04.6 <abbr title="Long-term support">LTS</abbr>' %}
{% with latest_release_name="DiscoDingo" latest_release='19.04' latest_release_with_point="19.04" latest_release_eol='January 2020' lts_release_name="BionicBeaver" lts_release="18.04" lts_release_full='18.04 LTS' lts_release_with_point="18.04.2" lts_release_full_with_point='18.04.2 <abbr title="Long-term support">LTS</abbr>' lts_release_eol='April 2023' lts_openstack_version="Queens" latest_openstack_version="Stein" previous_lts_release="16.04" previous_lts_release_full='16.04 LTS' previous_lts_release_with_point="16.04.6" previous_lts_release_full_with_point='16.04.6 <abbr title="Long-term support">LTS</abbr>' %}

{% block content %}
<div class="dropdown-window__content u-no-padding--top u-no-padding--bottom">
Expand Down
2 changes: 1 addition & 1 deletion templates/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!doctype html>

{# Release versions - update as appropriate #}
{% with latest_release_name="CosmicCuttlefish" latest_release='18.10' latest_release_with_point="18.10" latest_release_eol='July 2019' lts_release_name="BionicBeaver" lts_release="18.04" lts_release_full='18.04 LTS' lts_release_with_point="18.04.2" lts_release_full_with_point='18.04.2 <abbr title="Long-term support">LTS</abbr>' lts_release_eol='April 2023' lts_openstack_version="Queens" latest_openstack_version="Rocky" previous_lts_release="16.04" previous_lts_release_full='16.04 LTS' previous_lts_release_with_point="16.04.6" previous_lts_release_full_with_point='16.04.6 <abbr title="Long-term support">LTS</abbr>' %}
{% with latest_release_name="DiscoDingo" latest_release='19.04' latest_release_with_point="19.04" latest_release_eol='January 2020' lts_release_name="BionicBeaver" lts_release="18.04" lts_release_full='18.04 LTS' lts_release_with_point="18.04.2" lts_release_full_with_point='18.04.2 <abbr title="Long-term support">LTS</abbr>' lts_release_eol='April 2023' lts_openstack_version="Queens" latest_openstack_version="Stein" previous_lts_release="16.04" previous_lts_release_full='16.04 LTS' previous_lts_release_with_point="16.04.6" previous_lts_release_full_with_point='16.04.6 <abbr title="Long-term support">LTS</abbr>' %}

<html class="no-js{% block extra_html_class %}{% endblock %}" lang="en" dir="ltr">
<head>
Expand Down

0 comments on commit 53af3b3

Please sign in to comment.