Properly theme and design the Drilldown page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user