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 Testimonial() {
const style = {
withTitle: {
fontSize: "20px",
fontWeight: 700,
lineHeight: "1.1em",
color: "#FFFFFF",
},
title: {
fontSize: "40px",
fontWeight: 800,
lineHeight: "1.1em",
color: "#FFFFFF",
},
};
return (
<>
<section
className="bg-half-170 d-table w-100"
style={{
backgroundRepeat: "no-repeat",
backgroundSize: "cover",
backgroundImage: `url('images/BG-.jpg')`,
// backgroundColor: "#000000",
backgroundAttachment: "fixed",
}}
>
<div
className="bg-overlay"
style={{
backgroundColor: "transparent",
backgroundImage:
"linear-gradient(180deg, #323047 40%, #979797 100%)",
opacity: 0.7,
transition: "background 0.3s, border-radius 0.3s, opacity 0.3s",
}}
></div>
<div className="container">
<div className="row justify-content-center">
<div className="col-12 text-center">
<div className="title-heading text-center">
<span
className="mr-2"
style={{
color: "red",
backgroundColor: "#FFFFFF",
borderRadius: "50%",
mozBorderRadius: "50%",
webkitBorderRadius: "50%",
display: "inline-block",
fontWeight: "bold",
lineHeight: "40px",
marginRight: "5px",
textAlign: "center",
width: "40px",
height: "40px",
}}
>
<i className="mdi mdi-lan-connect text-red"></i>
</span>
<h2 style={style.withTitle}>Testimonials</h2>
<h2 style={style.title}>What Our Clients Say</h2>
<p className=" text-white-50">
Launch your campaign and benefit from our expertise on
designing and managing conversion centered bootstrap4 html
page.
</p>
</div>
</div>
</div>
</div>
</section>
<section
className="testimonial"
style={{
paddingBottom: "100px !important",
paddingTop: "100px !important",
}}
>
<div className="container">
<div className="row">
<div className="col-md-4 pr-4">
<div
className="card course-feature text-center overflow-hidden rounded border-0"
style={{
boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
}}
>
<div className="card-body py-5">
<div className="icon">
<img
src="images/icon/insurance.svg"
className="avatar avatar-small"
alt=""
/>
</div>
<h4 className="mt-3">
<a href="javascript:void(0)" className="title text-dark">
{" "}
Unlimited Access
</a>
</h4>
<p className="text-muted">
It is a long established fact that a reader will be of a
page reader will be of a page when looking at its layout.{" "}
</p>
<a
href="javascript:void(0)"
className="text-primary read-more"
>
Read More <i className="mdi mdi-chevron-right"></i>
</a>
<img
src="images/icon/insurance.svg"
className="full-img"
height="300"
alt=""
/>
</div>
</div>
</div>
<div className="col-md-4 pl-4 pr-4">
<div
className="card course-feature text-center overflow-hidden rounded border-0"
style={{
boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
}}
>
<div className="card-body py-5">
<div className="icon">
<img
src="images/icon/graduation-hat.svg"
className="avatar avatar-small"
alt=""
/>
</div>
<h4 className="mt-3">
<a href="javascript:void(0)" className="title text-dark">
{" "}
Our Courses
</a>
</h4>
<p className="text-muted">
It is a long established fact that a reader will be of a
page when reader will be of a page looking at its layout.{" "}
</p>
<a
href="javascript:void(0)"
className="text-primary read-more"
>
Read More <i className="mdi mdi-chevron-right"></i>
</a>
<img
src="images/icon/graduation-hat.svg"
className="full-img"
height="300"
alt=""
/>
</div>
</div>
</div>
<div
className="col-md-4 pl-4"
// style={{
// paddingRight: "50px !important",
// paddingLeft: "50px !important",
// }}
>
<div
className="card course-feature text-center overflow-hidden rounded border-0"
style={{
boxShadow: "0px 0px 10px 0px rgba(0, 0, 0, 0.28)",
}}
>
<div className="card-body py-5">
<div className="icon">
<img
src="images/icon/ai.svg"
className="avatar avatar-small"
alt=""
/>
</div>
<h4 className="mt-3">
<a href="javascript:void(0)" className="title text-dark">
{" "}
Expert Teachers
</a>
</h4>
<p className="text-muted">
It is a long established fact that a reader will be of a
page when reader will be of a page looking at its layout.{" "}
</p>
<a
href="javascript:void(0)"
className="text-primary read-more"
>
Read More <i className="mdi mdi-chevron-right"></i>
</a>
<img
src="images/icon/ai.svg"
className="full-img"
height="300"
alt=""
/>
</div>
</div>
</div>
</div>
</div>
</section>
</>
);
}
export default Testimonial;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0231 ]-- |