-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
589 lines (566 loc) · 32.8 KB
/
index.html
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Saylani Welfare Trust</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="bootstrap.min.css">
<script src="bootstrap.js"></script>
<script src="jquery.js"></script>
<script src="popper.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
</head>
<body>
<!-- Jumbotron -->
<div class="jumbotron-fluid">
<ul class="social"
style="padding-top: 15px; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;">
<li style="display: inline-flex;"><a href="#"><i class="fab fa-facebook-f text-white"
style="margin-right: 15px;"></i></a><a href="#"><i class="fab fa-twitter text-white"
style="margin-right: 15px;"></i></a><a href="#"><i class="fab fa-instagram text-white"
style="margin-right: 15px;"></i></a><a href="#"><i class="fab fa-youtube text-white"
style="margin-right: 15px;"></i></a><a href="#"><img src="whatsapp.png" alt="whatsapp"
style="max-width: 20px;"></a></li>
<li style="display: inline-flex; text-align: center;">
<h6 style="color: aliceblue;">Millions of people's life has changed, millions
more
awaiting your donation</h6>
</li>
<li style="display: inline-flex;"><a href="#"
style="color: rgb(34, 29, 29); text-decoration: none; border: 1px solid; padding: 2px 7px; margin-right: 5px; background-color: white; border-color: black; ">UK
Donor</a> <a href="#"
style="color: rgb(34, 29, 29); text-decoration: none; border: 1px solid; padding: 2px 7px; margin-right: 5px; background-color: white; border-color: black;">Donate
Now</a> <a href="#"
style="color: rgb(34, 29, 29); text-decoration: none; border: 1px solid; padding: 2px 7px; margin-right: 5px; background-color: white; border-color: black;">SMIT
Results</a></li>
</ul>
</div>
<!-- Navbar -->
<nav class="navbar navbar-expand-md navbar-dark bg-dark sticky-top"
style="background-color: rgb(238, 238, 238) !important">
<div class="navbar-header ">
<a class="navbar-brand" href="#"><img src="Saylani-logo.png" alt="logo" id="logo_id"
style="max-width: 200px; "></a>
</div>
<button class="navbar-toggle" style="border: none; border-radius: 10%; outline: none;" type="button"
data-toggle="collapse" data-target="#collapsenavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsenavbar">
<ul class="navbar-nav">
<li><a class="active" href="#">Home</a></li>
<li><a href="#" class="a1">About <i class="fa fa-angle-down"></i></a>
<ul class="cabout" style="display: none;">
<li><a href="#">Introduction</a></li>
<li><a href="#">Chairman Message</a></li>
<li><a href="#">Saylani Annual Report</a></li>
</ul>
</li>
<li>
<a href="#" class="a1">Saylani Sevices
<span><i class="fa fa-angle-down"></i></span>
</a>
<!-- <ul>
<li><a href="#" class="dropdown2" > Education <span><i
class="fa fa-angle-down"></i></span></a>
<ul>
<li><a href="#">Saylani Mass Trainig <span><i
class="fa fa-angle-down"></i></span></a>
<ul>
<li><a href="#">SMIT Programs</a></li>
<li><a href="#">Faculty</a></li>
<li><a href="#">Results</a></li>
<li><a href="#">Entry Test Schedule</a></li>
</ul>
</li>
<li><a href="#">Sayalani Incubator</a></li>
<li><a href="#">Green House</a></li>
</ul>
</li>
<li><a href="#">Medical <span><i class="fa fa-angle-down"></i></span></a>
<ul class="dropdown5">
<li><a href="#">Saylani Blood Band & Thalassimia Center</a></li>
<li><a href="#">Saylani Calinic/Hospital</a></li>
<li><a href="#">Medical Intership Form</a></li>
</ul>
</li>
<li><a href="#">Welfare <span><i class="fa fa-angle-down"></i></span></a>
<ul class="dropdown6">
<li><a href="#">Family Adoption</a></li>
<li><a href="#">Wedding Help</a></li>
</ul> -->
<!-- </li>
<li><a href="#">Hajj Application Form</a></li>
<li><a href="#">Saylani Dastarkhwan</a></li>
<li><a href="#">Saylani RO Plant</a></li>
<li><a href="#">Online Sadqa</a></li>
<li><a href="#">Online Taweezat/Istekhara</a></li>
<li><a href="#">Saylani Job Bank</a></li>
<li><a href="#">Online Quran Academy<span><i class="fa fa-angle-down"></i></span></a>
<ul class="dropdown7" style="display: none;">
<li><a href="#">Online Quran Admission</a></li>
<li><a href="#">Quran App(Tafteesh)</a></li>
<li><a href="#">Online Quran Registration</a></li>
</ul>
</li>
<li><a href="#">Books</a></li>
<li> <a href="#">Saylani Online Masajid</a></li>
</ul> -->
</li>
<li><a href="#" class="a1">Future Project<span><i class="fa fa-angle-down"></i></span></a>
<!-- <ul class="dropdown" style="display: none;">
<li><a href="#">Saylani University</a></li>
<li><a href="#">Saylani City</a></li>
</ul> -->
</li>
<li><a href="#" class="a1">Media</a>
<li><a href="#" class="a1">News</a>
</li>
<li><a href="#" class="a1">Donation<span><i class="fa fa-angle-down"></i></span></a>
<!-- <ul class="dropdown" style="display: none;">
<li><a href="#">Bank Details</a></li>
<li><a href="#">Sadqa</a></li>
<li><a href="#">Aqiqa</a></li>
<li><a href="#">Corona Effecties</a></li>
<li><a href="#">Other Donation</a></li>
<li><a href="#">Contact Us</a></li>
</ul> -->
</li>
</ul>
</div>
</nav>
<!-- picture slide -->
<div id="carouselIndicators" class="carousel slide carousel-fade" data-ride="carousel" style="margin-bottom:5px ;">
<ol class="carousel-indicators">
<li data-target="#carouselIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselIndicators" data-slide-to="1"></li>
<li data-target="#carouselIndicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="slideimg1.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="slideimg2.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="slideimg3.jpeg" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselIndicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselIndicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Text Slide -->
<div class="container">
<marquee behavior="scroll" direction="left" style="color:white; background-color: rgb(96, 96, 236);"><span
style="color: rgb(63, 247, 63);">(News Dated: 17-04-2020)</span> PIAIC New Admission will open from
MAY
2020 <a href="#" style="text-decoration: none; color: rgb(231, 47, 170);">More Details</a> </marquee>
</div>
<!-- Introduction -->
<section id="intro" style=" background-color: #f7f8fa !important">
<div class="container">
<div class="section-title text-center">
<div class="row">
<div class="col-md ">
<h2 class="text-uppercase line-height-1" style="padding-top: 50px;">
<span style="color: green;">Intro</span><span
style="color: rgb(96, 96, 236);">duction</span>
</h2>
<div class="title-icon">
<img src="titleicon.png" style="width: 50px;" alt="titleicon">
</div>
<svg height="20" width="50">
<line x1="-10" y1="0" x2="40" y2="0" style="stroke:green ;stroke-width:3" />
</svg>
<svg height="20" width="50">
<line x1="80" y1="0" x2="10" y2="0" style="stroke:green ;stroke-width:3" />
</svg>
<div style="line-height: 1.6;">
<p style="text-align: justify;">
Established in May 1999 by famous spiritual and religious scholar Maulana Bashir
Ahmed
Farooqui, Saylani Welfare International Trust was built on the fundamentals of
breaking
the cycle of poverty, alleviating the financial troubles of the poor, giving people
a
chance to live a dignified life and spreading happiness. <br><br>
We are an organization that believes in lighting up the lives of underprivileged
people
across the world. We endeavor to provide the best quality services in areas
including
food, education, medical and social welfare free of cost to people living in the
dark.
With over 60 different sectors, we feed thousands of hungry people each day,
hundreds
more are given the hope of life through medical health care, many are educated to
become
leaders of tomorrow and several are given the opportunity to stand on their feet
financially. <br><br>
Today, we are proud to say that our physical presence extends throughout Pakistan
with a
vast network of 125 branches operating in major cities including Karachi, Lahore,
Islamabad, Rawalpindi, Hyderabad and Faisalabad. Apart from Pakistan, we have
overseas
offices in the UK, USA and UAE as well. Our worldwide branches are operating under
the
guidance of a team of over 2,000 working professionals who help almost 125,000
people on
a daily basis. <br><br>
We strongly believe that a little help goes a long way and our work would not be
possible without the generous support of our valuable donors. Our local and
international donors have graciously lent us a hand by supporting our causes and
enabling us to serve the needs of people in need. <br><br>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Record -->
<section style="background-color: rgb(96, 96, 236); padding: 50px 0px !important" class="divider parallax ">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6 col-xl-3 mb-md-50">
<div class="funfact text-center" style="padding: 40px;">
<img src="recordpic1.png" alt="dastarkhun" style="height: 40px;">
<h2 class="text-white font-42 font-weight-500">125,000</h2>
<h5 class="text-uppercase" style="color: white; font-size: 18px;">Daily Dastarkhan<span
style="color: #00FF00;">(Monthly)</span></h5>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-xl-3 mb-md-50">
<div class="funfact text-center" style="padding: 40px;">
<img src="recordpic2.png" alt="dastarkhun" style="height: 40px;">
<h2 class="text-white font-42 font-weight-500">75,000</h2>
<h5 class="text-uppercase" style="color: white; ">Family Adopation<span
style="color: #00FF00;">(Monthly)</span></h5>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-xl-3 mb-md-50">
<div class="funfact text-center" style="padding: 40px;">
<img src="recordpic3.png" alt="dastarkhun" style="height: 40px;">
<h2 class="text-white font-42 font-weight-500">43,749</h2>
<h5 class="text-uppercase" style="color: white;">Medical<span
style="color: #00FF00;">(Monthly)</span></h5>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-xl-3 mb-md-50">
<div class="funfact text-center" style="padding: 40px;">
<img src="recordpic4.png" alt="dastarkhun" style="height: 40px;">
<h2 class="text-white font-42 font-weight-500">180,000</h2>
<h5 class="text-uppercase" style="color: white;">Education<span style="color: #00FF00;">
(Monthly)</span></h5>
</div>
</div>
</div>
</div>
</section>
<!-- What We are Doing -->
<section id="intro" style=" background-color: #f7f8fa !important">
<div class="container">
<div class="section-title text-center" style="margin-bottom: 20px;">
<div class="row">
<div class="col-md">
<h2 class="text-uppercase mt-0 line-height-1" style="padding-top: 50px;">
<span style="color: green;">What We</span>
<span style="color: rgb(96, 96, 236);"> are doing</span>
</h2>
<div class="title-icon">
<img src="titleicon.png" style="width: 50px;" alt="titleicon">
</div>
<svg height="20" width="50">
<line x1="-10" y1="0" x2="40" y2="0" style="stroke:green ;stroke-width:3" />
</svg>
<svg height="20" width="50">
<line x1="80" y1="0" x2="10" y2="0" style="stroke:green ;stroke-width:3" />
</svg>
</div>
</div>
</div>
<div>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="text-center mb-30 bg-white p-30"
style="box-shadow: 0px 0px 10px 2px #777777; padding: 40px 0px; margin-bottom: 20px;">
<a href="#">
<img src="pic5.png" alt="pic5" style="width: 60px; padding-bottom: 20px;">
</a>
<h4 class="font-weight-600 mt-20" style="color: rgb(96, 96, 236);">
ONLINE SADQAH
</h4>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="text-center box-shadow11 mb-30 bg-white p-30"
style="box-shadow: 0px 0px 10px 2px #777777; padding: 40px 0px; margin-bottom: 20px;">
<a href="#">
<img src="pic6.png" alt="pic6" style="width: 60px; padding-bottom: 20px;">
</a>
<h4 class="font-weight-600 mt-20" style="color: rgb(96, 96, 236);">
WELFARE
</h4>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="text-center box-shadow11 mb-30 bg-white p-30"
style="box-shadow: 0px 0px 10px 2px #777777; padding: 40px 0px; margin-bottom: 20px;">
<a href="#">
<img src="pic7.png" alt="pic7" style="width: 60px; padding-bottom: 20px;">
</a>
<h4 class="font-weight-600 mt-20" style="color: rgb(96, 96, 236);">
MEDICAL
</h4>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="text-center box-shadow11 mb-30 bg-white p-30"
style="box-shadow: 0px 0px 10px 2px #777777; padding: 40px 0px; margin-bottom: 20px;">
<a href="#">
<img src="pic8.png" alt="pic8" style="width: 60px; padding-bottom: 20px;">
</a>
<h4 class="font-weight-600 mt-20" style="color: rgb(96, 96, 236);">
DASTARKHAWAN
</h4>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="text-center box-shadow11 mb-30 bg-white p-30"
style="box-shadow: 0px 0px 10px 2px #777777; padding: 40px 0px; margin-bottom: 20px;">
<a href="#">
<img src="pic9.png" alt="pic" style="width: 60px; padding-bottom: 20px;">
</a>
<h4 class="font-weight-600 mt-20" style="color: rgb(96, 96, 236);">
RO PLANT
</h4>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
<div class="text-center box-shadow11 mb-30 bg-white p-30"
style="box-shadow: 0px 0px 10px 2px #777777; padding: 40px 0px; margin-bottom: 20px;">
<a href="#">
<img src="pic10.png" alt="pic" style="width: 60px; padding-bottom: 20px;">
</a>
<h4 class="font-weight-600 mt-20" style="color: rgb(96, 96, 236);">
EDUCATION
</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Mission and Events -->
<section>
<div class="container">
<div class="section-content" style="padding-top: 60px;">
<div class="row">
<div class="col-md-8 pb-sm-20">
<h3 class="line-bottom mt-0" style="color: rgb(96, 96, 236);">
MISSION AND UPCOMING PROJECTS
</h3>
<svg height="20" width="50">
<line x1="-10" y1="0" x2="220" y2="0" style="stroke:green ;stroke-width:3" />
</svg>
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="icon-box left media"
style="background-color: rgb(241, 240, 240); border: 1px; padding: 10px 0px; margin-bottom: 20px;">
<a href="#">
<img src="pic11.png" alt="pic" style="padding: 0px 20px;">
</a>
<div class="media-body">
<h4 class="text-uppercase" style="color: rgb(96, 96, 236); font-size: 20px;">
Hepatitus</h4>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="icon-box left media"
style="background-color: rgb(241, 240, 240); border: 1px; padding: 10px 0px; margin-bottom: 20px;">
<a class="media-left pull-left flip" href="#">
<img src="pic12.png" alt="pic" style="padding: 0px 20px;">
</a>
<div class="media-body">
<h4 class="text-uppercase" style="color: rgb(96, 96, 236); font-size: 20px;">
Housing Society</h4>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="icon-box left media"
style="background-color: rgb(241, 240, 240); border: 1px; padding: 10px 0px; margin-bottom: 20px;">
<a class="media-left pull-left flip" href="#">
<img src="pic13.png" alt="pic" style="padding: 0px 20px;">
</a>
<div class="media-body">
<h4 class="text-uppercase" style="color: rgb(96, 96, 236); font-size: 20px;">IT
Literacy</h4>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="icon-box left media"
style="background-color: rgb(241, 240, 240); border: 1px; padding: 10px 0px; margin-bottom: 20px;">
<a class="media-left pull-left flip" href="#">
<img src="pic14.png" alt="pic" style="padding: 0px 20px;">
</a>
<div class="media-body">
<h4 class="text-uppercase" style="color: rgb(96, 96, 236); font-size: 20px;">
Tharparkar</h4>
</div>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<h3 class="text-uppercase"
style="padding-bottom:2px ; color: rgb(96, 96, 236); border-bottom: silver ">
Upcomping Events
</h3>
<span><svg height="20" width="50">
<line x1="-10" y1="0" x2="220" y2="0" style="stroke:green ;stroke-width:3" /></svg>
</span>
<p>
<p>
<marquee behavior="scroll" direction="up" style="height: 150px; width: 300px;">Saylani
Welfare Distributing Ration & Clothes to affected people of Balochistan. <span
style="color: blue;"> <a href="#" style="text-decoration: none;"> More
Details</a></span></marquee>
</p>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Picture Gallery -->
<section>
<div class="container">
<div class="row" style="text-align: center; margin-bottom: 20px;">
<div class="col-md">
<h2 class="text-uppercase mt-0 line-height-1" style="padding-top: 50px;">
<span style="color: green;">Image</span>
<span style="color: rgb(96, 96, 236);"> Gallery</span>
</h2>
<div class="title-icon">
<img src="titleicon.png" style="width: 50px;" alt="titleicon">
</div>
<svg height="20" width="50">
<line x1="-10" y1="0" x2="40" y2="0" style="stroke:green ;stroke-width:3" />
</svg>
<svg height="20" width="50">
<line x1="80" y1="0" x2="10" y2="0" style="stroke:green ;stroke-width:3" />
</svg>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-4" style="margin-bottom: 20px;">
<div class="thumbnail">
<a href="pic15.jpg" target="_blank">
<img src="pic15.jpg" alt="Lights" style="width:100%; box-shadow: 0px 0px 5px black; ">
</a>
</div>
</div>
<div class="col-xs-12 col-md-4" style="margin-bottom: 20px;">
<div class="thumbnail">
<a href="pic16.jpg" target="_blank">
<img src="pic16.jpg" alt="Nature" style="width:100%; box-shadow: 0px 0px 5px black;">
</a>
</div>
</div>
<div class="col-xs-12 col-md-4">
<div class="thumbnail">
<a href="pic17.jpg" target="_blank">
<img src="pic17.jpg" alt="Fjords" style="width:100%; box-shadow: 0px 0px 5px black;">
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer style="background-color:rgb(37, 39, 46); color: whitesmoke; margin-top: 20px; padding-top: 20px;">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-xl-4">
<p style="color: whitesmoke;">Head Office, <br>
A-25, Bahadurabad Chowrangi Karachi, Pakistan</p>
<ul>
<li><i class="fa fa-phone-alt " style="color: green;"></i>UAN: 111-729-526</li>
<li><i class="fa fa-phone-alt " style="color: green; "></i>CELL: 92-311-1729526</li><span>
<li><i class="fa fa-globe " style="color: green;"></i>(+0092-213) 4130786-90</li>
</span>
<li><i class="fa fa-phone-alt " style="color: green;"></i>USA NO +1(716)941 7792</li>
<li><i class="fa fa-phone-alt" style="color:green;"></i>UK NO (+44)115 970 6256</li>
<li><i class="fa fa-phone-alt " style="color: green;"></i>info@saylaniwelfare.com</li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-xl-4">
<div>
<h5>Useful Links</h5>
<svg height="20" width="50">
<line x1="-10" y1="0" x2="40" y2="0" style="stroke:green ;stroke-width:3" />
</svg>
</div>
</div>
<div class="col-lg-4 col-md-4 col-xl-4">
<div>
<h5>Connect With Us</h5>
<ul style="text-decoration: none; display: inline-flex;">
<li><a href="#" style="text-decoration: none; color:white; padding: 0px 20px;"><i
class="fab fa-facebook"></i></a>
</li>
<li><a href="#" style="text-decoration: none; color:white; padding-right: 15px;"><i
class="fab fa-twitter"></i></a>
</li>
<li><a href="#" style="text-decoration: none; color:white; padding-right: 15px;"><i
class="fab fa-instagram"></i></a>
</li>
<li><a href="#" style="text-decoration: none; color:white; padding-right: 15px;"><i
class="fab fa-youtube"></i></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-bottom" style="background-color: rgb(96, 96, 236)">
<div class="container">
<div class="row" style="padding-top: 7px;">
<div class="col-md-6">
<p>Copyright © 2020 Saylani Welfare</p>
</div>
<div style="padding-left: 15px;">
<p>Designed by: Muhammad Haroon Alam | Roll # WM7731</p>
</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap/JS Links -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6"
crossorigin="anonymous"></script>
<script src="bootstrap.js"></script>
<script src="jquery.js"></script>
<script src="popper.min.js"></script>
</body>
</html>