community_themes/muk_web_dialog/static/description/index.html

155 lines
5.3 KiB
HTML

<section class="oe_container">
<div class="oe_row oe_spaced">
<h2 class="oe_slogan">MuK Dialog</h2>
<h3 class="oe_slogan mb-0">Adds options for the dialogs</h3>
<img src="logo.png" style="width: 150px;" class="mx-auto center-block">
<h4 class="oe_slogan mt-0" style="font-size: 23px">MuK IT GmbH - www.mukit.at</h4>
<div class="mb-4" style="text-align: center;">
<span
class="btn btn-sm mb-2"
style="font-size:14px; font-weight:500; background-color:#243742; color:#fff; cursor:default;"
>
<i class="fa fa-check"></i> Community
</span>
<span
class="btn btn-sm mb-2"
style="font-size:14px; font-weight:500; background-color:#5D8DA8; color:#fff; cursor:default;"
>
<i class="fa fa-check me-1"></i> Enterprise
</span>
</div>
<div class="oe_demo oe_screenshot"
style="max-width: 84%; margin: 16px 8%">
<img src="screenshot.png">
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="text-justify" style="max-width: 84%; margin: 16px 8%;">
<h3 class="oe_slogan">Overview</h3>
<p class="oe_mt32">
This module adds an option to dialogs to expand it to full screen mode.
Each user can the initial state of the dialogs in their preferences.
Especially when searching for data records from Many2one fields, it
can be helpful to have more space available for the columns to be displayed.
</p>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="text-justify" style="max-width:84%; margin:16px 8%">
<h3 class="oe_slogan">User Settings</h3>
<p>
Each user can individually set whether the dialogues are minimised or
maximised at the start. However, it is always possible to change the
size directly in the dialogue.
</p>
<div class="oe_demo oe_screenshot mt16">
<img src="screenshot_user.png">
</div>
</div>
</div>
</section>
<section
class="oe_container oe_dark d-flex justify-content-around align-items-lg-center flex-column flex-lg-row">
<div class="d-flex flex-column m-3 ms-lg-4">
<h3 class="oe_slogan mb-3 mt-3 text-left">
<i class="fa fa-comments mr8"></i>Want more?
</h3>
<p>
Are you having troubles with your Odoo integration? Or do you feel
your system lacks of essential features? <br>If your answer is <b>YES</b>
to one of the above questions, feel free to contact us at anytime
with your inquiry. <br>We are looking forward to discuss your
needs and plan the next steps with you. <br>
</p>
</div>
<div
class="oe_slogan d-flex flex-column ms-1 me-1 ms-lg-4 me-lg-4 flex-grow-1">
<a class="btn btn-primary btn-lg m-3"
href="mailto:sale@mukit.at?subject=Request%20Quote%3A%20MuK%20Dialog"
style="font-size: 1.2rem; position: relative; overflow: hidden;">
<i class="fa fa-envelope me-1"></i>REQUEST QUOTE
</a>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<h3 class="oe_slogan">Our Services</h3>
<div class="d-flex justify-content-between">
<div>
<div>
<div style="width: 75px; height: 75px; border-radius: 100%; margin: auto">
<img src="/service_development.png" style="width: 100%; border-radius: 100%">
</div>
<h3
class="oe_slogan"
style="text-align: center; font-size: 14px; width: 100%; margin: 0; margin-top: 5px; color: #000 !important; opacity: 1 !important; line-height: 17px"
>
Odoo <br>Development
</h3>
</div>
</div>
<div>
<div>
<div style="width: 75px; height: 75px; border-radius: 100%; margin: auto">
<img src="/service_integration.png" style="width: 100%; border-radius: 100%">
</div>
<h3
class="oe_slogan"
style="text-align: center; font-size: 14px; width: 100%; margin: 0; margin-top: 5px; color: #000 !important; opacity: 1 !important; line-height: 17px"
>
Odoo <br>Integration
</h3>
</div>
</div>
<div>
<div>
<div style="width: 75px; height: 75px; border-radius: 100%; margin: auto">
<img src="/service_infrastructure.png" style="width: 100%; border-radius: 100%">
</div>
<h3
class="oe_slogan"
style="text-align: center; font-size: 14px; width: 100%; margin: 0; margin-top: 5px; color: #000 !important; opacity: 1 !important; line-height: 17px"
>
Odoo <br>Infrastructure
</h3>
</div>
</div>
<div>
<div>
<div style="width: 75px; height: 75px; border-radius: 100%; margin: auto">
<img src="/service_training.png" style="width: 100%; border-radius: 100%">
</div>
<h3
class="oe_slogan"
style="text-align: center; font-size: 14px; width: 100%; margin: 0; margin-top: 5px; color: #000 !important; opacity: 1 !important; line-height: 17px"
>
Odoo <br>Training
</h3>
</div>
</div>
<div>
<div>
<div style="width: 75px; height: 75px; border-radius: 100%; margin: auto">
<img src="/service_support.png" style="width: 100%; border-radius: 100%">
</div>
<h3
class="oe_slogan"
style="text-align: center; font-size: 14px; width: 100%; margin: 0; margin-top: 5px; color: #000 !important; opacity: 1 !important; line-height: 17px"
>
Odoo <br>Support
</h3>
</div>
</div>
</div>
</div>
</section>