Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /var/www/html/pmb/src/components/ drwxrwxrwx | |
| Viewing file: Select action/file-type: function Partners() {
const style = {
withTitle: {
fontSize: "1.25rem",
fontWeight: 400,
// lineHeight: "1.1em",
color: "#101e1e",
padding: "0 3rem",
textTransform: "uppercase",
// width: "100%",
// textAlign: "center",
// borderBottom: "1px solid #000",
// lineHeight: "0.1em",
// margin: "10px 0 20px",
},
};
return (
<>
<section className="py-4">
<div className="container">
{/* <div className="s-grid_row">
<header className="s-grid__col-xs-12 s-grid__col-md-12 s-grid--no-mb s-block__header--center">
<h2 className="s-logos__title">TRUSTED BY COMPANIES WORLDWIDE</h2>
</header>
</div> */}
<div className="row justify-content-center">
<div className="col-12 text-center">
{/* <div className="title-heading text-center">
<h2 className="partner mr-2 ml-2" style={style.withTitle}>
TRUSTED BY COMPANIES WORLDWIDE
</h2>
</div> */}
<div
style={{
width: "100%",
height: "15px",
borderBottom: "3px solid #eaebee",
textAlign: "center",
}}
>
<span
style={{
fontSize: "1.25rem",
backgroundColor: "#FFFFFF",
padding: "0 10px",
textTransform: "uppercase",
color: "#101e1e",
padding: "0 3rem",
fontWeight: 400,
}}
>
TRUSTED BY COMPANIES WORLDWIDE
</span>
</div>
</div>
</div>
<div
className="row justify-content-center"
style={{
borderBottom: "3px solid #eaebee",
marginRight: "0px",
marginLeft: "0px",
}}
>
<div className="col-lg-2 col-md-2 col-6 text-center py-4">
<img
src="images/logos/logo_novotel.png"
className="avatar avatar-md-sm"
alt=""
/>
</div>
<div className="col-lg-2 col-md-2 col-6 text-center py-4">
<img
src="images/logos/PTCL-Logo.jpg"
className="avatar avatar-md-sm"
alt=""
/>
</div>
<div className="col-lg-2 col-md-2 col-6 text-center py-4">
<img
src="images/logos/Telekom_Malaysia-Logo.wine.png"
className="avatar avatar-md-sm"
alt=""
/>
</div>
<div className="col-lg-2 col-md-2 col-6 text-center py-4">
<img
src="images/logos/Videocon_Telocom_Logo.png"
className="avatar avatar-md-sm"
alt=""
/>
</div>
<div className="col-lg-2 col-md-2 col-6 text-center py-4">
<img
src="images/logos/Vodafone-Logo-2006.jpg"
className="avatar avatar-md-sm"
alt=""
/>
</div>
<div className="col-lg-2 col-md-2 col-6 text-center py-4">
<img
src="images/logos/mollit-ut-vitae-labo_icon.mirtelecom.png"
className="avatar avatar-md-sm"
alt=""
/>
</div>
</div>
</div>
</section>
</>
);
}
export default Partners;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0208 ]-- |