Browse Source

[UPDT] Index Updated

pull/175/head
Ajmal Cybro 4 years ago
parent
commit
9d1a5dab64
  1. BIN
      product_barcode/static/description/images/logo.png
  2. 50
      product_barcode/static/description/index.html

BIN
product_barcode/static/description/images/logo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

50
product_barcode/static/description/index.html

@ -1,3 +1,24 @@
<div class="container" style="padding: 1rem !important; margin-bottom: 1.5rem !important;">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-12 d-flex justify-content-between"
style="border-bottom: 1px solid #d5d5d5;">
<div class="my-3">
<img src="./images/logo.png" style="width: auto !important; height: 40px !important;">
</div>
<div class="my-3 d-flex align-items-center">
<div
style="background-color: #7C7BAD !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;">
<i class="fa fa-check mr-1"></i>Community
</div>
<div
style="background-color: #875A7B !important; color: #fff !important; font-weight: 600 !important; padding: 5px 15px 8px !important; margin: 0 5px !important;">
<i class="fa fa-check mr-1"></i>Enterprise
</div>
</div>
</div>
</div>
</div>
<section class="oe_container"> <section class="oe_container">
<div class="oe_spaced"> <div class="oe_spaced">
<h2 class="oe_slogan">Product Barcode Generator</h2> <h2 class="oe_slogan">Product Barcode Generator</h2>
@ -7,9 +28,15 @@
<div style="padding-left:66px;"> <div style="padding-left:66px;">
<h4>Features:</h4> <h4>Features:</h4>
<ul> <ul>
<li style="list-style:none !important;"><span style="color:green;"> &#8594;</span>&nbsp;&nbsp; Generates Barcode Automatically.</li> <li style="list-style:none !important;"><span style="color:green;"> &#8594;</span>&nbsp;&nbsp; Generates
<li style="list-style:none !important;"><span style="color:green;"> &#8594;</span>&nbsp;&nbsp; Print Variant Price on Product Labels. </li> Barcode Automatically.
<li style="list-style:none !important;"><span style="color:green;"> &#8594;</span>&nbsp;&nbsp; Print Variant Name on Product Labels. </li> </li>
<li style="list-style:none !important;"><span style="color:green;"> &#8594;</span>&nbsp;&nbsp; Print
Variant Price on Product Labels.
</li>
<li style="list-style:none !important;"><span style="color:green;"> &#8594;</span>&nbsp;&nbsp; Print
Variant Name on Product Labels.
</li>
</ul> </ul>
</div> </div>
</div> </div>
@ -72,11 +99,18 @@
<br> <br>
<img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block"> <img src="cybro_logo.png" style="width: 190px; margin-bottom: 20px;" class="center-block">
<div> <div>
<a href="https://twitter.com/cybrosys" target="_blank"><i class="fa fa-2x fa-twitter" style="color:white;background: #00a0d1;width:35px;"></i></a></td> <a href="https://twitter.com/cybrosys" target="_blank"><i class="fa fa-2x fa-twitter"
<a href="https://www.linkedin.com/company/cybrosys-technologies-pvt-ltd" target="_blank"><i class="fa fa-2x fa-linkedin" style="color:white;background: #31a3d6;width:35px;padding-left: 3px;"></i></a></td> style="color:white;background: #00a0d1;width:35px;"></i></a></td>
<a href="https://www.facebook.com/cybrosystechnologies" target="_blank"><i class="fa fa-2x fa-facebook" style="color:white;background: #3b5998;width:35px;padding-left: 8px;"></i></a></td> <a href="https://www.linkedin.com/company/cybrosys-technologies-pvt-ltd" target="_blank"><i
<a href="https://plus.google.com/106641282743045431892/about" target="_blank"><i class="fa fa-2x fa-google-plus" style="color:white;background: #c53c2c;width:35px;padding-left: 3px;"></i></a></td> class="fa fa-2x fa-linkedin"
<a href="https://in.pinterest.com/cybrosys" target="_blank"><i class="fa fa-2x fa-pinterest" style="color:white;background: #ac0f18;width:35px;padding-left: 3px;"></i></a></td> style="color:white;background: #31a3d6;width:35px;padding-left: 3px;"></i></a></td>
<a href="https://www.facebook.com/cybrosystechnologies" target="_blank"><i class="fa fa-2x fa-facebook"
style="color:white;background: #3b5998;width:35px;padding-left: 8px;"></i></a></td>
<a href="https://plus.google.com/106641282743045431892/about" target="_blank"><i
class="fa fa-2x fa-google-plus"
style="color:white;background: #c53c2c;width:35px;padding-left: 3px;"></i></a></td>
<a href="https://in.pinterest.com/cybrosys" target="_blank"><i class="fa fa-2x fa-pinterest"
style="color:white;background: #ac0f18;width:35px;padding-left: 3px;"></i></a></td>
</div> </div>
</div> </div>
</section> </section>

Loading…
Cancel
Save