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/service/ drwxrwxrwx | |
| Viewing file: Select action/file-type: function Connect() {
const style = {
withTitle: {
fontSize: "20px",
fontWeight: 700,
lineHeight: "1.1em",
color: "#E91A2F",
},
title: {
fontSize: "40px",
fontWeight: 800,
lineHeight: "1.1em",
color: "#343940",
},
};
return (
<>
<section className="section" style={{ marginBottom: "50px" }}>
<div className="container">
<div className="row align-items-center">
<div className="col-lg-6 col-md-6">
<div className="">
<div class="section-title mb-4 pb-2">
<h2 className="" 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-newspaper-variant-outline text-white"></i>
</span>
ABOUT EVERNET
</h2>
<h2 className="title mb-4" style={style.title}>
Feasible High-Speed And Broadband Connection
</h2>
<p class="text-muted para-desc">
Start working with{" "}
<span class="text-danger font-weight-bold">PMB</span> that
can provide everything you need to generate awareness, drive
traffic, connect.
</p>
</div>
<div className="progress-box">
<h6 className="title text-muted">Full Network Visibility</h6>
<div className="progress">
<div
className="progress-bar position-relative bg-danger"
style={{ width: "84%" }}
>
<div className="progress-value d-block text-muted h6">
84%
</div>
</div>
</div>
</div>
<div className="progress-box mt-4">
<h6 className="title text-muted">Successful Contracts</h6>
<div className="progress">
<div
className="progress-bar position-relative bg-danger"
style={{ width: "75%" }}
>
<div className="progress-value d-block text-muted h6">
75%
</div>
</div>
</div>
</div>
<div className="progress-box mt-4">
<h6 className="title text-muted">Resilient Connectivity</h6>
<div className="progress">
<div
className="progress-bar position-relative bg-danger"
style={{ width: "90%" }}
>
<div className="progress-value d-block text-muted h6">
79%
</div>
</div>
</div>
</div>
<div className="progress-box mt-4">
<h6 className="title text-muted">Fiber Optics</h6>
<div className="progress">
<div
className="progress-bar position-relative bg-danger"
style={{ width: "84%" }}
>
<div className="progress-value d-block text-muted h6">
95%
</div>
</div>
</div>
</div>
</div>
</div>
<div className="col-lg-5 col-md-5 ml-4 mt-4 pt-2">
<img
src="images/illustrator/services.svg"
className="image-fluid"
alt=""
/>
</div>
</div>
</div>
</section>
</>
);
}
export default Connect;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0052 ]-- |