Skip to content

Commit

Permalink
copy: update ubuntu.com/download/desktop with 24.10 download section.…
Browse files Browse the repository at this point in the history
… WD-14861
  • Loading branch information
yurii-vasyliev committed Sep 26, 2024
1 parent 5004237 commit c61a85e
Showing 1 changed file with 147 additions and 16 deletions.
163 changes: 147 additions & 16 deletions templates/download/desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h2>Ubuntu {{ releases.lts.full_version }} LTS</h2>
<p>
The latest <abbr title="Long-term support">LTS</abbr> version of Ubuntu, for desktop
PCs and laptops. LTS stands for long-term support &mdash; which means five years of free security and
maintenance updates, extended to 10 years with <a href="/pro">Ubuntu Pro</a>.
maintenance updates, extended up to 12 years with <a href="/pro">Ubuntu Pro</a>.
</p>
<hr />
<p class="u-responsive-realign">
Expand Down Expand Up @@ -78,37 +78,37 @@ <h2>Ubuntu {{ releases.lts.full_version }} LTS</h2>
<a class="p-tabs__link"
role="tab"
aria-selected="true"
id="release-notes-tab"
href="#release-notes"
aria-controls="release-notes">What's new</a>
id="release-notes-tab-{{ releases.lts.slug }}"
href="#release-notes-{{ releases.lts.slug }}"
aria-controls="release-notes-{{ releases.lts.slug }}">What's new</a>
</li>
<li class="p-tabs__item">
<a class="p-tabs__link"
role="tab"
aria-selected="false"
id="system-requirements-tab"
href="#system-requirements"
aria-controls="system-requirements"
id="system-requirements-tab-{{ releases.lts.slug }}"
href="#system-requirements-{{ releases.lts.slug }}"
aria-controls="system-requirements-{{ releases.lts.slug }}"
tabindex="-1">System requirements</a>
</li>
<li class="p-tabs__item">
<a class="p-tabs__link"
role="tab"
aria-selected="false"
id="how-to-install-tab"
href="#how-to-install"
aria-controls="how-to-install"
id="how-to-install-tab-{{ releases.lts.slug }}"
href="#how-to-install-{{ releases.lts.slug }}"
aria-controls="how-to-install-{{ releases.lts.slug }}"
tabindex="-1">How to install</a>
</li>
</ul>
</nav>
</div>
<!-- End tab container -->
<!-- tab 1 -->
<div id="release-notes"
<div id="release-notes-{{ releases.lts.slug }}"
class="p-tabs__content"
role="tabpanel"
aria-labelledby="release-notes-tab">
aria-labelledby="release-notes-tab-{{ releases.lts.slug }}">
<ul class="p-list--divided">
<li class="p-list__item is-ticked">New Desktop installer with support for autoinstall</li>
<li class="p-list__item is-ticked">New App Center and Firmware Updater applications</li>
Expand All @@ -128,9 +128,140 @@ <h2>Ubuntu {{ releases.lts.full_version }} LTS</h2>
</div>
<!-- tab 2 -->
<div class="p-tabs__content"
id="system-requirements"
id="system-requirements-{{ releases.lts.slug }}"
role="tabpanel"
aria-labelledby="system-requirements-tab">
aria-labelledby="system-requirements-tab-{{ releases.lts.slug }}">
<ul class="p-list--divided">
<li class="p-list__item is-ticked">2 GHz dual-core processor or better</li>
<li class="p-list__item is-ticked">4 GB system memory</li>
<li class="p-list__item is-ticked">25 GB of free hard drive space</li>
<li class="p-list__item is-ticked">Either a USB port or a DVD drive for the installer media</li>
<li class="p-list__item is-ticked">Internet access is helpful</li>
</ul>
</div>
<!-- tab 3 -->
<div class="p-tabs__content"
id="how-to-install-{{ releases.lts.slug }}"
role="tabpanel"
aria-labelledby="how-to-install-tab-{{ releases.lts.slug }}">
<p>To install or try Ubuntu Desktop:</p>
<ol class="p-list--divided">
<li class="p-list__item">Download the ISO image</li>
<li class="p-list__item">
Create a bootable USB flash drive with <a href="https://etcher.balena.io/">balenaEtcher</a> or similar
</li>
<li class="p-list__item">Boot your laptop or PC from the USB flash drive</li>
</ol>
<hr class="p-rule" />
<p>
<a href="/tutorials/install-ubuntu-desktop">Follow the step-by-step tutorial&nbsp;&rsaquo;</a>
</p>
</div>
</div>
</div>
</section>
<section class="p-section">
<div class="row--50-50">
<hr class="p-rule" />
<div class="col">
<div class="p-section">
<h2>Ubuntu {{ releases.latest.full_version }} LTS</h2>
</div>
<div class="p-image-wrapper u-hide--small u-hide--medium">
{{ image(url="https://assets.ubuntu.com/v1/3b5fa561-mascot-numbat@2x.png",
alt="Noble Numbat",
width="182",
height="135",
hi_def=True,
loading="auto") | safe
}}
</div>
</div>
<div class="col">
<div class="p-section--shallow">
<p>
The latest version of the Ubuntu operating system for desktop PCs and laptops, Ubuntu 24.10 comes with nine months of security and maintenance updates, until July 2025.
</p>
<hr />
<p class="u-responsive-realign">
<a class="p-button--positive"
href="/download/desktop/thank-you?version={{ releases.latest.full_version }}&amp;architecture=amd64&amp;lts=true"
onclick="dataLayer.push({'event' : 'GAEvent', 'eventCategory' : 'Download', 'eventAction' : 'Desktop', 'eventLabel' : '{{ releases.latest.short_version }}', 'eventValue' : undefined });">Download
{{ releases.latest.full_version }} LTS
</a>
{% if releases.latest.iso_download_size %}
<span class="u-text--muted">{{ releases.latest.iso_download_size }}</span>
{% endif %}
<script>
performance.mark("Download (Desktop) button rendered")
</script>
</p>
<p class="p-text--small">
For other versions of Ubuntu Desktop including torrents, the network installer, a list of local mirrors and past releases <a href="/download/alternative-downloads">check out our alternative downloads</a>.
</p>
</div>
<!-- Start tab container -->
<div class="js-tab-container">
<nav class="p-tabs">
<ul class="p-tabs__list js-tabbed-content u-no-margin--bottom"
role="tablist"
data-maintain-hash="true">
<li class="p-tabs__item">
<a class="p-tabs__link"
role="tab"
aria-selected="true"
id="release-notes-tab-{{ releases.latest.slug }}"
href="#release-notes-{{ releases.latest.slug }}"
aria-controls="release-notes-{{ releases.latest.slug }}">What's new</a>
</li>
<li class="p-tabs__item">
<a class="p-tabs__link"
role="tab"
aria-selected="false"
id="system-requirements-tab-{{ releases.latest.slug }}"
href="#system-requirements-{{ releases.latest.slug }}"
aria-controls="system-requirements-{{ releases.latest.slug }}"
tabindex="-1">System requirements</a>
</li>
<li class="p-tabs__item">
<a class="p-tabs__link"
role="tab"
aria-selected="false"
id="how-to-install-tab-{{ releases.latest.slug }}"
href="#how-to-install-{{ releases.latest.slug }}"
aria-controls="how-to-install-{{ releases.latest.slug }}"
tabindex="-1">How to install</a>
</li>
</ul>
</nav>
</div>
<!-- End tab container -->
<!-- tab 1 -->
<div id="release-notes-{{ releases.latest.slug }}"
class="p-tabs__content"
role="tabpanel"
aria-labelledby="release-notes-tab-{{ releases.latest.slug }}">
<ul class="p-list--divided">
<li class="p-list__item is-ticked">Linux Kernel 6.11 with support for the latest hardware</li>
<li class="p-list__item is-ticked">GNOME 47 desktop environment</li>
<li class="p-list__item is-ticked">New Security Center application with experimental permissions prompting</li>
<li class="p-list__item is-ticked">Updated software management features in the App Center</li>
</ul>
<hr />
<ul class="u-responsive-realign p-inline-list">
<li class="p-inline-list__item">
<a href="/blog/ubuntu-desktop-24-04-noble-numbat-deep-dive">Ubuntu {{ releases.latest.full_version }} LTS deep dive&nbsp;&rsaquo;</a>
</li>
<li class="p-inline-list__item">
<a href="https://discourse.ubuntu.com/t/noble-numbat-release-notes/39890">Release notes&nbsp;&rsaquo;</a>
</li>
</ul>
</div>
<!-- tab 2 -->
<div class="p-tabs__content"
id="system-requirements-{{ releases.latest.slug }}"
role="tabpanel"
aria-labelledby="system-requirements-tab-{{ releases.latest.slug }}">
<ul class="p-list--divided">
<li class="p-list__item is-ticked">2 GHz dual-core processor or better</li>
<li class="p-list__item is-ticked">4 GB system memory</li>
Expand All @@ -141,9 +272,9 @@ <h2>Ubuntu {{ releases.lts.full_version }} LTS</h2>
</div>
<!-- tab 3 -->
<div class=" p-tabs__content"
id="how-to-install"
id="how-to-install-{{ releases.latest.slug }}"
role="tabpanel"
aria-labelledby="how-to-install-tab">
aria-labelledby="how-to-install-tab-{{ releases.latest.slug }}">
<p>To install or try Ubuntu Desktop:</p>
<ol class="p-list--divided">
<li class="p-list__item">Download the ISO image</li>
Expand Down

0 comments on commit c61a85e

Please sign in to comment.