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 HomeSlider() {
return (
<>
<section className="home-slider position-relative">
<div
id="carouselExampleControls"
className="carousel slide"
data-ride="carousel"
>
<div className="carousel-inner">
<div
className="carousel-item align-items-center active"
style={{ backgroundImage: `url("images/coworking/slider5.jpg")` }}
>
<div className="bg-overlay"></div>
<div className="container">
<div className="row align-items-center mt-5">
<div className="col-lg-7 col-md-7">
<div
className="title-heading mt-4"
// style={{ backgroundColor: "#363333a1" }}
>
<h1 className="title text-white title-dark font-weight-bold mb-3 animated fadeInDownBig animation-delay-1">
PMB GLOBAL
</h1>
<h1 className="display-2 text-white title-dark font-weight-bold mb-3 animated fadeInUpBig animation-delay-3">
Connect the World <br /> With <br /> PMB GLOBAL
</h1>
</div>
</div>
</div>
</div>
</div>
<div
className="carousel-item align-items-center"
style={{ backgroundImage: `url("images/coworking/slider4.jpg")` }}
>
<div className="bg-overlay"></div>
<div className="container">
<div className="row align-items-center mt-5">
<div className="col-lg-7 col-md-7">
<div
className="title-heading mt-4"
// style={{ backgroundColor: "#363333a1" }}
>
<h1 className="title text-white title-dark font-weight-bold mb-3 animated fadeInDownBig animation-delay-1">
PMB GLOBAL
</h1>
<h1 className="display-2 text-white title-dark font-weight-bold mb-3 animated fadeInUpBig animation-delay-3">
Connect the World <br /> With <br /> PMB GLOBAL
</h1>
</div>
</div>
</div>
</div>
</div>
<div
className="carousel-item align-items-center"
style={{ backgroundImage: `url("images/coworking/slider6.jpg")` }}
>
<div className="bg-overlay"></div>
<div className="container">
<div className="row align-items-center mt-5">
<div className="col-lg-7 col-md-7">
<div
className="title-heading mt-4"
// style={{ backgroundColor: "#363333a1" }}
>
<h1 className="title text-white title-dark font-weight-bold mb-3 animated fadeInDownBig animation-delay-1">
PMB GLOBAL
</h1>
<h1 className="display-2 text-white title-dark font-weight-bold mb-3 animated fadeInUpBig animation-delay-3">
Connect the World <br /> With <br /> PMB GLOBAL
</h1>
</div>
</div>
</div>
</div>
</div>
</div>
<a
className="carousel-control-prev"
href="#carouselExampleControls"
role="button"
data-slide="prev"
>
<span
className="carousel-control-prev-icon"
aria-hidden="true"
></span>
<span className="sr-only">Previous</span>
</a>
<a
className="carousel-control-next"
href="#carouselExampleControls"
role="button"
data-slide="next"
>
<span
className="carousel-control-next-icon"
aria-hidden="true"
></span>
<span className="sr-only">Next</span>
</a>
</div>
</section>
</>
);
}
export default HomeSlider;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0044 ]-- |