diff --git a/frontend/static/video.webm b/frontend/static/video.webm new file mode 100644 index 0000000..99118bb Binary files /dev/null and b/frontend/static/video.webm differ diff --git a/frontend/templates/aboutapps.html b/frontend/templates/aboutapps.html index 6db1507..54c99f1 100644 --- a/frontend/templates/aboutapps.html +++ b/frontend/templates/aboutapps.html @@ -1,6 +1,6 @@ {% extends 'layout.html' %} {% load static %} {% block content %} -
+

Gerai Pi Indonesia - P2App Marketplace

diff --git a/frontend/templates/checkout/home_beli.html b/frontend/templates/checkout/home_beli.html index a9d6033..c5db405 100644 --- a/frontend/templates/checkout/home_beli.html +++ b/frontend/templates/checkout/home_beli.html @@ -37,6 +37,10 @@

{{ produk.harga }} 𝛑

+
+ + +
diff --git a/frontend/templates/mail_template.html b/frontend/templates/mail_template.html index f25ee81..6ad6155 100644 --- a/frontend/templates/mail_template.html +++ b/frontend/templates/mail_template.html @@ -1,12 +1,191 @@ +{% load static %} - - - - - Mail Success - - -

Ringkasan Transaksi


-

Transaksi Berhasil

- - \ No newline at end of file + + + + GeraiPi Invoice + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+ + + Invoice #: 123
+ Created: January 1, 2023
+ Due: February 1, 2023 +
+
+ + + + + + +
+ Sparksuite, Inc.
+ 12345 Sunny Road
+ Sunnyville, CA 12345 +
+ Acme Corp.
+ John Doe
+ john@example.com +
+
Payment MethodCheck #
Check1000
ItemPrice
Website design$300.00
Hosting (3 months)$75.00
Domain name (1 year)$10.00
Total: $385.00
+
+ + diff --git a/frontend/templates/member/register.html b/frontend/templates/member/register.html index 68e570d..1dad8e0 100644 --- a/frontend/templates/member/register.html +++ b/frontend/templates/member/register.html @@ -4,7 +4,7 @@
-

GeraiPi Army Uniform

+

GeraiPi Army Uniform

GeraiPi Army Uniform adalah salah satu bentuk Identitas Ekosistem Utilitas Pi sekalikus Kebanggaan Pioner bisa bergabung dan berkontribusi sebagai Penyedia layanan ( Vendor Produk ) Melalui GeraiPi Indonesia Marketplace.

@@ -35,7 +35,11 @@
{% csrf_token %} - +
+ + +
+
{% endif %} diff --git a/frontend/templates/privacyandpolicy.html b/frontend/templates/privacyandpolicy.html index 38aa68f..d1bb494 100644 --- a/frontend/templates/privacyandpolicy.html +++ b/frontend/templates/privacyandpolicy.html @@ -1,6 +1,8 @@ -{% extends 'layout.html' %} {% load static %} {% block content %} +{% extends 'layout.html' %} +{% load static %} +{% block content %} -
+
diff --git a/frontend/templates/profil/transaksi_user.html b/frontend/templates/profil/transaksi_user.html index 242c6ea..797c8a4 100644 --- a/frontend/templates/profil/transaksi_user.html +++ b/frontend/templates/profil/transaksi_user.html @@ -1,5 +1,7 @@ {% extends 'layout.html' %} {% load static %} +{% block bottom_nav %} +{% endblock %} {% block content %}
{% if user.is_authenticated %} diff --git a/frontend/templates/splash.html b/frontend/templates/splash.html index 0bb7944..a4233c6 100644 --- a/frontend/templates/splash.html +++ b/frontend/templates/splash.html @@ -19,13 +19,13 @@ } } .container-mobile{ - background: transparent; + background: white; }