|
|
@ -1,28 +1,35 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<!--FINAL INDEX UPDATED--> |
|
|
|
<html lang="en" xmlns="http://www.w3.org/1999/html"> |
|
|
|
|
|
|
|
<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>Document</title> |
|
|
|
<link rel="stylesheet" |
|
|
|
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" |
|
|
|
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" |
|
|
|
crossorigin="anonymous"> |
|
|
|
<link rel="stylesheet" |
|
|
|
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css" |
|
|
|
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous"> |
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"> |
|
|
|
<style> |
|
|
|
.nav-tabs li .active{ background-color:#a79822; color: #fff !important;} |
|
|
|
.nav-tabs li .active { |
|
|
|
background-color: #a79822; |
|
|
|
color: #fff !important; |
|
|
|
} |
|
|
|
|
|
|
|
.accordion .card-body { |
|
|
|
background-color: #f0f4f7; |
|
|
|
} |
|
|
|
|
|
|
|
.accordion .fa { |
|
|
|
margin-right: 0.5rem; |
|
|
|
} |
|
|
|
.accordion button, .accordion button:hover, .accordion button:focus{ |
|
|
|
|
|
|
|
.accordion button, |
|
|
|
.accordion button:hover, |
|
|
|
.accordion button:focus { |
|
|
|
text-decoration: none; |
|
|
|
} |
|
|
|
|
|
|
|
.card-header:after { |
|
|
|
content: "\2212"; |
|
|
|
color: #000; |
|
|
@ -32,6 +39,7 @@ |
|
|
|
margin-left: 0px; |
|
|
|
font-size: 18px; |
|
|
|
} |
|
|
|
|
|
|
|
.collapsed:after { |
|
|
|
content: '\002B'; |
|
|
|
} |
|
|
@ -57,8 +65,7 @@ |
|
|
|
<!-- HERO --> |
|
|
|
<div class="container" style="width:84vw"> |
|
|
|
<!--Slide--> |
|
|
|
<div class="row" |
|
|
|
style="padding: 4rem 2.5rem 0 !important; background-color: #fff !important;"> |
|
|
|
<div class="row" style="padding: 4rem 2.5rem 0 !important; background-color: #fff !important;"> |
|
|
|
<div class="col-lg-12 d-flex flex-column align-items-center"> |
|
|
|
<h1 class="text-center text-uppercase" |
|
|
|
style="font-family: Montserrat, 'sans-serif' !important; font-size: 67px !important; color: #5154a5; font-weight: 900 !important;"> |
|
|
@ -77,11 +84,8 @@ |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" |
|
|
|
style="margin: 2rem 0;"> |
|
|
|
<img src="./assets/cybro-odoo.png" width="100%" height="auto" |
|
|
|
style="width:50%;" |
|
|
|
class="img-responsive"> |
|
|
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin: 2rem 0;"> |
|
|
|
<img src="./assets/cybro-odoo.png" width="100%" height="auto" style="width:50%;" class="img-responsive"> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
@ -89,25 +93,19 @@ |
|
|
|
<a href="mailto:odoo@cybrosys.com" target="_blank" |
|
|
|
style="background-color:#5154a5; border-radius:35px; font-family:Montserrat; display:inline-block; padding:7px 33px; border:1px solid #5154a5" |
|
|
|
class="mx-1 mb-2 deep-1 deep_hover"> |
|
|
|
<img class="img" style="width:30px" |
|
|
|
src="assets/icons/support.png"> |
|
|
|
<span class="pl-2" |
|
|
|
style="color:#fff; font-size:16px; vertical-align:middle">Email Us</span> |
|
|
|
<img class="img" style="width:30px" src="assets/icons/support.png"> |
|
|
|
<span class="pl-2" style="color:#fff; font-size:16px; vertical-align:middle">Email Us</span> |
|
|
|
</a> |
|
|
|
<a href="cybroopenerp" target="_blank" |
|
|
|
style="background-color:#7f289b; font-family:Montserrat; display:inline-block; padding:7px 33px; border:1px solid #7f289b; border-radius:35px" |
|
|
|
class="mx-1 mb-2 deep-1 deep_hover"> |
|
|
|
<img class="img" style="width:27px" |
|
|
|
src="assets/icons/skype.png"> |
|
|
|
<span class="pl-2" |
|
|
|
style="color:#fff; font-size:16px; vertical-align:middle">Skype Us</span> |
|
|
|
<img class="img" style="width:27px" src="assets/icons/skype.png"> |
|
|
|
<span class="pl-2" style="color:#fff; font-size:16px; vertical-align:middle">Skype Us</span> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" |
|
|
|
style="margin:2rem 0"> |
|
|
|
<img src="assets/screenshots/hero.gif" width="100%" height="auto" |
|
|
|
class="img-responsive"> |
|
|
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin:2rem 0"> |
|
|
|
<img src="assets/screenshots/hero.gif" width="100%" height="auto" class="img-responsive"> |
|
|
|
</div> |
|
|
|
<!-- END OF slide --> |
|
|
|
|
|
|
@ -122,13 +120,10 @@ |
|
|
|
<div class="col-md-6 col-sm-12 mt32"> |
|
|
|
<div class="container shadow d-flex align-items-center justify-content-center" |
|
|
|
style="border-radius: 5px;padding: 33px 0px;min-height: 180px; margin: 15px auto;"> |
|
|
|
<div class="col-md-3 d-flex align-items-center justify-content-center" |
|
|
|
style="float:left"> |
|
|
|
<img class="img img-responsive" |
|
|
|
src="assets/icons/test-1.png"> |
|
|
|
<div class="col-md-3 d-flex align-items-center justify-content-center" style="float:left"> |
|
|
|
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|
|
|
</div> |
|
|
|
<div class="col-md-9" |
|
|
|
style="padding-left:0; float:left; width:70%"> |
|
|
|
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|
|
|
<h3 class="mt16 mb0" |
|
|
|
style="font-family:Roboto; font-weight:500; font-size:22px; color: #781d96;"> |
|
|
|
Easily Create Dynamic Charts And Tiles</h3> |
|
|
@ -138,13 +133,10 @@ |
|
|
|
<div class="col-md-6 col-sm-12 mt32"> |
|
|
|
<div class="container shadow d-flex align-items-center justify-content-center" |
|
|
|
style="border-radius: 5px;padding: 33px 0px;min-height: 180px; margin: 15px auto;"> |
|
|
|
<div class="col-md-3 d-flex align-items-center justify-content-center" |
|
|
|
style="float:left"> |
|
|
|
<img class="img img-responsive" |
|
|
|
src="assets/icons/test-1.png"> |
|
|
|
<div class="col-md-3 d-flex align-items-center justify-content-center" style="float:left"> |
|
|
|
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|
|
|
</div> |
|
|
|
<div class="col-md-9" |
|
|
|
style="padding-left:0; float:left; width:70%"> |
|
|
|
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|
|
|
<h3 class="mt16 mb0" |
|
|
|
style="font-family:Roboto; font-weight:500; font-size:22px; color: #781d96;"> |
|
|
|
Create A Dynamic Dashboard Menu In Any Model</h3> |
|
|
@ -154,13 +146,10 @@ |
|
|
|
<div class="col-md-6 col-sm-12 mt32"> |
|
|
|
<div class="container shadow d-flex align-items-center justify-content-center" |
|
|
|
style="border-radius: 5px;padding: 33px 0px;min-height: 180px; margin: 15px auto;"> |
|
|
|
<div class="col-md-3 d-flex align-items-center justify-content-center" |
|
|
|
style="float:left"> |
|
|
|
<img class="img img-responsive" |
|
|
|
src="assets/icons/test-1.png"> |
|
|
|
<div class="col-md-3 d-flex align-items-center justify-content-center" style="float:left"> |
|
|
|
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|
|
|
</div> |
|
|
|
<div class="col-md-9" |
|
|
|
style="padding-left:0; float:left; width:70%"> |
|
|
|
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|
|
|
<h3 class="mt16 mb0" |
|
|
|
style="font-family:Roboto; font-weight:500; font-size:22px; color: #781d96;"> |
|
|
|
Charts Can Export Into Image, PDF, XLSX And CSV |
|
|
@ -171,13 +160,10 @@ |
|
|
|
<div class="col-md-6 col-sm-12 mt32"> |
|
|
|
<div class="container shadow d-flex align-items-center justify-content-center" |
|
|
|
style="border-radius: 5px;padding: 33px 0px;min-height: 180px; margin: 15px auto;"> |
|
|
|
<div class="col-md-3 d-flex align-items-center justify-content-center" |
|
|
|
style="float:left"> |
|
|
|
<img class="img img-responsive" |
|
|
|
src="assets/icons/test-1.png"> |
|
|
|
<div class="col-md-3 d-flex align-items-center justify-content-center" style="float:left"> |
|
|
|
<img class="img img-responsive" src="assets/icons/test-1.png"> |
|
|
|
</div> |
|
|
|
<div class="col-md-9" |
|
|
|
style="padding-left:0; float:left; width:70%"> |
|
|
|
<div class="col-md-9" style="padding-left:0; float:left; width:70%"> |
|
|
|
<h3 class="mt16 mb0" |
|
|
|
style="font-family:Roboto; font-weight:500; font-size:22px; color: #781d96;"> |
|
|
|
Edit And Configure Charts And Tiles</h3> |
|
|
@ -198,7 +184,8 @@ |
|
|
|
style="font-family:Montserrat, 'sans-serif' !important; font-size:40px !important; color:#791d97; font-weight:900 !important"> |
|
|
|
<span style="color:#5154a5">Overview</span> |
|
|
|
<sup> |
|
|
|
</sup></h1> |
|
|
|
</sup> |
|
|
|
</h1> |
|
|
|
<p class="my-1 text-center text-uppercase" |
|
|
|
style="letter-spacing:4px !important; color:#74788D !important"> |
|
|
|
Advanced Dynamic Dashboard</p> |
|
|
@ -221,20 +208,17 @@ |
|
|
|
<!-- New section --> |
|
|
|
|
|
|
|
<div class="container" style="width:84vw"> |
|
|
|
<div class="row" |
|
|
|
style="padding: 4rem 2.5rem 0 !important; background-color: #fff !important;"> |
|
|
|
<div class="row" style="padding: 4rem 2.5rem 0 !important; background-color: #fff !important;"> |
|
|
|
<!-- tabs --> |
|
|
|
<div class="col-md-12"> |
|
|
|
<ul role="tablist" |
|
|
|
class="nav nav-tabs justify-content-center d-flex justify-content-center" |
|
|
|
data-tabs="tabs" |
|
|
|
<ul role="tablist" role="tablist" |
|
|
|
class="nav nav-tabs justify-content-center d-flex justify-content-center" data-tabs="tabs" |
|
|
|
style="border:none; background-color:unset; margin:0 auto"> |
|
|
|
|
|
|
|
<li class="nav-item" |
|
|
|
style="border-top-right-radius:10px; border-top-left-radius:10px; background-color:#ffe305; margin-right:10px; border:1px solid #ddd; border-bottom:0"> |
|
|
|
<a href="#Screenshot" data-toggle="tab" |
|
|
|
aria-expanded="true" |
|
|
|
class="show active" |
|
|
|
<a href="#Screenshot" data-bs-toggle="tab" aria-expanded="true" class="show" |
|
|
|
aria-expanded="true" class="show active" |
|
|
|
style="font-family:Roboto; text-transform:uppercase; font-weight:600; font-size:15px; letter-spacing:1px; padding:11px 20px; border-top-left-radius:10px; border-top-right-radius:10px; color:#2b2b2b; border:1px solid transparent"> |
|
|
|
<img src="assets/icons/screenshot.png" |
|
|
|
style="width: 100%; width: 25px; margin-right: 10px;">screenshot |
|
|
@ -247,8 +231,7 @@ |
|
|
|
|
|
|
|
<li class="nav-item" |
|
|
|
style="border-top-right-radius:10px; border-top-left-radius:10px; background-color:#ffe305; margin-right:10px; border:1px solid #ddd; border-bottom:0"> |
|
|
|
<a href="#Features" data-toggle="tab" aria-expanded="true" |
|
|
|
class="show" |
|
|
|
<a href="#Features" data-bs-toggle="tab" aria-expanded="true" class="show" |
|
|
|
style="font-family:Roboto; text-transform:uppercase; font-weight:600; font-size:15px; letter-spacing:1px; padding:11px 20px; border-top-left-radius:10px; border-top-right-radius:10px; color:#2b2b2b; border:1px solid transparent"> |
|
|
|
<img src="assets/icons/feature.png" |
|
|
|
style="width: 100%; width: 25px; margin-right: 10px;">Features |
|
|
@ -261,9 +244,7 @@ |
|
|
|
|
|
|
|
<li class="nav-item" |
|
|
|
style="border-top-right-radius:10px; border-top-left-radius:10px; background-color:#ffe305; margin-right:10px; border:1px solid #ddd; border-bottom:0"> |
|
|
|
<a href="#ReleaseNotes" data-toggle="tab" |
|
|
|
aria-expanded="true" |
|
|
|
class="show" |
|
|
|
<a href="#ReleaseNotes" data-bs-toggle="tab" aria-expanded="true" class="show" |
|
|
|
style="font-family:Roboto; text-transform:uppercase; font-weight:600; font-size:15px; letter-spacing:1px; padding:11px 20px; border-top-left-radius:10px; border-top-right-radius:10px; color:#2b2b2b; border:1px solid transparent"> |
|
|
|
<img src="assets/icons/notes.png" |
|
|
|
style="width: 100%; width: 25px; margin-right: 10px;">Release |
|
|
@ -280,18 +261,16 @@ |
|
|
|
<div class="col-md-12 tab-content ui-front" |
|
|
|
style="border-top-right-radius:15px;border-bottom-right-radius:15px;height:auto;"> |
|
|
|
|
|
|
|
<div class="tab-pane fade active show" id="Screenshot" |
|
|
|
role="tabpanel" |
|
|
|
aria-labelledby="screenshot-1"> |
|
|
|
<div class="row" |
|
|
|
style="padding:4rem 2.5rem 0 !important; background-color:#fff !important"> |
|
|
|
<div class="tab-pane fade active show" id="Screenshot" role="tabpanel" aria-labelledby="screenshot"> |
|
|
|
<div class="row" style="padding:4rem 2.5rem 0 !important; background-color:#fff !important"> |
|
|
|
|
|
|
|
<div class="col-lg-12 d-flex flex-column align-items-center"> |
|
|
|
<h1 class="text-center text-uppercase" |
|
|
|
style="font-family:Montserrat, 'sans-serif' !important; font-size:40px !important; color:#791d97; font-weight:900 !important"> |
|
|
|
<span style="color:#5154a5">Screenshots</span> |
|
|
|
<sup> |
|
|
|
</sup></h1> |
|
|
|
</sup> |
|
|
|
</h1> |
|
|
|
<p class="my-1 text-center text-uppercase" |
|
|
|
style="letter-spacing:4px !important; color:#74788D !important"> |
|
|
|
Advanced Dynamic Dashboard</p> |
|
|
@ -405,7 +384,8 @@ |
|
|
|
Dashboard Menu |
|
|
|
</h3> |
|
|
|
<p style="font-family:Roboto ; color:#280135"> |
|
|
|
You can Add dashboard menu in any module. Add a name for the menu and select the parent menu also |
|
|
|
You can Add dashboard menu in any module. Add a name for the menu and select the parent |
|
|
|
menu also |
|
|
|
</p> |
|
|
|
<div style="margin:2rem"> |
|
|
|
<img src="assets/screenshots/11.png" |
|
|
@ -491,8 +471,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="tab-pane fade " id="Features" role="tabpanel" |
|
|
|
aria-labelledby="features-1"> |
|
|
|
<div class="tab-pane fade " id="Features" role="tabpanel" aria-labelledby="features"> |
|
|
|
|
|
|
|
<section class="oe_container pt16 mt16 pb-5"> |
|
|
|
<div class="row "> |
|
|
@ -506,7 +485,8 @@ |
|
|
|
style="font-family:Montserrat, 'sans-serif' !important; font-size:40px !important; color:#791d97; font-weight:900 !important"> |
|
|
|
<span style="color:#5154a5">FEATURES </span> |
|
|
|
<sup> |
|
|
|
</sup></h1> |
|
|
|
</sup> |
|
|
|
</h1> |
|
|
|
<p class="my-1 text-center text-uppercase" |
|
|
|
style="letter-spacing:4px !important; color:#74788D !important"> |
|
|
|
Comprehensive Features of ADVANCED DYNAMIC DASHBOARD</p> |
|
|
@ -514,8 +494,7 @@ |
|
|
|
|
|
|
|
<div class="row"> |
|
|
|
|
|
|
|
<div class="col-md-4 col-sm-6 mt48" |
|
|
|
style="padding-bottom: 10px"> |
|
|
|
<div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px"> |
|
|
|
<div class="bg-white shadow card" |
|
|
|
style="border-radius:10px; padding:5px; height: 100%"> |
|
|
|
<div class="text-center d-flex align-items-center card-body" |
|
|
@ -535,8 +514,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-4 col-sm-6 mt48" |
|
|
|
style="padding-bottom: 10px"> |
|
|
|
<div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px"> |
|
|
|
<div class="bg-white shadow card" |
|
|
|
style="border-radius:10px; padding:5px; height: 100%"> |
|
|
|
<div class="text-center d-flex align-items-center card-body" |
|
|
@ -556,8 +534,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-4 col-sm-6 mt48" |
|
|
|
style="padding-bottom: 10px"> |
|
|
|
<div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px"> |
|
|
|
<div class="bg-white shadow card" |
|
|
|
style="border-radius:10px; padding:5px; height: 100%"> |
|
|
|
<div class="text-center d-flex align-items-center card-body" |
|
|
@ -577,8 +554,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-4 col-sm-6 mt48" |
|
|
|
style="padding-bottom: 10px"> |
|
|
|
<div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px"> |
|
|
|
<div class="bg-white shadow card" |
|
|
|
style="border-radius:10px; padding:5px; height: 100%"> |
|
|
|
<div class="text-center d-flex align-items-center card-body" |
|
|
@ -598,8 +574,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-4 col-sm-6 mt48" |
|
|
|
style="padding-bottom: 10px"> |
|
|
|
<div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px"> |
|
|
|
<div class="bg-white shadow card" |
|
|
|
style="border-radius:10px; padding:5px; height: 100%"> |
|
|
|
<div class="text-center d-flex align-items-center card-body" |
|
|
@ -619,8 +594,7 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="col-md-4 col-sm-6 mt48" |
|
|
|
style="padding-bottom: 10px"> |
|
|
|
<div class="col-md-4 col-sm-6 mt48" style="padding-bottom: 10px"> |
|
|
|
<div class="bg-white shadow card" |
|
|
|
style="border-radius:10px; padding:5px; height: 100%"> |
|
|
|
<div class="text-center d-flex align-items-center card-body" |
|
|
@ -645,16 +619,15 @@ |
|
|
|
</section> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="tab-pane fade " id="ReleaseNotes" role="tabpanel" |
|
|
|
aria-labelledby="video-1"> |
|
|
|
<div class="row" |
|
|
|
style="padding:4rem 2.5rem 0 !important; background-color:#fff !important"> |
|
|
|
<div class="tab-pane fade " id="ReleaseNotes" role="tabpanel" aria-labelledby="video-1"> |
|
|
|
<div class="row" style="padding:4rem 2.5rem 0 !important; background-color:#fff !important"> |
|
|
|
<div class="col-lg-12 d-flex flex-column align-items-center"> |
|
|
|
<h1 class="text-center text-uppercase" |
|
|
|
style="font-family:Montserrat, 'sans-serif' !important; font-size:40px !important; color:#791d97; font-weight:900 !important"> |
|
|
|
<span style="color:#5154a5">RELEASE NOTES</span> |
|
|
|
<sup> |
|
|
|
</sup></h1> |
|
|
|
</sup> |
|
|
|
</h1> |
|
|
|
</div> |
|
|
|
<div class="tab-pane w-100"> |
|
|
|
<section class="oe_container mt48"> |
|
|
@ -662,8 +635,8 @@ |
|
|
|
|
|
|
|
<div class="relese-note w-100 pt-3 pb-2 pl-3 mb-4 pr-3 float-left" |
|
|
|
style="border:1px solid #ccc; box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);"> |
|
|
|
<p><b> Version 17.0.1 I<span |
|
|
|
style="color:#3363c1; font-size: 14px;"> Released on : 18th May 2024</span></b> |
|
|
|
<p><b> Version 17.0.1 I<span style="color:#3363c1; font-size: 14px;"> Released |
|
|
|
on : 18th May 2024</span></b> |
|
|
|
</p> |
|
|
|
<p> Initial commit for |
|
|
|
advanced_dynamic_dashboard </p> |
|
|
@ -695,71 +668,57 @@ |
|
|
|
<!-- The slideshow --> |
|
|
|
<div class="carousel-inner" style="padding:30px"> |
|
|
|
<div class="carousel-item" style="min-height:198.656px"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/base_accounting_kit/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius:0px" |
|
|
|
<img class="img img-responsive center-block" style="border-radius:0px" |
|
|
|
src="assets/modules/1.gif"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/employee_dynamic_fields/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius:0px" |
|
|
|
<img class="img img-responsive center-block" style="border-radius:0px" |
|
|
|
src="assets/modules/2.jpg"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/product_barcode/" |
|
|
|
target="_blank"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/product_barcode/" target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius:0px" |
|
|
|
<img class="img img-responsive center-block" style="border-radius:0px" |
|
|
|
src="assets/modules/5.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="carousel-item active" |
|
|
|
style="min-height:198.656px"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<div class="carousel-item active" style="min-height:198.656px"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/invoice_format_editor/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius:0px" |
|
|
|
<img class="img img-responsive center-block" style="border-radius:0px" |
|
|
|
src="assets/modules/3.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/login_user_detail/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius:0px" |
|
|
|
<img class="img img-responsive center-block" style="border-radius:0px" |
|
|
|
src="assets/modules/4.png"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" |
|
|
|
style="float:left"> |
|
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float:left"> |
|
|
|
<a href="https://apps.odoo.com/apps/modules/17.0/whatsapp_redirect/" |
|
|
|
target="_blank"> |
|
|
|
<div style="border-radius:10px"> |
|
|
|
<img class="img img-responsive center-block" |
|
|
|
style="border-radius:0px" |
|
|
|
<img class="img img-responsive center-block" style="border-radius:0px" |
|
|
|
src="assets/modules/6.jpg"> |
|
|
|
</div> |
|
|
|
</a> |
|
|
@ -767,16 +726,13 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<!-- Left and right controls --> |
|
|
|
<a class="carousel-control-prev" href="#demo1" |
|
|
|
data-slide="prev" |
|
|
|
style="width:35px; color:#000"> <span |
|
|
|
class="carousel-control-prev-icon"><i |
|
|
|
class="fa fa-chevron-left" |
|
|
|
<a class="carousel-control-prev" href="#demo1" data-slide="prev" style="width:35px; color:#000"> |
|
|
|
<span class="carousel-control-prev-icon"><i class="fa fa-chevron-left" |
|
|
|
style="font-size:24px"></i></span> |
|
|
|
</a> <a class="carousel-control-next" href="#demo1" data-slide="next" |
|
|
|
style="width:35px; color:#000"> |
|
|
|
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right" |
|
|
|
style="font-size:24px"></i></span> |
|
|
|
</a> <a class="carousel-control-next" href="#demo1" |
|
|
|
data-slide="next" style="width:35px; color:#000"> |
|
|
|
<span class="carousel-control-next-icon"><i |
|
|
|
class="fa fa-chevron-right" style="font-size:24px"></i></span> |
|
|
|
</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -786,14 +742,12 @@ |
|
|
|
|
|
|
|
<section> |
|
|
|
|
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="border-bottom:2px solid #714B67; padding:15px 0px"> |
|
|
|
<div class="d-flex align-items-center" style="border-bottom:2px solid #714B67; padding:15px 0px"> |
|
|
|
<div class="d-flex justify-content-center align-items-center mr-2" |
|
|
|
style="background-color:#F5F5F5; border-radius:0px; width:40px; height:40px"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/16.0/export_stockinfo_xls/assets/misc/star.png?aedef96"> |
|
|
|
</div> |
|
|
|
<h2 class="mt-2" |
|
|
|
style="font-family:'Montserrat', sans-serif; font-size:24px; font-weight:bold"> |
|
|
|
<h2 class="mt-2" style="font-family:'Montserrat', sans-serif; font-size:24px; font-weight:bold"> |
|
|
|
Our Services |
|
|
|
</h2> |
|
|
|
</div> |
|
|
@ -911,14 +865,16 @@ |
|
|
|
<div class="row"> |
|
|
|
<div class="col-lg-12 d-flex flex-column justify-content-center align-items-center"> |
|
|
|
<h2 style="color:#212529 !important">Our Industries</h2> |
|
|
|
<hr style="border:3px solid #714B67 !important; background-color:#714B67 !important; width:80px !important; margin-bottom:2rem !important"> |
|
|
|
<hr |
|
|
|
style="border:3px solid #714B67 !important; background-color:#714B67 !important; width:80px !important; margin-bottom:2rem !important"> |
|
|
|
</div> |
|
|
|
<div class="col-lg-3"> |
|
|
|
<div class="my-4 d-flex flex-column justify-content-center" |
|
|
|
style="background-color:#f6f8f9 !important; border-radius:10px; padding:2rem !important; height:250px !important"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/trading-black.png?2d98612" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
<h5 |
|
|
|
style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
Trading |
|
|
|
</h5> |
|
|
|
<p style="font-family:Montserrat, sans-serif !important; font-size:0.9rem !important"> |
|
|
@ -932,7 +888,8 @@ |
|
|
|
style="background-color:#f6f8f9 !important; border-radius:10px; padding:2rem !important; height:250px !important"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/pos-black.png?2d98612" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
<h5 |
|
|
|
style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
POS |
|
|
|
</h5> |
|
|
|
<p style="font-family:Montserrat, sans-serif !important; font-size:0.9rem !important"> |
|
|
@ -946,7 +903,8 @@ |
|
|
|
style="background-color:#f6f8f9 !important; border-radius:10px; padding:2rem !important; height:250px !important"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/education-black.png?2d98612" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
<h5 |
|
|
|
style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
Education |
|
|
|
</h5> |
|
|
|
<p style="font-family:Montserrat, sans-serif !important; font-size:0.9rem !important"> |
|
|
@ -959,7 +917,8 @@ |
|
|
|
style="background-color:#f6f8f9 !important; border-radius:10px; padding:2rem !important; height:250px !important"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/manufacturing-black.png?2d98612" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
<h5 |
|
|
|
style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
Manufacturing |
|
|
|
</h5> |
|
|
|
<p style="font-family:Montserrat, sans-serif !important; font-size:0.9rem !important"> |
|
|
@ -972,7 +931,8 @@ |
|
|
|
style="background-color:#f6f8f9 !important; border-radius:10px; padding:2rem !important; height:250px !important"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/ecom-black.png?2d98612" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
<h5 |
|
|
|
style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
E-commerce & Website |
|
|
|
</h5> |
|
|
|
<p style="font-family:Montserrat, sans-serif !important; font-size:0.9rem !important"> |
|
|
@ -986,7 +946,8 @@ |
|
|
|
style="background-color:#f6f8f9 !important; border-radius:10px; padding:2rem !important; height:250px !important"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/service-black.png?2d98612" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
<h5 |
|
|
|
style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
Service Management |
|
|
|
</h5> |
|
|
|
<p style="font-family:Montserrat, sans-serif !important; font-size:0.9rem !important"> |
|
|
@ -999,7 +960,8 @@ |
|
|
|
style="background-color:#f6f8f9 !important; border-radius:10px; padding:2rem !important; height:250px !important"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/restaurant-black.png?2d98612" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
<h5 |
|
|
|
style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
Restaurant |
|
|
|
</h5> |
|
|
|
<p style="font-family:Montserrat, sans-serif !important; font-size:0.9rem !important"> |
|
|
@ -1012,7 +974,8 @@ |
|
|
|
style="background-color:#f6f8f9 !important; border-radius:10px; padding:2rem !important; height:250px !important"> |
|
|
|
<img src="//apps.odoocdn.com/apps/assets/15.0/combo_product_pos/assets/icons/hotel-black.png?2d98612" |
|
|
|
class="img-responsive mb-3" height="48px" width="48px"> |
|
|
|
<h5 style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
<h5 |
|
|
|
style="font-family:Montserrat, sans-serif !important; color:#000 !important; font-weight:bold"> |
|
|
|
Hotel Management |
|
|
|
</h5> |
|
|
|
<p style="font-family:Montserrat, sans-serif !important; font-size:0.9rem !important"> |
|
|
@ -1036,13 +999,10 @@ |
|
|
|
<hr> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12 col-md-4"> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="background-color:#F6F8F9; padding:22px"> |
|
|
|
<div class="d-flex align-items-center" style="background-color:#F6F8F9; padding:22px"> |
|
|
|
<div class="mr-4 d-flex justify-content-center align-items-center" |
|
|
|
style="background-color:#714B67; height:70px; width:70px"> |
|
|
|
<img src="assets/icons/support.png" height="48" |
|
|
|
width="48" |
|
|
|
style="width:42px; height:42px"> |
|
|
|
<img src="assets/icons/support.png" height="48" width="48" style="width:42px; height:42px"> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4>Need Help?</h4> |
|
|
@ -1057,13 +1017,10 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-sm-12 col-md-4"> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="background-color:#F6F8F9; padding:30px"> |
|
|
|
<div class="d-flex align-items-center" style="background-color:#F6F8F9; padding:30px"> |
|
|
|
<div class="mr-4 d-flex justify-content-center align-items-center" |
|
|
|
style="background-color:#2AC44D; height:70px; width:70px"> |
|
|
|
<img src="assets/icons/whatsapp.png" height="52" |
|
|
|
width="52" |
|
|
|
style="width:52px; height:52px"> |
|
|
|
<img src="assets/icons/whatsapp.png" height="52" width="52" style="width:52px; height:52px"> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4>WhatsApp</h4> |
|
|
@ -1080,18 +1037,17 @@ |
|
|
|
|
|
|
|
|
|
|
|
<div class="col-sm-12 col-md-4"> |
|
|
|
<div class="d-flex align-items-center" |
|
|
|
style="background-color:#F6F8F9; padding:30px"> |
|
|
|
<div class="d-flex align-items-center" style="background-color:#F6F8F9; padding:30px"> |
|
|
|
<div class="mr-4 d-flex justify-content-center align-items-center" |
|
|
|
style="background-color:#03a9f4; height:70px; width:70px"> |
|
|
|
<img src="assets/icons/skype.png" height="52" width="52" |
|
|
|
style="width:52px; height:52px"> |
|
|
|
<img src="assets/icons/skype.png" height="52" width="52" style="width:52px; height:52px"> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<h4>Skype</h4> |
|
|
|
<p style="line-height:100%">Say hi to us on Skype!</p> |
|
|
|
<span href="cybroopenerp"> |
|
|
|
<p style="font-weight:400; font-size:18px; line-height:80%; color:#714B67">cybroopenerp</p> |
|
|
|
<p style="font-weight:400; font-size:18px; line-height:80%; color:#714B67">cybroopenerp |
|
|
|
</p> |
|
|
|
</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -1102,15 +1058,11 @@ |
|
|
|
|
|
|
|
</div> |
|
|
|
<!-- Footer --> |
|
|
|
<section class="oe_container" |
|
|
|
style="padding: 2rem 3rem 1rem; background-color: #fff !important;"> |
|
|
|
<div class="row" |
|
|
|
style="max-width:1540px; margin: 0 auto; margin-right: 3rem; "> |
|
|
|
<section class="oe_container" style="padding: 2rem 3rem 1rem; background-color: #fff !important;"> |
|
|
|
<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: 3rem;"> |
|
|
|
<img src="https://www.cybrosys.com/images/logo.png" |
|
|
|
width="200px" height="auto"/> |
|
|
|
<div class="col-lg-12 d-flex justify-content-center align-items-center" style="margin-top: 3rem;"> |
|
|
|
<img src="https://www.cybrosys.com/images/logo.png" width="200px" height="auto" /> |
|
|
|
</div> |
|
|
|
<!-- End of Logo --> |
|
|
|
</div> |
|
|
@ -1126,4 +1078,5 @@ |
|
|
|
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct" |
|
|
|
crossorigin="anonymous"></script> |
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |