-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.php
290 lines (257 loc) · 14.2 KB
/
aboutus.php
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<?php
session_start();
if(isset($_SESSION["uemail"])){
// add condition no needed
}else{
echo "Check Your Credentials";
header('location:index.php');
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="images/icons/favicon.ico"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="about.css">
</head>
<body>
<!-- header contains menu -->
<header>
<?php
include_once('functions.php');
menu("Home","Profile","Storage","Inventory","About us");
?>
</header>
<!-- header img -->
<div class="container-fluid bg">
<!-- page title -->
<h1 class="fh1 text-center text-white btn-light badge badge-pill fa-2x">ABOUT US</h1>
</div>
<!-- Aboutus -->
<section class="container-fluid">
<H1 class="text-center">
<hr class="uhr"> OUR SERVICES
<hr class="uhr">
</H1>
<div class="row">
<div class="col-md-4 text-center">
<i class=" fa fa-ioxhost fa-4x mb-3 btn btn-outline-dark border-0 p-4"></i>
<h5>WEB HOSTING</h5>
<p>We provide a wide Range of Web Hosting Plans, from Basic to Pro as per the need of our Clients</p>
<a class="btn btn-outline-primary badge-pill mb-2 text-decoration-none" href="services.html">Read More</a>
</div>
<div class=" col-md-4 text-center">
<I class=" fa fa-database fa-4x mb-3 btn btn-outline-dark border-0 p-4"></I>
<h5>DATABASE MANAGEMENT</h5>
<p>We keep your data secure using various Secure Algorithms, We Understand & Maintain your confidentiality.</p>
<a class="btn btn-outline-primary badge-pill mb-2 text-decoration-none" href="services.html">Read More</a>
<br>
<br>
</div>
<div class=" col-md-4 text-center">
<I class=" fa fa-delicious fa-4x mb-3 btn btn-outline-dark border-0 p-4"></I>
<h5>SOFTWARE DEVELOPMENT</h5>
<p>We also provide Software Solutions, We Deals with all kind of software Development</p>
<a class="btn btn-outline-primary badge-pill mb-2 text-decoration-none" href="services.html">Read More</a>
</div>
</div>
</section>
<!-- 24/7 Support -->
<section class=" container-fluid supportsection text-black border border-white ">
<div class="col-md-12 text-black mt-3">
<h1 class="text-center text-black">24X7 SUPPORT</h1>
<p class="text-center" >
Need assistance with your product? We’ll get you the help you need.</p>
</div>
<div class="row">
<div class="col-md-4 text-center p-2 border mb-3 border-white">
<i class="fa fa-slack fa-5x text-primary mt-3"></i>
<br>
<button class="btn btn-outline-primary mt-3 badge-pill mb-3" ><a href="www.slack.com" class="text-decoration-none text-primary font-weight-bold sp">Contact us on Slack</a></button>
</div>
<div class="col-md-4 p-2 text-center border border-white ">
<i class="fa fa-whatsapp fa-5x text-success mt-3"></i>
<br>
<button class="btn btn-outline-success mt-3 mb-3 badge-pill" ><a href="www.facebook.com" class="text-decoration-none text-success font-weight-bold sp">Contact us on WhatsApp</a></button>
</div>
<div class="col-md-4 p-2 text-center border border-white">
<i class="fa fa-skype fa-5x text-primary mt-3"></i>
<br>
<button class="btn btn-outline-primary mt-3 mb-3 badge-pill" ><a href="www.facebook.com" class="text-decoration-none text-primary font-weight-bold sp">Contact us on Skype</a></button>
</div>
</div>
</section>
<!-- our team -->
<section class="container-fluid">
<H1 class="text-center">
<hr class="uhr"> OUR TEAM
<hr class="uhr">
</H1>
<div class="teamdiv p-0">
<div class="row">
<!-- 1 -->
<div class="col-md-4">
<div class="indiv text-center">
<img class="mt-3 " src="users/ad.jpg " alt="ceo " loading="lazy">
<h3 class="mt-3 ">Adeel Khan</h3>
<p class="mt-2 ">Designer & Developer</p>
</div>
<div class="indiv2 text-center ml-5">
<ul class="list-inline">
<li class="list-inline-item pr-3 ">
<a href=" "><i class="fa fa-facebook text-dark "></i></a>
</li>
<li class="list-inline-item pr-3 ">
<a href=" "><i class="fa fa-twitter text-dark "></i></a>
</li>
<li class="list-inline-item pr-3 ">
<a href=" "><i class="fa fa-google text-dark "></i></a>
</li>
<li class="list-inline-item pr-3 ">
<a href=" "><i class="fa fa-linkedin-in text-dark "></i></a>
</li>
</ul>
</div>
</div>
<!-- 2 -->
<div class="col-md-4">
<div class="indiv text-center">
<img class="mt-3 " src="users/abeer.jpg" alt="photo" loading="lazy">
<h3 class="mt-3 ">Abeer Aijaz</h3>
<p class="mt-2 ">SQA Engineer</p>
</div>
<div class="indiv2 text-center ml-5">
<ul class="list-inline ">
<li class="list-inline-item pr-3">
<a href=" "><i class="fa fa-facebook text-dark "></i></a>
</li>
<li class="list-inline-item pr-3">
<a href=" "><i class="fa fa-twitter text-dark "></i></a>
</li>
<li class="list-inline-item pr-3">
<a href=" "><i class="fa fa-google text-dark "></i></a>
</li>
<li class="list-inline-item pr-3">
<a href=" "><i class="fa fa-linkedin-in text-dark "></i></a>
</li>
</ul>
</div>
</div>
<!-- 3 -->
<div class="col-md-4">
<div class="indiv text-center">
<img class="mt-3" src="users/moin.jpg" alt="photo" loading="lazy">
<h3 class="mt-3">Muween Iqbal</h3>
<p class="mt-2">Database Expert</p>
</div>
<div class="indiv2 text-center ml-5">
<ul class="list-inline">
<li class="list-inline-item pr-3">
<a href=" "><i class="fa fa-facebook text-dark "></i></a>
</li>
<li class="list-inline-item pr-3">
<a href=" "><i class="fa fa-twitter text-dark "></i></a>
</li>
<li class="list-inline-item pr-3">
<a href=" "><i class="fa fa-google text-dark "></i></a>
</li>
<li class="list-inline-item pr-3">
<a href=" "><i class="fa fa-linkedin-in text-dark "></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- packages -->
<div class="container-fluid bg-light mb-5">
<div class="row text-center">
<div class="col-4 princing-item red">
<div class="pricing-divider ">
<h3 class="text-light">STARTUP</h3>
<h4 class="my-0 display-4 text-light font-weight-normal mb-3"><span class="h3">$</span> 100 <span class="h5">/mo</span></h4>
<svg class='pricing-divider-img' enable-background='new 0 0 300 100' height='100px' id='Layer_1' preserveAspectRatio='none' version='1.1' viewBox='0 0 300 100' width='300px' x='0px' xml:space='preserve' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' y='0px'>
<path class='deco-layer deco-layer--1' d='M30.913,43.944c0,0,42.911-34.464,87.51-14.191c77.31,35.14,113.304-1.952,146.638-4.729
c48.654-4.056,69.94,16.218,69.94,16.218v54.396H30.913V43.944z' fill='#FFFFFF' opacity='0.6'></path>
<path class='deco-layer deco-layer--2' d='M-35.667,44.628c0,0,42.91-34.463,87.51-14.191c77.31,35.141,113.304-1.952,146.639-4.729
c48.653-4.055,69.939,16.218,69.939,16.218v54.396H-35.667V44.628z' fill='#FFFFFF' opacity='0.6'></path>
<path class='deco-layer deco-layer--3' d='M43.415,98.342c0,0,48.283-68.927,109.133-68.927c65.886,0,97.983,67.914,97.983,67.914v3.716
H42.401L43.415,98.342z' fill='#FFFFFF' opacity='0.7'></path>
<path class='deco-layer deco-layer--4' d='M-34.667,62.998c0,0,56-45.667,120.316-27.839C167.484,57.842,197,41.332,232.286,30.428
c53.07-16.399,104.047,36.903,104.047,36.903l1.333,36.667l-372-2.954L-34.667,62.998z' fill='#FFFFFF'></path>
</svg>
</div>
<div class="card-body bg-white mt-0 shadow">
<ul class="list-unstyled mb-5">
<li><b>10</b> users included</li>
<li><b>10 GB</b> of storage</li>
<li><b>Free </b>Email support</li>
<li><b>Help center access</b></li>
</ul>
</div>
</div>
<div class="col-4 princing-item blue">
<div class="pricing-divider ">
<h3 class="text-light">BUSINESS</h3>
<h4 class="my-0 display-4 text-light font-weight-normal mb-3"><span class="h3">$</span> 150 <span class="h5">/mo</span></h4>
<svg class='pricing-divider-img' enable-background='new 0 0 300 100' height='100px' id='Layer_1' preserveAspectRatio='none' version='1.1' viewBox='0 0 300 100' width='300px' x='0px' xml:space='preserve' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' y='0px'>
<path class='deco-layer deco-layer--1' d='M30.913,43.944c0,0,42.911-34.464,87.51-14.191c77.31,35.14,113.304-1.952,146.638-4.729
c48.654-4.056,69.94,16.218,69.94,16.218v54.396H30.913V43.944z' fill='#FFFFFF' opacity='0.6'></path>
<path class='deco-layer deco-layer--2' d='M-35.667,44.628c0,0,42.91-34.463,87.51-14.191c77.31,35.141,113.304-1.952,146.639-4.729
c48.653-4.055,69.939,16.218,69.939,16.218v54.396H-35.667V44.628z' fill='#FFFFFF' opacity='0.6'></path>
<path class='deco-layer deco-layer--3' d='M43.415,98.342c0,0,48.283-68.927,109.133-68.927c65.886,0,97.983,67.914,97.983,67.914v3.716
H42.401L43.415,98.342z' fill='#FFFFFF' opacity='0.7'></path>
<path class='deco-layer deco-layer--4' d='M-34.667,62.998c0,0,56-45.667,120.316-27.839C167.484,57.842,197,41.332,232.286,30.428
c53.07-16.399,104.047,36.903,104.047,36.903l1.333,36.667l-372-2.954L-34.667,62.998z' fill='#FFFFFF'></path>
</svg>
</div>
<div class="card-body bg-white mt-0 shadow">
<ul class="list-unstyled mb-5">
<li><b>20 </b>users included</li>
<li><b>20 GB</b> of storage</li>
<li><b>Free</b> Email support</li>
<li><b>Help center access</b></li>
</ul>
</div>
</div>
<div class="col-4 princing-item green">
<div class="pricing-divider ">
<h3 class="text-light">PRO</h3>
<h4 class="my-0 display-4 text-light font-weight-normal mb-3"><span class="h3">$</span> 250 <span class="h5">/mo</span></h4>
<svg class='pricing-divider-img' enable-background='new 0 0 300 100' height='100px' id='Layer_1' preserveAspectRatio='none' version='1.1' viewBox='0 0 300 100' width='300px' x='0px' xml:space='preserve' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' y='0px'>
<path class='deco-layer deco-layer--1' d='M30.913,43.944c0,0,42.911-34.464,87.51-14.191c77.31,35.14,113.304-1.952,146.638-4.729
c48.654-4.056,69.94,16.218,69.94,16.218v54.396H30.913V43.944z' fill='#FFFFFF' opacity='0.6'></path>
<path class='deco-layer deco-layer--2' d='M-35.667,44.628c0,0,42.91-34.463,87.51-14.191c77.31,35.141,113.304-1.952,146.639-4.729
c48.653-4.055,69.939,16.218,69.939,16.218v54.396H-35.667V44.628z' fill='#FFFFFF' opacity='0.6'></path>
<path class='deco-layer deco-layer--3' d='M43.415,98.342c0,0,48.283-68.927,109.133-68.927c65.886,0,97.983,67.914,97.983,67.914v3.716
H42.401L43.415,98.342z' fill='#FFFFFF' opacity='0.7'></path>
<path class='deco-layer deco-layer--4' d='M-34.667,62.998c0,0,56-45.667,120.316-27.839C167.484,57.842,197,41.332,232.286,30.428
c53.07-16.399,104.047,36.903,104.047,36.903l1.333,36.667l-372-2.954L-34.667,62.998z' fill='#FFFFFF'></path>
</svg>
</div>
<div class="card-body bg-white mt-0 shadow">
<ul class="list-unstyled mb-5">
<li><b>40</b> users included</li>
<li><b>30 GB</b> of storage</li>
<li><b>Free</b> Email support</li>
<li><b>Help center access</b></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container-fluid"><?php
footer();
?> </div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery-3.2.1.min.js"></script>
<script src="vendor/bootstrap/js/popper.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>