Improve corporate website visual polish
@ -26,43 +26,43 @@ class McsCorporateWebsite(http.Controller):
|
|||||||
"key": "website",
|
"key": "website",
|
||||||
"name": "Website Development",
|
"name": "Website Development",
|
||||||
"summary": "Fast, responsive, SEO-ready websites built around conversion and maintainability.",
|
"summary": "Fast, responsive, SEO-ready websites built around conversion and maintainability.",
|
||||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-1.webp",
|
"image": "/mcs_corporate_website/static/src/img/service-website.webp",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "mobile",
|
"key": "mobile",
|
||||||
"name": "Mobile Application Development",
|
"name": "Mobile Application Development",
|
||||||
"summary": "Reliable mobile and web applications for operational workflows and customer products.",
|
"summary": "Reliable mobile and web applications for operational workflows and customer products.",
|
||||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-2.webp",
|
"image": "/mcs_corporate_website/static/src/img/service-mobile.webp",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "design",
|
"key": "design",
|
||||||
"name": "Graphic Designing",
|
"name": "Graphic Designing",
|
||||||
"summary": "Brand systems, visual campaigns, and assets that make digital experiences consistent.",
|
"summary": "Brand systems, visual campaigns, and assets that make digital experiences consistent.",
|
||||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-3.webp",
|
"image": "/mcs_corporate_website/static/src/img/service-design.webp",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "ux",
|
"key": "ux",
|
||||||
"name": "UI / UX Designing",
|
"name": "UI / UX Designing",
|
||||||
"summary": "Product flows, prototypes, and interfaces designed for clarity and repeated use.",
|
"summary": "Product flows, prototypes, and interfaces designed for clarity and repeated use.",
|
||||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-4.webp",
|
"image": "/mcs_corporate_website/static/src/img/service-ux.webp",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "seo",
|
"key": "seo",
|
||||||
"name": "SEO & Content Writing",
|
"name": "SEO & Content Writing",
|
||||||
"summary": "Technical SEO, search content, and positioning that improves qualified discovery.",
|
"summary": "Technical SEO, search content, and positioning that improves qualified discovery.",
|
||||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-5.webp",
|
"image": "/mcs_corporate_website/static/src/img/service-seo.webp",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "marketing",
|
"key": "marketing",
|
||||||
"name": "Digital Marketing",
|
"name": "Digital Marketing",
|
||||||
"summary": "Campaign strategy, performance tracking, and content programs for measurable growth.",
|
"summary": "Campaign strategy, performance tracking, and content programs for measurable growth.",
|
||||||
"image": "https://metatroncubesolutions.com/assets/images/services/service/img-6.webp",
|
"image": "/mcs_corporate_website/static/src/img/service-marketing.webp",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "erp",
|
"key": "erp",
|
||||||
"name": "ERP Development & Implementation",
|
"name": "ERP Development & Implementation",
|
||||||
"summary": "Custom ERP and Odoo implementation across finance, sales, HR, inventory, and delivery.",
|
"summary": "Custom ERP and Odoo implementation across finance, sales, HR, inventory, and delivery.",
|
||||||
"image": "https://metatroncubesolutions.com/assets/images/services/erp/card-img.webp",
|
"image": "/mcs_corporate_website/static/src/img/service-erp.webp",
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
BIN
addons/mcs_corporate_website/static/src/img/mcs-about.webp
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
addons/mcs_corporate_website/static/src/img/mcs-hero-bg.webp
Normal file
|
After Width: | Height: | Size: 292 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-design.webp
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-erp.webp
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 18 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-mobile.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-seo.webp
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-ux.webp
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
addons/mcs_corporate_website/static/src/img/service-website.webp
Normal file
|
After Width: | Height: | Size: 18 KiB |
@ -102,6 +102,14 @@
|
|||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.o_extra_menu_items,
|
||||||
|
a[data-bs-target="#o_search_modal"],
|
||||||
|
a[href^="tel:+1 555"],
|
||||||
|
.o_no_autohide_item,
|
||||||
|
.btn_cta[href="/contactus"] {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.o_header_hide_on_scroll {
|
.o_header_hide_on_scroll {
|
||||||
background: #071426 !important;
|
background: #071426 !important;
|
||||||
}
|
}
|
||||||
@ -135,8 +143,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: center right;
|
object-position: center;
|
||||||
opacity: 0.86;
|
opacity: 0.72;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
<t t-call="mcs_corporate_website.layout_shell">
|
<t t-call="mcs_corporate_website.layout_shell">
|
||||||
<section class="mcs-hero">
|
<section class="mcs-hero">
|
||||||
<div class="mcs-hero__media">
|
<div class="mcs-hero__media">
|
||||||
<img src="https://metatroncubesolutions.com/assets/images/home/banner/web/centre.webp" alt="Metatroncube digital delivery workspace"/>
|
<img src="/mcs_corporate_website/static/src/img/mcs-hero-bg.webp" alt="Metatroncube digital delivery workspace"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="mcs-hero__content">
|
<div class="mcs-hero__content">
|
||||||
@ -115,7 +115,7 @@
|
|||||||
<section class="mcs-band">
|
<section class="mcs-band">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="mcs-split">
|
<div class="mcs-split">
|
||||||
<img class="mcs-rounded-image" src="https://metatroncubesolutions.com/assets/images/about/about.webp" alt="Metatroncube team and service overview"/>
|
<img class="mcs-rounded-image" src="/mcs_corporate_website/static/src/img/mcs-about.webp" alt="Metatroncube team and service overview"/>
|
||||||
<div>
|
<div>
|
||||||
<h2>What we focus on</h2>
|
<h2>What we focus on</h2>
|
||||||
<p>We help clients move from scattered tools and incomplete digital presence into clear, maintainable systems. The work spans websites, ERP, CRM, design, SEO, and customer engagement.</p>
|
<p>We help clients move from scattered tools and incomplete digital presence into clear, maintainable systems. The work spans websites, ERP, CRM, design, SEO, and customer engagement.</p>
|
||||||
|
|||||||