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 Connect() {
const style = {
section: {
padding: "0 0 100px",
position: "relative",
backgroundColor: "#252433",
backgroundImage: `url('images/connect.png')`,
marginBottom: "100px !important",
},
withTitle: {
fontSize: "20px",
fontWeight: 700,
lineHeight: "1.1em",
color: "#E91A2F",
},
title: {
fontSize: "40px",
fontWeight: 800,
lineHeight: "1.1em",
color: "#FFFFFF",
},
};
return (
<>
<section className="overflow-hidden" style={style.section}>
<div className="container">
<div className="p-lg-5 p-4">
<div className="row align-items-end">
<div className="col-md-6">
<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>
Let's Use Our Service.
</h2>
<h2 className="mb-3" style={style.title}>
Check Ability To Connect <br /> Our Services In Your Area.
</h2>
</div>
</div>
<div className="col-md-6 mb-4 pb-4">
<div class="text-center subcribe-form">
<form>
<div class="form-group mb-0">
<input
type="email"
id="email"
name="email"
class="border rounded-pill"
required
placeholder="Email Address"
/>
<button type="submit" class="btn btn-pills btn-danger">
Check Now
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</>
);
}
export default Connect;
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0045 ]-- |