|
|
@ -1,21 +1,3 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html lang="en"> |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta charset="UTF-8"/> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
|
|
|
<title>Approval For Products</title> |
|
|
|
<link rel="stylesheet" |
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/css/bootstrap.min.css" |
|
|
|
integrity="sha512-P5MgMn1jBN01asBgU0z60Qk4QxiXo86+wlFahKrsQf37c9cro517WzVSPPV1tDKzhku2iJ2FVgL67wG03SGnNA==" |
|
|
|
crossorigin="anonymous"/> |
|
|
|
<link rel="stylesheet" |
|
|
|
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" |
|
|
|
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" |
|
|
|
crossorigin="anonymous"/> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<div class="oe_styling_v8"> |
|
|
|
<section class="oe_container" |
|
|
@ -45,9 +27,9 @@ |
|
|
|
<hr class="mt-4" |
|
|
|
style="background: linear-gradient(to right, #e5e5e5, transparent); height: 2px; border-style: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-5 no-gutters"> |
|
|
|
<div class="col-lg-12 no-gutters"> |
|
|
|
<!-- FEATURE COLUMN LEFT --> |
|
|
|
<ul style="list-style: none; padding: 0; font-weight: 500; line-height: 2;"> |
|
|
|
<ul style="list-style: none; padding: 0; font-weight: 500; line-height: 2; list-style: none;"> |
|
|
|
<li><i class="fa fa-check-circle mr-2" |
|
|
|
style="color: #1abc9c;"></i>New User group Product Manager is created |
|
|
|
</li> |
|
|
@ -356,342 +338,269 @@ |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<!-- End of Suggested Products --> |
|
|
|
<!-- Our Services --> |
|
|
|
<section class="oe_container" style="padding:2rem 3rem 1rem"> |
|
|
|
<!-- <h2 style="font-weight:600; text-align:center; margin-bottom:1rem; width:100%">Our Services</h2> |
|
|
|
<hr |
|
|
|
style="background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> --> |
|
|
|
<div class="row mt-4 position-relative" |
|
|
|
style="max-width:1540px; margin: 0 auto;"> |
|
|
|
<div class="col-lg-12 jumbotron text-white position-relative shadow-sm" |
|
|
|
style="background-color: #b22126; background-image: url('https://i.ibb.co/k9GHmT0/arrows-transparent.png'); background-size: cover; background-position: bottom; border-radius: 10px;"> |
|
|
|
<span class="badge badge-pill px-3 py-2 text-dark shadow-sm font-weight-bold" |
|
|
|
style="background-color: #f6b93b;"><i |
|
|
|
class="fa fa-trophy mr-2"></i>Odoo Gold Partner</span> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-6 mt-4"> |
|
|
|
<h1 style="font-family: Roboto, 'sans-serif'; color:#FFF;"> |
|
|
|
Our Services</h1> |
|
|
|
<p class="lead">We provide following services</p> |
|
|
|
<ul class="mt-4" |
|
|
|
style="list-style: none; padding: 0; line-height: 2.8; font-weight: 500;"> |
|
|
|
<li> |
|
|
|
<a href="https://www.cybrosys.com/odoo-customization-and-installation/" |
|
|
|
style="color: white; text-decoration: none;" |
|
|
|
target="_blank"><i |
|
|
|
class="fa fa-cogs mr-2" |
|
|
|
style="color: #f6b93b; font-size: 1.5rem"></i>Odoo |
|
|
|
Customization</a></li> |
|
|
|
<li> |
|
|
|
<a href="https://www.cybrosys.com/odoo-erp-implementation/" |
|
|
|
style="color: white; text-decoration: none;" |
|
|
|
target="_blank"><i |
|
|
|
class="fa fa-wrench mr-2" |
|
|
|
style="color: #f6b93b; font-size: 1.5rem"></i>Odoo |
|
|
|
Implementation</a></li> |
|
|
|
<li><a href="https://www.cybrosys.com/odoo-erp-support/" |
|
|
|
style="color: white; text-decoration: none;" |
|
|
|
target="_blank"><i |
|
|
|
class="fa fa-life-ring mr-2" |
|
|
|
style="color: #f6b93b; font-size: 1.5rem"></i>Odoo |
|
|
|
Support</a></li> |
|
|
|
<li> |
|
|
|
<a href="https://www.cybrosys.com/hire-odoo-developer/" |
|
|
|
style="color: white; text-decoration: none;" |
|
|
|
target="_blank"><i |
|
|
|
class="fa fa-user mr-2" |
|
|
|
style="color: #f6b93b; font-size: 1.5rem"></i> |
|
|
|
Hire |
|
|
|
Odoo Developers</a></li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<img src="https://i.ibb.co/YLRGpvL/trophy.png" width="50%" height="auto" |
|
|
|
alt="Odoo Gold Partner" |
|
|
|
class="position-absolute" style="right: 0; bottom: 0;"> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<!-- End of Our Services --> |
|
|
|
<!-- Our Industries --> |
|
|
|
<section class="oe_container" style="padding:2rem 3rem 1rem"> |
|
|
|
<div class="row" style="max-width:1540px; margin: 0 auto; "> |
|
|
|
<div class="col-lg-12"> |
|
|
|
<h2 style="font-weight:600; text-align:center; margin-bottom:1rem; width:100%"> |
|
|
|
Our |
|
|
|
Industries</h2> |
|
|
|
<hr |
|
|
|
style="background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> |
|
|
|
</div> |
|
|
|
<div class="row mt-4 position-relative" |
|
|
|
style="max-width:1540px; margin: 0 auto;"> |
|
|
|
<!-- Left Column --> |
|
|
|
<div class="col-lg-6"> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 mb-3" |
|
|
|
style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/best-trading-erp/" |
|
|
|
target="_blank" |
|
|
|
class="text-dark" style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="https://i.ibb.co/J3HsKWB/trading.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif"> |
|
|
|
Trading</h4> |
|
|
|
<p style="font-weight: 300;">Easily procure and |
|
|
|
sell your products</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<!-- Our Services --> |
|
|
|
<section class="oe_container" style="padding:2rem 3rem 1rem"> |
|
|
|
<!-- <h2 style="font-weight:600; text-align:center; margin-bottom:1rem; width:100%">Our Services</h2> |
|
|
|
<hr |
|
|
|
style="background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> --> |
|
|
|
<div class="row mt-4 position-relative" style="max-width:1540px; margin: 0 auto;"> |
|
|
|
<div class="col-lg-12 jumbotron text-white position-relative shadow-lg" |
|
|
|
style="background: #E0EAFC; background: -webkit-linear-gradient(to right, #f1f5fb, #E0EAFC); background: linear-gradient(to right, #f1f5fb, #E0EAFC); background-size: cover; background-position: bottom; border-radius: 10px;"> |
|
|
|
<span class="badge badge-pill px-3 py-2 text-white shadow-sm font-weight-bold" |
|
|
|
style="background-color: #377DFF;"><i class="fa fa-trophy mr-2"></i>Odoo Gold Partner</span> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-6 mt-4"> |
|
|
|
<h1 class="text-dark">Our Services</h1> |
|
|
|
<p class="lead text-dark">We provide following services</p> |
|
|
|
<ul class="mt-4" style="list-style: none; padding: 0; line-height: 2.8; font-weight: 500;"> |
|
|
|
<li><a class="text-dark" href="https://www.cybrosys.com/odoo-customization-and-installation/" |
|
|
|
style="color: white; text-decoration: none;" target="_blank"><i class="fa fa-cogs mr-2" |
|
|
|
style="color: #377DFF; font-size: 1.5rem"></i>Odoo |
|
|
|
Customization</a></li> |
|
|
|
<li><a class="text-dark" href="https://www.cybrosys.com/odoo-erp-implementation/" |
|
|
|
style="color: white; text-decoration: none;" target="_blank"><i class="fa fa-wrench mr-2" |
|
|
|
style="color: #377DFF; font-size: 1.5rem"></i>Odoo |
|
|
|
Implementation</a></li> |
|
|
|
<li><a class="text-dark" href="https://www.cybrosys.com/odoo-erp-support/" |
|
|
|
style="color: white; text-decoration: none;" target="_blank"><i class="fa fa-life-ring mr-2" |
|
|
|
style="color: #377DFF; font-size: 1.5rem"></i>Odoo |
|
|
|
Support</a></li> |
|
|
|
<li><a class="text-dark" href="https://www.cybrosys.com/hire-odoo-developer/" style=text-decoration: none;" |
|
|
|
target="_blank"><i class="fa fa-user mr-2" style="color: #377DFF; font-size: 1.5rem"></i> |
|
|
|
Hire |
|
|
|
Odoo Developers</a></li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<img src="./images/trophy.png" width="45%" height="auto" alt="Odoo Gold Partner" class="position-absolute" |
|
|
|
style="right: 0; bottom: 0;"> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<!-- End of Our Services --> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" |
|
|
|
style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/education-erp-software/" |
|
|
|
target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="https://i.ibb.co/ssmySQK/education.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif"> |
|
|
|
Education</h4> |
|
|
|
<p style="font-weight: 300;">A Collaborative |
|
|
|
platform for educational |
|
|
|
management</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<!-- Our Industries --> |
|
|
|
<section class="container mt-4"> |
|
|
|
<div class="row" style="max-width:1540px; margin: 0 auto; "> |
|
|
|
<div class="col-lg-12"> |
|
|
|
<h2 style="font-weight:600; text-align:center; margin-bottom:1rem; width:100%">Our |
|
|
|
Industries</h2> |
|
|
|
<hr |
|
|
|
style="background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> |
|
|
|
</div> |
|
|
|
<div class="row mt-4 position-relative" style="max-width:1540px; margin: 0 auto;"> |
|
|
|
<!-- Left Column --> |
|
|
|
<div class="col-lg-6"> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" |
|
|
|
style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/manufacturing-erp-software/" |
|
|
|
target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="https://i.ibb.co/fx6j6zY/manufacturing.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif"> |
|
|
|
Manufacturing</h4> |
|
|
|
<p style="font-weight: 300;">Plan, track and |
|
|
|
schedule your operations</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="bg-white shadow px-4 py-3 mb-3" style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/best-trading-erp/" target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="./images/icons/trading.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif">Trading</h4> |
|
|
|
<p style="font-weight: 300;">Easily procure and sell your products</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" |
|
|
|
style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/ecommerce-website/" |
|
|
|
target="_blank" |
|
|
|
class="text-dark" style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="https://i.ibb.co/z6TK3yK/ecom.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif"> |
|
|
|
E-commerce & Website</h4> |
|
|
|
<p style="font-weight: 300;">Mobile friendly, |
|
|
|
awe-inspiring product pages |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- End of Left Column --> |
|
|
|
<!-- Right Column --> |
|
|
|
<div class="col-lg-6"> |
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/education-erp-software/" target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="./images/icons/education.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif">Education</h4> |
|
|
|
<p style="font-weight: 300;">A Collaborative platform for educational |
|
|
|
management</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 mb-3" |
|
|
|
style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/pos/" |
|
|
|
target="_blank" |
|
|
|
class="text-dark" style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="https://i.ibb.co/Hh9pqjY/pos.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif"> |
|
|
|
POS</h4> |
|
|
|
<p style="font-weight: 300;">Easy configuring |
|
|
|
and convivial selling</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/manufacturing-erp-software/" target="_blank" |
|
|
|
class="text-dark" style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="./images/icons/manufacturing.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif">Manufacturing</h4> |
|
|
|
<p style="font-weight: 300;">Plan, track and schedule your operations</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/ecommerce-website/" target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="./images/icons/ecom.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif">E-commerce & Website</h4> |
|
|
|
<p style="font-weight: 300;">Mobile friendly, awe-inspiring product pages |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- End of Left Column --> |
|
|
|
<!-- Right Column --> |
|
|
|
<div class="col-lg-6"> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" |
|
|
|
style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/service-management/" |
|
|
|
target="_blank" |
|
|
|
class="text-dark" style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="https://i.ibb.co/541x9sq/service.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif"> |
|
|
|
Service Management</h4> |
|
|
|
<p style="font-weight: 300;">Keep track of |
|
|
|
services and invoice accordingly |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="bg-white shadow px-4 py-3 mb-3" style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/pos/" target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="./images/icons/pos.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif">POS</h4> |
|
|
|
<p style="font-weight: 300;">Easy configuring and convivial selling</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" |
|
|
|
style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/restaurant-management/" |
|
|
|
target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="https://i.ibb.co/wYjn3HB/restaurant.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif"> |
|
|
|
Restaurant</h4> |
|
|
|
<p style="font-weight: 300;">Run your bar or |
|
|
|
restaurant methodica</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" |
|
|
|
style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/hotel-management-erp/" |
|
|
|
target="_blank" |
|
|
|
class="text-dark" style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="https://i.ibb.co/XbkbpwV/hotel.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif"> |
|
|
|
Hotel Management</h4> |
|
|
|
<p style="font-weight: 300;">An all-inclusive |
|
|
|
hotel management application |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- End of Right Column --> |
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/service-management/" target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="./images/icons/service.png"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<!-- End of Our Industries--> |
|
|
|
<!-- Footer Section --> |
|
|
|
<section class="oe_container" style="padding:2rem 3rem 1rem"> |
|
|
|
<div class="row" style="max-width:1540px; margin: 0 auto; "> |
|
|
|
<div class="col-lg-12 mb-4"> |
|
|
|
<h2 style="font-weight:600; text-align:center; margin-bottom:1rem; width:100%"> |
|
|
|
Need Help?</h2> |
|
|
|
<hr |
|
|
|
style="background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif">Service Management</h4> |
|
|
|
<p style="font-weight: 300;">Keep track of services and invoice accordingly |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<!-- Contact Cards --> |
|
|
|
<div class="row d-flex justify-content-center align-items-center" |
|
|
|
style="max-width:1540px; margin: 0 auto;"> |
|
|
|
<div class="col-lg-3 shadow mt-2" |
|
|
|
style="padding: 5rem 2rem 2rem; border-radius: 10px; margin-right: 3rem; border-top: 7px solid #546E7A; height: 300px;"> |
|
|
|
<h5 class="font-weight-bold" |
|
|
|
style="font-family: Roboto, 'sans-serif';">Visit us</h5> |
|
|
|
<p class="mb-4" style="color: #808e9b; font-size: 0.9rem;">Visit our |
|
|
|
website for more |
|
|
|
information.</p> |
|
|
|
<a href="https://cybrosys.com" target="_blank" |
|
|
|
class="btn btn-block mb-2 deep_hover" |
|
|
|
style="text-decoration: none; background-color: #546E7A; color: #FFF; border-radius: 4px;">www.cybrosys.com</a> |
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/restaurant-management/" target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="./images/icons/restaurant.png"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif">Restaurant</h4> |
|
|
|
<p style="font-weight: 300;">Run your bar or restaurant methodica</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-lg-3 shadow mt-2" |
|
|
|
style="padding: 5rem 2rem 2rem; border-radius: 10px; margin-right: 3rem; border-top: 7px solid #b22126; height: 330px;"> |
|
|
|
<h5 class="font-weight-bold" |
|
|
|
style="font-family: Roboto, 'sans-serif';">Write to us</h5> |
|
|
|
<p class="mb-4" style="color: #808e9b; font-size: 0.9rem;">Do you |
|
|
|
have any queries regarding our |
|
|
|
products & services? Let us know.</p> |
|
|
|
<a href="mailto:odoo@cybrosys.com" target="_blank" |
|
|
|
class="btn btn-block mb-2 deep_hover" |
|
|
|
style="text-decoration: none; background-color: #b22126; color: #FFF; border-radius: 4px;">odoo@cybrosys.com</a> |
|
|
|
<a href="mailto:info@cybrosys.com" target="_blank" |
|
|
|
class="btn btn-block deep_hover" |
|
|
|
style="text-decoration: none; background-color: #b22126; color: #FFF; border-radius: 4px;">info@cybrosys.com</a> |
|
|
|
<div class="bg-white shadow px-4 py-3 my-3" style="border-radius: 10px;"> |
|
|
|
<a href="https://www.cybrosys.com/odoo/industries/hotel-management-erp/" target="_blank" class="text-dark" |
|
|
|
style="text-decoration: none;"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-3 no-gutters"> |
|
|
|
<img src="./images/icons/hotel.png"> |
|
|
|
</div> |
|
|
|
b |
|
|
|
<div class="col-lg-9 no-gutters pt-3"> |
|
|
|
<h4 style="font-family: Roboto, 'sans-serif">Hotel Management</h4> |
|
|
|
<p style="font-weight: 300;">An all-inclusive hotel management application |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- End of Right Column --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<!-- End of Our Industries--> |
|
|
|
<!-- Footer Section --> |
|
|
|
<section class="oe_container" style="padding:2rem 3rem 1rem"> |
|
|
|
<div class="row" style="max-width:1540px; margin: 0 auto; "> |
|
|
|
<div class="col-lg-12 mb-4"> |
|
|
|
<h2 style="font-weight:600; text-align:center; margin-bottom:1rem; width:100%">Need Help?</h2> |
|
|
|
<hr |
|
|
|
style="background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-lg-3 shadow mt-2" |
|
|
|
style="padding: 5rem 2rem 2rem; border-radius: 10px; margin-right: 3rem; border-top: 7px solid #546E7A; height: 300px;"> |
|
|
|
<h5 class="font-weight-bold" |
|
|
|
style="font-family: Roboto, 'sans-serif';">Follow Us</h5> |
|
|
|
<p class="mb-4" style="color: #808e9b; font-size: 0.9rem;">Follow us |
|
|
|
on social media for latest |
|
|
|
updates.</p> |
|
|
|
<div class="d-flex justify-content-begin align-items-center"> |
|
|
|
<a href="https://www.facebook.com/cybrosystechnologies" |
|
|
|
target="_blank" |
|
|
|
class="btn mb-2 mr-2 deep_hover d-flex justify-content-center align-items-center" |
|
|
|
style="text-decoration: none; background-color:#3b5998; color: #fff; height: 35px; width: 35px; border-radius: 4px;"><i |
|
|
|
class="fa fa-facebook"></i></a> |
|
|
|
<!-- Contact Cards --> |
|
|
|
<div class="row d-flex justify-content-center align-items-center" style="max-width:1540px; margin: 0 auto;"> |
|
|
|
<div class="col-lg-3 shadow mt-2" |
|
|
|
style="padding: 5rem 2rem 2rem; border-radius: 10px; margin-right: 3rem; border-top: 7px solid #546E7A; height: 300px;"> |
|
|
|
<h5 class="font-weight-bold" style="font-family: Roboto, 'sans-serif';">Visit us</h5> |
|
|
|
<p class="mb-4" style="color: #808e9b; font-size: 0.9rem;">Visit our website for more |
|
|
|
information.</p> |
|
|
|
<a href="https://cybrosys.com" target="_blank" class="btn btn-block mb-2 deep_hover" |
|
|
|
style="text-decoration: none; background-color: #546E7A; color: #FFF; border-radius: 4px;">www.cybrosys.com</a> |
|
|
|
</div> |
|
|
|
|
|
|
|
<a href="https://twitter.com/cybrosys" target="_blank" |
|
|
|
class="btn mb-2 mr-2 deep_hover d-flex justify-content-center align-items-center" |
|
|
|
style="text-decoration: none; background-color:#00acee ; color: #fff ; height: 35px; width: 35px; border-radius: 4px;"><i |
|
|
|
class="fa fa-twitter"></i></a> |
|
|
|
<div class="col-lg-3 shadow mt-2" |
|
|
|
style="padding: 5rem 2rem 2rem; border-radius: 10px; margin-right: 3rem; border-top: 7px solid #b22126; height: 330px;"> |
|
|
|
<h5 class="font-weight-bold" style="font-family: Roboto, 'sans-serif';">Write to us</h5> |
|
|
|
<p class="mb-4" style="color: #808e9b; font-size: 0.9rem;">Do you have any queries regarding our |
|
|
|
products & services? Let us know.</p> |
|
|
|
<a href="mailto:odoo@cybrosys.com" target="_blank" class="btn btn-block mb-2 deep_hover" |
|
|
|
style="text-decoration: none; background-color: #b22126; color: #FFF; border-radius: 4px;">odoo@cybrosys.com</a> |
|
|
|
<a href="mailto:info@cybrosys.com" target="_blank" class="btn btn-block deep_hover" |
|
|
|
style="text-decoration: none; background-color: #b22126; color: #FFF; border-radius: 4px;">info@cybrosys.com</a> |
|
|
|
</div>b |
|
|
|
|
|
|
|
<a href="https://www.youtube.com/channel/UCKjWLm7iCyOYINVspCSanjg" |
|
|
|
target="_blank" |
|
|
|
class="btn mb-2 mr-2 deep_hover d-flex justify-content-center align-items-center" |
|
|
|
style="text-decoration: none; background-color:#FF0000 ; color: #fff ; height: 35px; width: 35px; border-radius: 4px;"><i |
|
|
|
class="fa fa-play"></i></a> |
|
|
|
<a href="https://medium.com/cybrosys" target="_blank" |
|
|
|
class="btn mb-2 deep_hover d-flex justify-content-center align-items-center" |
|
|
|
style="text-decoration: none; background-color:#000 ; color: #fff ; height: 35px; width: 35px; border-radius: 4px;"><i |
|
|
|
class="fa fa-medium"></i></a> |
|
|
|
</div> |
|
|
|
<div class="col-lg-3 shadow mt-2" |
|
|
|
style="padding: 5rem 2rem 2rem; border-radius: 10px; margin-right: 3rem; border-top: 7px solid #546E7A; height: 300px;"> |
|
|
|
<h5 class="font-weight-bold" style="font-family: Roboto, 'sans-serif';">Follow Us</h5> |
|
|
|
<p class="mb-4" style="color: #808e9b; font-size: 0.9rem;">Follow us on social media for latest |
|
|
|
updates.</p> |
|
|
|
<div class="d-flex justify-content-begin align-items-center"> |
|
|
|
<a href="https://www.facebook.com/cybrosystechnologies" target="_blank" |
|
|
|
class="btn mb-2 mr-2 deep_hover d-flex justify-content-center align-items-center" |
|
|
|
style="text-decoration: none; background-color:#3b5998; color: #fff; height: 35px; width: 35px; border-radius: 4px;"><i |
|
|
|
class="fa fa-facebook"></i></a> |
|
|
|
|
|
|
|
</div> |
|
|
|
<!-- End of Contact Cards --> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</div> |
|
|
|
<!-- Footer --> |
|
|
|
<section class="oe_container" style="padding:2rem 3rem 1rem;"> |
|
|
|
<div class="row" |
|
|
|
style="max-width:1540px; margin: 0 auto; margin-right: 3rem; "> |
|
|
|
<!-- Logo --> |
|
|
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" |
|
|
|
style="margin-top: 4rem;"> |
|
|
|
<img src="https://www.cybrosys.com/images/logo.png" width="200px" |
|
|
|
height="auto"/> |
|
|
|
</div> |
|
|
|
<!-- End of Logo --> |
|
|
|
<div class="col-lg-12" style="margin-top: 2rem;"> |
|
|
|
<hr |
|
|
|
style="margin-top: 3rem;background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> |
|
|
|
<!-- End of Footer Section --> |
|
|
|
<a href="https://twitter.com/cybrosys" target="_blank" |
|
|
|
class="btn mb-2 mr-2 deep_hover d-flex justify-content-center align-items-center" |
|
|
|
style="text-decoration: none; background-color:#00acee ; color: #fff ; height: 35px; width: 35px; border-radius: 4px;"><i |
|
|
|
class="fa fa-twitter"></i></a> |
|
|
|
|
|
|
|
<a href="https://www.youtube.com/channel/UCKjWLm7iCyOYINVspCSanjg" target="_blank" |
|
|
|
class="btn mb-2 mr-2 deep_hover d-flex justify-content-center align-items-center" |
|
|
|
style="text-decoration: none; background-color:#FF0000 ; color: #fff ; height: 35px; width: 35px; border-radius: 4px;"><i |
|
|
|
class="fa fa-play"></i></a> |
|
|
|
<a href="https://medium.com/cybrosys" target="_blank" |
|
|
|
class="btn mb-2 deep_hover d-flex justify-content-center align-items-center" |
|
|
|
style="text-decoration: none; background-color:#000 ; color: #fff ; height: 35px; width: 35px; border-radius: 4px;"><i |
|
|
|
class="fa fa-medium"></i></a> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<!-- End of Contact Cards --> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<!-- Footer --> |
|
|
|
<section class="oe_container" style="padding:2rem 3rem 1rem;"> |
|
|
|
<div class="row" style="max-width:1540px; margin: 0 auto; margin-right: 3rem; "> |
|
|
|
<!-- Logo --> |
|
|
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin-top: 4rem;"> |
|
|
|
<img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto" /> |
|
|
|
</div> |
|
|
|
<!-- End of Logo --> |
|
|
|
<div class="col-lg-12" style="margin-top: 2rem;"> |
|
|
|
<hr |
|
|
|
style="margin-top: 3rem;background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(229,229,229,1) 33%, rgba(229,229,229,1) 58%, rgba(0,212,255,0) 100%); height: 2px; border-style: none;"> |
|
|
|
<!-- End of Footer Section --> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
</section> |
|
|
|
|
|
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> |
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js" |
|
|
|
integrity="sha512-wV7Yj1alIZDqZFCUQJy85VN+qvEIly93fIQAN7iqDFCPEucLCeNFz4r35FCo9s6WrpdDQPi80xbljXB8Bjtvcg==" |
|
|
|
crossorigin="anonymous"></script> |
|
|
|
</body> |
|
|
|