diff --git a/osinaweb/billing/__pycache__/models.cpython-312.pyc b/osinaweb/billing/__pycache__/models.cpython-312.pyc index 0c9dd39b..271dfed0 100644 Binary files a/osinaweb/billing/__pycache__/models.cpython-312.pyc and b/osinaweb/billing/__pycache__/models.cpython-312.pyc differ diff --git a/osinaweb/billing/__pycache__/views.cpython-312.pyc b/osinaweb/billing/__pycache__/views.cpython-312.pyc index 5c1a9ef8..43a644bf 100644 Binary files a/osinaweb/billing/__pycache__/views.cpython-312.pyc and b/osinaweb/billing/__pycache__/views.cpython-312.pyc differ diff --git a/osinaweb/billing/add/__pycache__/urls.cpython-312.pyc b/osinaweb/billing/add/__pycache__/urls.cpython-312.pyc index e540cc73..6a617920 100644 Binary files a/osinaweb/billing/add/__pycache__/urls.cpython-312.pyc and b/osinaweb/billing/add/__pycache__/urls.cpython-312.pyc differ diff --git a/osinaweb/billing/add/__pycache__/views.cpython-312.pyc b/osinaweb/billing/add/__pycache__/views.cpython-312.pyc index 99efe06c..6b2da27f 100644 Binary files a/osinaweb/billing/add/__pycache__/views.cpython-312.pyc and b/osinaweb/billing/add/__pycache__/views.cpython-312.pyc differ diff --git a/osinaweb/customercore/__pycache__/urls.cpython-312.pyc b/osinaweb/customercore/__pycache__/urls.cpython-312.pyc index 109b9f53..fa894140 100644 Binary files a/osinaweb/customercore/__pycache__/urls.cpython-312.pyc and b/osinaweb/customercore/__pycache__/urls.cpython-312.pyc differ diff --git a/osinaweb/customercore/__pycache__/views.cpython-312.pyc b/osinaweb/customercore/__pycache__/views.cpython-312.pyc index 7998b1e0..8cacf2b6 100644 Binary files a/osinaweb/customercore/__pycache__/views.cpython-312.pyc and b/osinaweb/customercore/__pycache__/views.cpython-312.pyc differ diff --git a/osinaweb/customercore/payment/__pycache__/views.cpython-312.pyc b/osinaweb/customercore/payment/__pycache__/views.cpython-312.pyc index 4a553206..ff1eacfc 100644 Binary files a/osinaweb/customercore/payment/__pycache__/views.cpython-312.pyc and b/osinaweb/customercore/payment/__pycache__/views.cpython-312.pyc differ diff --git a/osinaweb/customercore/templates/contact.html b/osinaweb/customercore/templates/contact.html new file mode 100644 index 00000000..8b1d4cc5 --- /dev/null +++ b/osinaweb/customercore/templates/contact.html @@ -0,0 +1,133 @@ +{% extends "customer_main.html" %} +{%load static%} +{% block content %} + +
+
+

Ositcom Support is Availale 24h a Day on Whatsapp +961 71 918 718

+
+ +
+
+
+

Open a Support Ticket

+ +

Our award-winning service team has no tiers, no + bots, no hand-offs, just highly trained professionals who + answer your questions and solve your issue.

+ + +
+ +
+

Getting Started Guide

+ +

Need help kicking off your project with Ositcom + Ltd? at Oitcom Blog we have prepared many articles about every service provided by us +

+ + +
+
+
+ +
+
+
+

Call OSITCOM Support

+ +

Phone support is available day and night for existing customers, account + support, and general + inquiries.

+ + You could contact us via LiveChat or Whatsaap on +9619918718.

+ + You could contact Ositcom development department on +961918718 or via whatsaap on +961918719

+ +
+ +
+

Contact OSITCOM Sales +

+ +

If you have a question about a large deployment or migration, we are here to + help. Request a meeting with one of our solutions consultants today.

+ + You could contact our sales department on +9619918718 during working hours or schedule a meeting via + Whatsapp on +96171918718. +

+ + +
+ +
+

Email Us +

+ +

Contact us if you need help recovering your account credentials or have a + general inquiry.

+ + For general inquiery: info@ositcom.net
+ For sales: info@ositcom.net
+ For ositcom admin: info@ositcom.net
+

+ + +
+ + +
+

Professional Services +

+ +

Professional, system administration assistance as a service.

+ + To ask for a Quotation contact us on +96171918718 or send an email to info@ositcom.com +

+ + +
+
+
+ +
+
+ +

Contact Us

+
+ + + + + + +
+
+ +
+
+ + +{% endblock %} \ No newline at end of file diff --git a/osinaweb/customercore/templates/products/osicard-plans.html b/osinaweb/customercore/templates/products/osicard-plans.html index f1ffad85..995cbd50 100644 --- a/osinaweb/customercore/templates/products/osicard-plans.html +++ b/osinaweb/customercore/templates/products/osicard-plans.html @@ -333,12 +333,20 @@ -
-
-
- - - -

Contact Us

-
+ +
+ + + +

Contact Us

-
+
diff --git a/osinaweb/static/dist/output.css b/osinaweb/static/dist/output.css index d7b33055..b725be40 100644 --- a/osinaweb/static/dist/output.css +++ b/osinaweb/static/dist/output.css @@ -3962,6 +3962,10 @@ video { } @media (min-width: 798px) { + .md\:col-span-2 { + grid-column: span 2 / span 2; + } + .md\:mb-0 { margin-bottom: 0px; } @@ -4071,6 +4075,11 @@ video { .l\:border-l { border-left-width: 1px; } + + .l\:text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; + } } @media (min-width: 1110px) {