Skip to content

Commit a0f2457

Browse files
committed
UI fixes
1 parent bc7c635 commit a0f2457

File tree

4 files changed

+54
-9
lines changed

4 files changed

+54
-9
lines changed

Diff for: app/static/img/index_background.jpeg

15.6 KB
Loading

Diff for: app/static/img/ndex_background.gif

7.1 MB
Loading

Diff for: app/templates/index.html

+53-8
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,72 @@
66

77
{% block content %}
88

9-
<h1 class="ui header">{{ title }}</h1>
9+
1010

1111
{% if current_user.is_authenticated %}
1212
<h2 class="ui header">Hi {{ current_user.first_name }}!</h2>
1313
{% endif %}
1414

15-
<section class="header1 cid-rsqdQQOH36" id="header01-4m">
15+
<section class="header1 cid-rsqdQQOH36" id="header01-4m" >
1616

1717
<div class="mbr-overlay"></div>
18-
<div class="container">
19-
<div class="mbr-row align-left">
18+
<div class="container" >
19+
<div class="mbr-row align-left py-md-5">
2020
<div class="title-block mbr-col-sm-12 mbr-col-md-12 mbr-col-lg-8">
21-
<h1 class="mbr-section-title mbr-bold mbr-fonts-style display-7">Online Store Template</h1>
22-
<h2 class="mbr-section-title mbr-fonts-style mbr-semibold display-1">DepotAMP Theme</h2>
21+
<!-- <h1 class="mbr-section-title mbr-bold mbr-fonts-style display-7">Online Store Template</h1> -->
22+
<!-- <h1 class="ui ">{{ title }}</h1> -->
23+
<h2 class="mbr-section-title mbr-bold mbr-fonts-style display-7">Train own your custom model</h2>
24+
<h1 class="mbr-section-title mbr-fonts-style mbr-semibold display-1">{{ title }}</h1>
2325

24-
<p class="mbr-text mbr-regular mbr-fonts-style mbr-pt-3 display-5">A sleek and clean ecommerce theme. Use it to build an attractive looking<br> online store with a minimal design. Online Store Template is awesome.</p>
25-
<div class="mbr-section-btn mbr-pt-4"><a class="btn-primary btn display-7" href="{{url_for('demo')}}"><span class="mobi-mbri mobi-mbri-arrow-next mbr-iconfont mbr-iconfont-btn"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="17" height="17"><path d="M4.6 22.6L15.2 12 4.6 1.4 6 0l12 12L6 24z"></path></svg></span>Live Demo</a> <a class="btn-primary btn display-7" href="https://my.mobirise.com/buy.php?p=70"><span class="mobi-mbri mobi-mbri-arrow-next mbr-iconfont mbr-iconfont-btn"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="17" height="17"><path d="M4.6 22.6L15.2 12 4.6 1.4 6 0l12 12L6 24z"></path></svg></span>Buy Now</a></div>
26+
<div class="mbr-section-btn mbr-pt-4"><a class="btn-primary btn display-7" href="{{url_for('demo')}}"><span class="mobi-mbri mobi-mbri-arrow-next mbr-iconfont mbr-iconfont-btn"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="17" height="17"><path d="M4.6 22.6L15.2 12 4.6 1.4 6 0l12 12L6 24z"></path></svg></span>Live Demo</a></div>
2627
</div>
28+
<br/>
29+
2730
</div>
2831

2932
</div>
33+
<div class="container pt-md-5 mt-md-5">
34+
<div class="row">
35+
<div class="col p-md-3" style="background-color:#DCD5DF;">
36+
<h2>Trail</h2>
37+
<p>• 10 USD per 10000 request</p>
38+
<p>• Email support</p>
39+
<p>• Instant Delivery</p>
40+
41+
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="pk_test_TQmy1LFbeJ6tgZLOdzT4pZRh00mJ3yq97c" data-description="Wake word" data-amount="10*100" data-email="{{ email }}" data-locale="auto"></script>
42+
43+
44+
</div>
45+
<div class="col p-md-3" style="background-color:##FDFDFE;">
46+
<h2>Premium</h2>
47+
<p>• 100 USD/month, up to 30000 request</p>
48+
<p>• 24/7 chat support</p>
49+
<p>• Privacy Guaranteed</p>
50+
51+
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button"
52+
53+
data-key="pk_test_TQmy1LFbeJ6tgZLOdzT4pZRh00mJ3yq97c"
54+
data-description="Wake word"
55+
data-amount="100*100"
56+
data-email="{{ email }}"
57+
data-locale="auto"></script>
58+
</div>
59+
<div class="col p-md-3" style="background-color:#DCD5DF;">
60+
<h2>Enterprise</h2>
61+
<p>• 1000 USD for Unlimited reuqest</p>
62+
<p>• 24/7 Phone Support</p>
63+
<p>• Custom Tooling</p>
64+
65+
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button"
66+
67+
data-key="pk_test_TQmy1LFbeJ6tgZLOdzT4pZRh00mJ3yq97c"
68+
data-description="Wake word"
69+
data-amount="1000*100"
70+
data-email="{{ email }}"
71+
data-locale="auto"></script>
72+
</div>
73+
</div>
74+
</div>
3075
</section>
3176

3277

Diff for: app/templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
{% import "macros.html" as m %}
33
<html lang="en">
4-
<body id="container">
4+
<body id="container" >
55
<div id="header">
66
{% block head %}
77
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no'/>

0 commit comments

Comments
 (0)