Skip to content

Commit

Permalink
Merge pull request #14505 from britneywwc/ceph-thank-you
Browse files Browse the repository at this point in the history
Rebrand /ceph/thank-you page
  • Loading branch information
britneywwc authored Nov 26, 2024
2 parents 64f122e + b267fe1 commit 1855a14
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions templates/ceph/thank-you.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,21 @@
{% block head_extra %}<meta name="robots" content="noindex" />{% endblock %}

{% block content %}
<div class="p-strip is-bordered is-deep">
<div class="row">
<div class="col-7">
<h1>Thank you for contacting our team.</h1>
<p class="p-heading--4">We will be in touch shortly.</p>
</div>
<div class="col-5 u-vertically-center u-hide--medium u-hide--small u-align--center">
{{
image(
url="https://assets.ubuntu.com/v1/52d53696-picto-thankyou-midaubergine.svg",
alt="",
height="200",
width="200",
loading="auto",
hi_def=True
) | safe
}}
<div class="p-section--hero">
<div class="row--50-50">
<div class="col">
<h1 class="u-no-margin--bottom">Thank you for contacting our team.</h1>
<h2>We will be in touch shortly.</h2>
</div>
<div class="col">
<div class="p-image-container is-cover u-hide--small">
<img class="p-image-container__image"
src="https://assets.ubuntu.com/v1/b0fa63e9-christina-wocintechchat-com-LQ1t-8Ms5PY-unsplash.png"
alt="" />
</div>
</div>
</div>
</div>
</div>

{% include "shared/_thank_you_footer.html" %}

Expand Down

0 comments on commit 1855a14

Please sign in to comment.