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/about/ drwxrwxrwx | |
| Viewing file: Select action/file-type: function Connectivity() {
const style = {
section: {
marginTop: "100px",
padding: "100px 0",
position: "relative",
backgroundColor: "#252433",
backgroundImage: `url('images/contact/server.jpg')`,
},
withTitle: {
fontSize: "20px",
fontWeight: 700,
lineHeight: "1.1em",
color: "#E91A2F",
},
title: {
fontSize: "40px",
fontWeight: 800,
lineHeight: "1.1em",
color: "#FFFFFF",
},
};
return (
<>
<section style={style.section}>
<div className="bg-overlay"></div>
<div className="container">
<div className="p-lg-5 p-4">
<div className="row">
<div className="col-md-6">
<div className="app-subscribe">
<img
src="images/contact/com.jpg"
className="img-fluid rounded"
alt=""
/>
</div>
<div className="row pt-4" id="counter">
<div className="col-md-4 col-4">
<div className="counter-box">
<h2 className="mb-0 text-white title-dark mt-2">
<span className="counter-value" data-count="25">
3
</span>
K
</h2>
<h6 className="counter-head title-dark text-light">
Students
</h6>
</div>
</div>
<div className="col-md-4 col-4">
<div className="counter-box">
<h2 className="mb-0 text-white title-dark mt-2">
<span className="counter-value" data-count="70">
1
</span>
+
</h2>
<h6 className="counter-head title-dark text-light">
Courses
</h6>
</div>
</div>
<div className="col-md-4 col-4">
<div className="counter-box">
<h2 className="mb-0 text-white title-dark mt-2">
<span className="counter-value" data-count="55">
0
</span>
+
</h2>
<h6 className="counter-head title-dark text-light">
Instructors
</h6>
</div>
</div>
</div>
</div>
<div className="col-md-5 mb-4 pb-4 ml-md-4 pl-md-4">
<div className="section-title text-md-left text-center">
<h2 className=" mb-2" style={style.withTitle}>
<span
className="mr-2"
style={{
color: "#FFFFFF",
backgroundColor: "#E91A2F",
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-map-marker-multiple text-white"></i>
</span>
Who We Are
</h2>
<h2 className="mb-3" style={style.title}>
We Help The Best Connectivity Across The Whole World
</h2>
<p className="text-white para-desc">
Start working with{" "}
<span className="text-danger font-weight-bold">PMB</span>{" "}
that can provide everything you need to generate awareness,
drive traffic, connect.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</>
);
}
export default Connectivity;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0298 ]-- |