Skip to content

Commit 58eaf9c

Browse files
committed
Release v1.0.0 - Initial Release
1 parent a3a62f7 commit 58eaf9c

22 files changed

+150
-154
lines changed

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Change Log
22

3-
## CodeBase version: 2stable.0.1 / 2022-01-15
4-
### Improvements
3+
## [1.0.0] 2022-06-24
4+
### Initial Release
55

6-
- Dependencies update (all packages)
7-
- Flask==2.0.2 (latest stable version)
8-
- flask_wtf==1.0.0
9-
- jinja2==3.0.3
10-
- flask-restx==0.5.1
6+
- UI Kit: Soft Dashboard Tailwind v1.0.2
117

apps/templates/accounts/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h4 class="relative z-10 font-bold text-transparent bg-gradient-cyan bg-clip-tex
7373
</div>
7474
<div class="w-full max-w-full px-3 lg:flex-0 shrink-0 md:w-6/12">
7575
<div class="absolute top-0 hidden w-3/5 h-full -mr-32 overflow-hidden -skew-x-10 -right-40 rounded-bl-xl md:block">
76-
<div class="absolute inset-x-0 top-0 z-0 h-full -ml-16 bg-cover skew-x-10" style="background-image: url('/static/assets/img/curved-images/curved6.jpg')"></div>
76+
<div class="absolute inset-x-0 top-0 z-0 h-full -ml-16 bg-cover skew-x-10" style="background-image: url('{{ config.ASSETS_ROOT }}/img/curved-images/curved6.jpg')"></div>
7777
</div>
7878
</div>
7979
</div>

apps/templates/accounts/register.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<main class="mt-0 transition-all duration-200 ease-soft-in-out">
1313

1414
<section class="min-h-screen mb-32">
15-
<div class="relative flex items-start pt-12 pb-56 m-4 overflow-hidden bg-center bg-cover min-h-50-screen rounded-xl" style="background-image: url('/static/assets/img/curved-images/curved14.jpg')">
15+
<div class="relative flex items-start pt-12 pb-56 m-4 overflow-hidden bg-center bg-cover min-h-50-screen rounded-xl" style="background-image: url('{{ config.ASSETS_ROOT }}/img/curved-images/curved14.jpg')">
1616
<span class="absolute top-0 left-0 w-full h-full bg-center bg-cover bg-gradient-dark-gray opacity-60"></span>
1717
<div class="container z-10">
1818
<div class="flex flex-wrap justify-center -mx-3">

apps/templates/home/billing.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="flex flex-wrap -mx-3">
1616
<div class="w-full max-w-full px-3 mb-4 xl:mb-0 xl:w-1/2 xl:flex-none">
1717
<div class="relative flex flex-col min-w-0 break-words bg-transparent border-0 border-transparent border-solid shadow-xl rounded-2xl bg-clip-border">
18-
<div class="relative overflow-hidden rounded-2xl" style="background-image: url('/static/assets/img/curved-images/curved14.jpg')">
18+
<div class="relative overflow-hidden rounded-2xl" style="background-image: url('{{ config.ASSETS_ROOT }}/img/curved-images/curved14.jpg')">
1919
<span class="absolute top-0 left-0 w-full h-full bg-center bg-cover bg-gradient-dark-gray opacity-80"></span>
2020
<div class="relative z-10 flex-auto p-4">
2121
<i class="p-2 text-white fas fa-wifi"></i>
@@ -32,7 +32,7 @@ <h6 class="mb-0 text-white">11/22</h6>
3232
</div>
3333
</div>
3434
<div class="flex items-end justify-end w-1/5 ml-auto">
35-
<img class="w-3/5 mt-2" src="/static/assets/img/logos/mastercard.png" alt="logo" />
35+
<img class="w-3/5 mt-2" src="{{ config.ASSETS_ROOT }}/img/logos/mastercard.png" alt="logo" />
3636
</div>
3737
</div>
3838
</div>
@@ -89,7 +89,7 @@ <h6 class="mb-0">Payment Method</h6>
8989
<div class="flex flex-wrap -mx-3">
9090
<div class="max-w-full px-3 mb-6 md:mb-0 md:w-1/2 md:flex-none">
9191
<div class="relative flex flex-row items-center flex-auto min-w-0 p-6 break-words bg-transparent border border-solid shadow-none rounded-xl border-slate-100 bg-clip-border">
92-
<img class="mb-0 mr-4 w-1/10" src="/static/assets/img/logos/mastercard.png" alt="logo" />
92+
<img class="mb-0 mr-4 w-1/10" src="{{ config.ASSETS_ROOT }}/img/logos/mastercard.png" alt="logo" />
9393
<h6 class="mb-0">****&nbsp;&nbsp;&nbsp;****&nbsp;&nbsp;&nbsp;****&nbsp;&nbsp;&nbsp;7852</h6>
9494
<i class="ml-auto cursor-pointer fas fa-pencil-alt text-slate-700" data-target="tooltip_trigger" data-placement="top"></i>
9595
<div data-target="tooltip" class="hidden px-2 py-1 text-white bg-black rounded-lg text-size-sm">
@@ -100,7 +100,7 @@ <h6 class="mb-0">****&nbsp;&nbsp;&nbsp;****&nbsp;&nbsp;&nbsp;****&nbsp;&nbsp;&nb
100100
</div>
101101
<div class="max-w-full px-3 md:w-1/2 md:flex-none">
102102
<div class="relative flex flex-row items-center flex-auto min-w-0 p-6 break-words bg-transparent border border-solid shadow-none rounded-xl border-slate-100 bg-clip-border">
103-
<img class="mb-0 mr-4 w-1/10" src="/static/assets/img/logos/visa.png" alt="logo" />
103+
<img class="mb-0 mr-4 w-1/10" src="{{ config.ASSETS_ROOT }}/img/logos/visa.png" alt="logo" />
104104
<h6 class="mb-0">****&nbsp;&nbsp;&nbsp;****&nbsp;&nbsp;&nbsp;****&nbsp;&nbsp;&nbsp;5248</h6>
105105
<i class="ml-auto cursor-pointer fas fa-pencil-alt text-slate-700" data-target="tooltip_trigger" data-placement="top"></i>
106106
<div data-target="tooltip" class="hidden px-2 py-1 text-white bg-black rounded-lg text-size-sm">

0 commit comments

Comments
 (0)