-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
93 lines (77 loc) · 2.83 KB
/
about.php
File metadata and controls
93 lines (77 loc) · 2.83 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>About Us</title>
<?php include_once'inc/head.php';?>
</head>
<body>
<!----------- Navigation-Bar ----------->
<?php include_once 'inc/nav.php'; ?>
<!---------- Navigation-Bar ---------->
<section id="about-page">
<div class="container">
<div class="row">
<div class="col-md-6 text-center">
<div class="images">
<img src="img/ceo.jpg" class="img img-responsive img-fluid" width="65%" height="100%" alt="CEO">
<h2>Chief Executive</h2>
<img src="img/headoffice.jpg" class="img img-responsive img-fluid" width="80%" height="100%"alt="Head Office">
<h2>Head Office</h2>
</div>
</div>
<div class="col-md-6">
<div class="about-text">
<h1 class="text-center">ABOUT US</h1>
<div class="pull-left">
<p>Bismillah Fabrics is Manufacturer and Exporter in textile fabrics, our aim is to ensure high quality with customer satisfaction, our strategy lies in effective and efficient execution of client's orders.</p>
<ol>
<li>
<h3>History</h3>
<p>Under the directions of Haleem Akhtar Cheif Executive, We are experts in producing woven fabrics and export all type of pocketing,lining,in socks,bedsheets and flannel fabrics since 1994. Textile is our family business last 1971. We do not compromize with the quality and deleiver the order to our customers as we said in first day.</p>
</li>
<li>
<h3>Our Vision</h3>
<p>The vision of our company is to maintain our high quality and fulfulling our customer's needs at every level with new innovation and latest technology.</p>
</li>
<li>
<h3>Memberships</h3>
<p>Bismillah Fabrics is an active member of various business associations including Faisalabad Chamber of Commerce and Pakistan Textile Exporters Association.</p>
</li>
</ol>
</div>
<a href="contact-page.php">
<button id="sbmt" type="submit" class="btn btn-primary">SUBSCRIBE & FOLLOW</button>
</a>
<div class="icons text-center">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
<a href="#">
<i class="fa fa-whatsapp"></i>
</a>
<a href="#">
<i class="fa fa-linkedin"></i>
</a>
<a href="#">
<i class="fa fa-twitter"></i>
</a>
<a href="#">
<i class="fa fa-instagram"></i>
</a>
<a href="#">
<i class="fa fa-youtube"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------- FOOTER ------------->
<?php include_once'inc/footer.php';?>
<!------------- FOOTER ------------->
<!--------- SCRIPT SECTION --------->
<?php include_once'inc/script-tags.php';?>
</body>
</html>
<i class="fas fa-chevron-up" __cpp="1"></i>