New changes.
parent
0d0fbd961c
commit
1ecdbe48df
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,142 @@
|
|||||||
|
{% extends "customer_main.html" %}
|
||||||
|
{%load static%}
|
||||||
|
|
||||||
|
{% block modules_section %}
|
||||||
|
<!-- This block is intentionally left empty to exclude the modules section -->
|
||||||
|
{% endblock modules_section %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
|
||||||
|
|
||||||
|
<div class="w-full px-5 s:px-9 flex flex-col gap-5 mt-5 mb-5">
|
||||||
|
<div class="w-full h-fit bg-white rounded-md shadow-md px-5 py-9 flex flex-col justify-center items-center">
|
||||||
|
<img src="{% static 'images/ositcom_logos/osicardblue.png' %}" class="w-[180px] s:w-[250px]">
|
||||||
|
|
||||||
|
<!-- PRICING ON DESKTOP -->
|
||||||
|
<div class="w-full hidden l:grid grid-cols-3 mt-24">
|
||||||
|
<div class="w-full h-full border border-gray-200 p-9 flex flex-col gap-5 items-center">
|
||||||
|
<p class="text-secondosiblue uppercase font-poppinsBold text-2xl text-center">Basic</p>
|
||||||
|
|
||||||
|
<div class="w-full flex flex-col justify-center items-center">
|
||||||
|
<p class="text-osiblue font-poppinsLight text-2xl font-semibold">$0</p>
|
||||||
|
<p class="text-gray-500">monthly/restaurant</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a href="">
|
||||||
|
<button
|
||||||
|
class="w-fit px-9 py-2 bg-secondosiblue border border-secondosiblue text-white uppercase hover:bg-white hover:text-secondosiblue duration-300">Get
|
||||||
|
Started
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<div class="w-full flex flex-col gap-3 mt-5">
|
||||||
|
<h1 class="text-gray-500 text-[17px] font-light">Features:</h1>
|
||||||
|
|
||||||
|
<div class="w-full flex flex-col">
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-semibold text-secondosiblue">Online Ordering (75 Orders)</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Restaurant Website</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Branded Mobile App</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">QR Code Menu</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Loyalty Program</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">50+ Free Website Templates</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Multi Location</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Online Payments</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- PRICING ON MOBILE -->
|
||||||
|
<div class="w-full flex l:hidden flex-col gap-10 mt-10">
|
||||||
|
<div>
|
||||||
|
<div class="w-full p-9 border border-gray-200 flex flex-col items-center gap-5 rounded-t-md">
|
||||||
|
<p class="text-secondosiblue uppercase font-poppinsBold text-xl text-center">Basic</p>
|
||||||
|
|
||||||
|
<div class="w-full flex flex-col justify-center items-center">
|
||||||
|
<p class="text-osiblue font-poppinsLight text-xl font-semibold">$0</p>
|
||||||
|
<p class="text-gray-500">monthly/restaurant</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<a href="">
|
||||||
|
<button
|
||||||
|
class="w-fit px-9 py-2 bg-secondosiblue border border-secondosiblue text-white uppercase hover:bg-white hover:text-secondosiblue duration-300">Get
|
||||||
|
Started
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div
|
||||||
|
class="w-full bg-secondosiblue text-white py-3 px-5 text-center flex justify-center items-center gap-2 border border-secondosiblue hover:bg-white hover:text-secondosiblue duration-300 openFeaturesDropdown">
|
||||||
|
<p>View Features</p>
|
||||||
|
<i class="fas fa-angle-down"></i>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="w-full flex flex-col p-5 border border-gray-200 featuresContainer hidden">
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-semibold text-secondosiblue">Online Ordering (75 Orders)</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Restaurant Website</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Branded Mobile App</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">QR Code Menu</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Loyalty Program</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">50+ Free Website Templates</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Multi Location</p>
|
||||||
|
</div>
|
||||||
|
<div class="flex justify-start items-center gap-2 py-1">
|
||||||
|
<img src="{% static 'images/icons/greencheckmark.png' %}" class="w-[20px]">
|
||||||
|
<p class="font-light text-secondosiblue">Online Payments</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<!---------------------- JS SCRIPTS -------------------->
|
||||||
|
<script type="text/javascript" src='{% static "js/customer_dashboard/pricing-dropdown.js" %}'></script>
|
||||||
|
|
||||||
|
{% endblock %}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue