Add page banners
This commit is contained in:
parent
373de1862b
commit
b2c0538172
BIN
src/static/images/pt_coffee_01.jpg
Normal file
BIN
src/static/images/pt_coffee_01.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 MiB |
BIN
src/static/images/pt_coffee_02.jpg
Normal file
BIN
src/static/images/pt_coffee_02.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 MiB |
BIN
src/static/images/pt_coffee_03.jpg
Normal file
BIN
src/static/images/pt_coffee_03.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 MiB |
BIN
src/static/images/pt_coffee_04.jpg
Normal file
BIN
src/static/images/pt_coffee_04.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.5 MiB |
BIN
src/static/images/pt_coffee_05.png
Normal file
BIN
src/static/images/pt_coffee_05.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 MiB |
@ -451,17 +451,13 @@ section:not(:last-child) {
|
|||||||
.site__banner {
|
.site__banner {
|
||||||
background-color: rgba(0, 0, 0, 0.44);
|
background-color: rgba(0, 0, 0, 0.44);
|
||||||
background-blend-mode: multiply;
|
background-blend-mode: multiply;
|
||||||
background-image: url("/static/images/site_banner.jpg");
|
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 4rem 1rem;
|
padding: 2rem 1rem;
|
||||||
font-family: 'Vollkorn', serif;
|
font-family: 'Vollkorn', serif;
|
||||||
}
|
}
|
||||||
.site__banner h1 {
|
|
||||||
font-size: 3.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site__banner p {
|
.site__banner p {
|
||||||
text-transform: lowercase;
|
text-transform: lowercase;
|
||||||
@ -469,6 +465,19 @@ section:not(:last-child) {
|
|||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.site__banner--site {
|
||||||
|
background-image: url("/static/images/site_banner.jpg");
|
||||||
|
}
|
||||||
|
.site__banner--fairtrade {
|
||||||
|
background-image: url("/static/images/fairtrade_banner.jpg");
|
||||||
|
}
|
||||||
|
.site__banner--reviews {
|
||||||
|
background-image: url("/static/images/reviews_banner.jpg");
|
||||||
|
}
|
||||||
|
.site__banner--about {
|
||||||
|
background-image: url("/static/images/coffee_banner.jpg");
|
||||||
|
}
|
||||||
|
|
||||||
/* Messages
|
/* Messages
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
.messages {
|
.messages {
|
||||||
|
|||||||
@ -4,15 +4,10 @@
|
|||||||
{% block head_title %}About | {% endblock %}
|
{% block head_title %}About | {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="site__banner site__banner--about">
|
||||||
|
<h1>About Port Townsend<br>Roasting Co.</h1>
|
||||||
|
</div>
|
||||||
<article>
|
<article>
|
||||||
<header>
|
|
||||||
<h1>About PT Coffee</h1>
|
|
||||||
</header>
|
|
||||||
<section>
|
|
||||||
<figure>
|
|
||||||
<img src="{% static 'images/coffee_banner.jpg' %}" alt="Banner">
|
|
||||||
</figure>
|
|
||||||
</section>
|
|
||||||
<section>
|
<section>
|
||||||
<h2>We love coffee!</h2>
|
<h2>We love coffee!</h2>
|
||||||
<p><strong>If you’ve found Port Townsend Coffee Roasting Co., you probably love coffee so much that you seek out the best tasting, Certified Fair Trade Organic coffees available.</strong></p>
|
<p><strong>If you’ve found Port Townsend Coffee Roasting Co., you probably love coffee so much that you seek out the best tasting, Certified Fair Trade Organic coffees available.</strong></p>
|
||||||
|
|||||||
@ -3,9 +3,11 @@
|
|||||||
{% block head_title %}Contact | {% endblock %}
|
{% block head_title %}Contact | {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="site__banner site__banner--site">
|
||||||
|
<h1>Contact us</h1>
|
||||||
|
</div>
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<h1>Contact us</h1>
|
|
||||||
<h4>Problem with your online order or have a question?</h4>
|
<h4>Problem with your online order or have a question?</h4>
|
||||||
<p>Please contact us, we’re happy to help you.</p>
|
<p>Please contact us, we’re happy to help you.</p>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@ -4,15 +4,10 @@
|
|||||||
{% block head_title %}Fair Trade | {% endblock %}
|
{% block head_title %}Fair Trade | {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="site__banner site__banner--fairtrade">
|
||||||
|
<h1>Fair Trade & Organic</h1>
|
||||||
|
</div>
|
||||||
<article>
|
<article>
|
||||||
<header>
|
|
||||||
<h1>Fair Trade and Organic</h1>
|
|
||||||
</header>
|
|
||||||
<section>
|
|
||||||
<figure>
|
|
||||||
<img src="{% static 'images/fairtrade_banner.jpg' %}" alt="Banner">
|
|
||||||
</figure>
|
|
||||||
</section>
|
|
||||||
<section>
|
<section>
|
||||||
<p>We value fair, guaranteed wages for growers and sustainable stewardship of the land where it’s grown. We pay a steep premium for these beans, which are typically from smaller farms that are organized into co-ops. These farms take pride in their coffees, as the farmers make a living wage and their families are able to live in a healthier, more secure environment than farmers who grow a conventional coffee crop. The quality of our coffee is consistent, in part due to the quality of organic and fair trade beans.</p>
|
<p>We value fair, guaranteed wages for growers and sustainable stewardship of the land where it’s grown. We pay a steep premium for these beans, which are typically from smaller farms that are organized into co-ops. These farms take pride in their coffees, as the farmers make a living wage and their families are able to live in a healthier, more secure environment than farmers who grow a conventional coffee crop. The quality of our coffee is consistent, in part due to the quality of organic and fair trade beans.</p>
|
||||||
<figure style="text-align: center;">
|
<figure style="text-align: center;">
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block head_title %}Coffee | {% endblock %}
|
{% block head_title %}Shop | {% endblock %}
|
||||||
|
|
||||||
{% block head %}
|
{% block head %}
|
||||||
<script defer src="{% static 'scripts/product_list.js' %}"></script>
|
<script defer src="{% static 'scripts/product_list.js' %}"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="site__banner">
|
<div class="site__banner site__banner--site">
|
||||||
<h1><em>Better</em>, not <em>Bitter</em></h1>
|
<h1>Organic Coffee, Slow Roasted, Italian Style</h1>
|
||||||
<p>ORGANIC COFFEE, SLOW ROASTED, ITALIAN STYLE</p>
|
<p><em>Better</em>, not <em>Bitter</em></p>
|
||||||
</div>
|
</div>
|
||||||
<article>
|
<article>
|
||||||
<section class="product__list">
|
<section class="product__list">
|
||||||
|
|||||||
@ -4,15 +4,11 @@
|
|||||||
{% block head_title %}Reviews | {% endblock %}
|
{% block head_title %}Reviews | {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<article>
|
<div class="site__banner site__banner--reviews">
|
||||||
<header>
|
|
||||||
<h1>Reviews</h1>
|
<h1>Reviews</h1>
|
||||||
</header>
|
<p>What people are saying</p>
|
||||||
<section>
|
</div>
|
||||||
<figure>
|
<article>
|
||||||
<img src="{% static 'images/reviews_banner.jpg' %}" alt="Banner">
|
|
||||||
</figure>
|
|
||||||
</section>
|
|
||||||
<section class="review__list">
|
<section class="review__list">
|
||||||
<blockquote class="review__item">
|
<blockquote class="review__item">
|
||||||
<q>Really good coffee. That's all there is to say. Supposedly the pour over coffee is the best way to go. It is definitely nothing like a Starbucks, and in this case, that's a very good thing!</q>
|
<q>Really good coffee. That's all there is to say. Supposedly the pour over coffee is the best way to go. It is definitely nothing like a Starbucks, and in this case, that's a very good thing!</q>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user