Properly theme and design the Drilldown page

This commit is contained in:
2022-07-21 13:47:16 +01:00
parent d0ecc92169
commit 7c02e8fe89
5 changed files with 71 additions and 34 deletions

View File

@@ -1,10 +1,12 @@
{% load static %}
<head>
<script src="https://js.stripe.com/v3/"></script>
</head>
<div class="product-container">
<a href="order?product=drilldown">
<div class="product">
<img src="{{ url_for('static', filename='weekly.jpg') }}" alt="Data image"/>
<img src="{% static 'logo.weekly.jpg' %}" alt="Data image"/>
<div class="description">
<h3>Drilldown</h3>
<h5>200.00</h5>
@@ -13,7 +15,7 @@
</a>
<a href="order?product=sentiment">
<div class="product">
<img src="{{ url_for('static', filename='weekly.jpg') }}" alt="Data image"/>
<img src="{% static 'logo.weekly.jpg' %}" alt="Data image"/>
<div class="description">
<h3>Sentiment</h3>
<h5>45.00</h5>