Merge branch 'release/3.0.11'
This commit is contained in:
commit
c72504d3bc
26
static/images/bltc_logo_legacy_white.svg
Normal file
26
static/images/bltc_logo_legacy_white.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 27 KiB |
@ -1,3 +1,4 @@
|
||||
{% load static %}
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
@ -75,6 +76,15 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 12rem;
|
||||
}
|
||||
.flex {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
@ -100,10 +110,15 @@
|
||||
<h1>SAVE 10%</h1>
|
||||
<h4><a href="{% url 'storefront:subscription-form' %}">COFFEE SUBSCRIPTIONS ARE HERE →</a></h4>
|
||||
<p>Never run out of coffee with automatic delivery</p>
|
||||
<dl>
|
||||
<dt>Every:</dt>
|
||||
<dd>7 days<br>14 days<br>30 days</dd>
|
||||
</dl>
|
||||
<div class="flex">
|
||||
<dl>
|
||||
<dt>Every:</dt>
|
||||
<dd>7 days<br>14 days<br>30 days</dd>
|
||||
</dl>
|
||||
<p class="text-center">
|
||||
<img class="logo" src="{% static 'images/bltc_logo_legacy_white.svg' %}">
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
</article>
|
||||
</body>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<div class="carousel">
|
||||
<div class="carousel__wrapper">
|
||||
<div class="carousel__item hero-image-1">
|
||||
<h1>Life's hard enough without good coffee.<br>We're here to help.</h1>
|
||||
<h1>Subscribe and save 10%</h1>
|
||||
</div>
|
||||
<div class="carousel__item hero-image-2">
|
||||
<h1>Merchandise now available!</h1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user