ajout img logo et et modif non visible de certaines div
This commit is contained in:
parent
502aa5ba4c
commit
d961118445
|
|
@ -1 +1 @@
|
|||
Subproject commit 8607bbef2b0e3d5fb9a3c2b7c2702d3fc5e912fe
|
||||
Subproject commit 4b5f7b48ac1b01b59597d8347b620c899e9d1d0c
|
||||
|
|
@ -361,4 +361,9 @@ html, body {
|
|||
|
||||
.element {
|
||||
width: 80% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.logo-img {
|
||||
max-width: 400px;
|
||||
height: 60px !important;
|
||||
}
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
<div class="container">
|
||||
<a class="navbar-brand mr-3" href="{$WEB_ROOT}/index.php">
|
||||
{if $assetLogoPath}
|
||||
<img src="{$assetLogoPath}" alt="{$companyname}" class="logo-img">
|
||||
<img src="{$WEB_ROOT}/assets/img/logo-header.svg" alt="{$companyname}" width="200" height="70">
|
||||
{else}
|
||||
{$companyname}
|
||||
{/if}
|
||||
|
|
|
|||
|
|
@ -47,37 +47,46 @@
|
|||
</div>
|
||||
{/if}
|
||||
|
||||
<div class="SAAS ubuntu-light pb-5 pt-5">
|
||||
<div class="SAAS ubuntu-light pb-5 pt-5 pl-2">
|
||||
<div class="p-4">
|
||||
<h6>NOTRE OFFRE DE SERVICES POUR TOUT VOS BESOIN CLOUD</h6>
|
||||
<h4>Nos solution SAAS</h4>
|
||||
<h6 class="SAAS-text font-weight-bold">NOTRE OFFRE DE SERVICES POUR TOUT VOS BESOIN CLOUD</h6>
|
||||
<h4 class="SAAS-text font-weight-bold">Nos solution SAAS</h4>
|
||||
</div>
|
||||
|
||||
<div class="container ">
|
||||
<div class="row pb-5 ml-5">
|
||||
<div class="col">
|
||||
hebergé
|
||||
<div class=" ">
|
||||
<div class="row pb-5 m-0">
|
||||
<div class=" d-flex align-items-center justify-content-center col ">
|
||||
<img src="{$WEB_ROOT}/assets/img/solution-hosting.svg" alt="{$companyname}" width="200" height="70">
|
||||
heberg
|
||||
</div>
|
||||
<div class="col">
|
||||
hebergé
|
||||
<div class="d-flex align-items-center justify-content-center col ">
|
||||
<img src="{$WEB_ROOT}/assets/img/solution-workspace.svg" alt="{$companyname}" width="200" height="70">
|
||||
Messagerie et escpace de travail numérique
|
||||
</div>
|
||||
<div class="col">
|
||||
hebergé
|
||||
<div class=" d-flex align-items-center justify-content-center col ">
|
||||
<img src="{$WEB_ROOT}/assets/img/solution-audit.svg" alt="{$companyname}" width="200" height="70">
|
||||
Conseil et Audit
|
||||
</div>
|
||||
</div>
|
||||
<div class="row ml-5">
|
||||
<div class="col">
|
||||
hebergé
|
||||
</div>
|
||||
<div class="">
|
||||
<div class="row pb-5 m-0">
|
||||
<div class=" d-flex align-items-center justify-content-center col ">
|
||||
<img src="{$WEB_ROOT}/assets/img/solution-backup.svg" alt="{$companyname}" width="200" height="70">
|
||||
Sauvegarde
|
||||
</div>
|
||||
<div class="col">
|
||||
hebergé
|
||||
<div class="d-flex align-items-center justify-content-center col ">
|
||||
<img src="{$WEB_ROOT}/assets/img/solution-security.svg" alt="{$companyname}" width="200" height="70">
|
||||
Expertise informatique et sécurité
|
||||
</div>
|
||||
<div class="col">
|
||||
hebergé
|
||||
<div class=" d-flex align-items-center justify-content-center col ">
|
||||
<img src="{$WEB_ROOT}/assets/img/solution-managed-services.svg" alt="{$companyname}" width="200" height="70">
|
||||
services managés
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<h2 class="text-center m-4">{lang key='howCanWeHelp'}</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -55,8 +55,11 @@
|
|||
{/if}
|
||||
{/foreach}
|
||||
</ul>
|
||||
|
||||
{/if}
|
||||
|
||||
<img src="{$WEB_ROOT}/assets/img/hero.svg" alt="{$companyname}" max-width="1000" height="400">
|
||||
|
||||
<a href="{routePath('domain-pricing')}" class="btn btn-link btn-sm float-right bTarif lato-thin">{lang key='viewAllPricing'}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
</div>
|
||||
<div class="col-lg-6 order-lg-1">
|
||||
<div class="header-content">
|
||||
<img src="{$WEB_ROOT}/assets/img/marketconnect/ox/logo-inv.png" class="logo-img">
|
||||
<img src="{$WEB_ROOT}/templates/green4cloud/img/logo-header.svg" class="logo-img">
|
||||
<h1>{lang key="store.ox.promoHeading"}</h1>
|
||||
<button type="button" class="btn btn-success" onclick="smoothScroll('#oxPricing')">
|
||||
{lang key="store.ox.viewPricing"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue