-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.php
More file actions
62 lines (55 loc) · 2.32 KB
/
Copy pathabout.php
File metadata and controls
62 lines (55 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html><html lang="en">
<?php include('admin/head.php'); ?>
<?php include('admin/header.php'); ?>
<br><br>
<style>
.about-section {
background-color: #ffffff;
padding: 60px 20px;
max-width: 90%;
margin: 60px auto;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
text-align: center;
}
.about-section h2 {
font-size: 2em;
color: #333;
margin-bottom: 10px;
}
.about-section p {
font-size: 1.1em;
line-height: 1.6;
color: #555;
}
.about-section .content {
max-width: 750px;
margin: 20px auto;
text-align: left;
}
</style>
<div class="about-section">
<h2>About Us</h2>
<div class="content">
<p>Welcome to haqueitsolution.com! We are a dedicated team passionate about delivering quality and excellence in everything we do. With a focus on Web Application Development, we aim to provide our customers with innovative solutions that meet their needs.</p>
<p>Since our founding, we have strived to uphold our values of integrity, commitment, and customer satisfaction. We believe that every interaction counts, and we are constantly evolving to stay ahead in an ever-changing world.</p>
<p>Thank you for choosing us. We look forward to helping you achieve success and making a positive impact together.</p>
</div>
</div>
<?php include('admin/trial.php'); ?>
<?php include('admin/rtl.php'); ?>
<?php include('admin/footer.php'); ?>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/modernizr-3.6.0.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/jquery-ui.min.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/waypoints.js"></script>
<script src="assets/js/nice-select.js"></script>
<script src="assets/js/owl.min.js"></script>
<script src="assets/js/counterup.min.js"></script>
<script src="assets/js/paroller.js"></script>
<script src="assets/js/main.js"></script>
</body></html>