-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
800 lines (507 loc) · 29 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
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
<!DOCTYPE html>
<html lang="en">
<head>
<title>Saylani Welfare Trust</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="bootstrap-4.4.1-dist/css/bootstrap.min.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- 1st NAV BAR -->
<div style="border: 2px darkgreen; flex-wrap: wrap;">
<nav class="navbar navbar-expand-lg navcolor navdiv" style="border: 2px darkgoldenrod;">
<!-- navbar-light bg-light -->
<!-- ek facebook nav hidden hai -->
<ul class="navbar-nav mr-auto nav-ul" style="border: 2px darkgreen;">
<a class="navbar-brand hiddennav " href="https://www.facebook.com/saylaniwelfare/" target="-blank"><img
width="20px" height="20px" src="images/facebook.png"></a>
<!-- <li class="nav-item active">
<a class="nav-link" href="https://www.facebook.com/saylaniwelfare/" target="-blank""><img width=" 20px"
height="20px" src="images/facebook.png"> <span class="sr-only">(current)</span></a>
</li> -->
<li class="nav-item active">
<a class="nav-link" href="https://www.facebook.com/saylaniwelfare/" target="-blank""> <i class=" fa
fa-facebook text-white"></i><span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="https://twitter.com/OfficialSwit" target="-blank""><i class=" fa fa-twitter
text-white"></i> <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.instagram.com/saylaniwelfare/" target="-blank""><i class=" fa
fa-instagram text-white"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.youtube.com/c/SaylaniWelfareTrustOfficialPage" target="-blank"><i
class=" fa fa-youtube text-white"></i></a>
</li>
<li class="nav-item">
<a class="nav-link whatsapp"
href="https://api.whatsapp.com/send?phone=923331201585&text=&source=&data=&app_absent="
target="-blank""><img style=" position: absolute;bottom:3ex;" width=" 20px" height="20px"
src="images/whatsapp (1).png"></a>
</li>
</ul>
<!-- nav ka text h ye -->
<span class="navbar-text nav-text" style="border: 2px red;">
Millions of people's life has changed, millions more awaiting your donation
</span>
<div class="mainsmalldiv" style="border: 10px darkgreen;">
<span class="smalldiv">
<a class="smalldiv" href="https://www.saylaniwelfare.com/UK-Ramzan" class="smalldiv" target="-blank">UK
Donor</a>
</span>
<span class="smalldiv">
<a href="https://www.saylaniwelfare.com/UK-Ramzan" class="smalldiv" target="-blank">Donate Now</a>
</span>
<span class="smalldiv">
<a href="https://www.saylaniwelfare.com/result" class="smalldiv" target="-blank">SMIT Results</a>
</span>
</div>
</nav>
</div>
<!-- 1st nav bar completed -->
<div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<!-- image saylani ki -->
<img src="images/logo.png" width="200px">
<div class="collapse navbar-collapse " id="navbarNavDropdown">
<ul class="navbar-nav navitem ">
<li class="nav-item active">
<a style="color:#696969;" class="nav-link hover c" href="index.html">Home <span
class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown ">
<a class="nav-link dropdown-toggle hover " href="#" id="navbarDropdownMenuLink" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu active" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item " href="https://www.saylaniwelfare.com/Introduction">Introduction</a>
<a class="dropdown-item " href="https://www.saylaniwelfare.com/Chairman-Message">Chairmain Message</a>
<a class="dropdown-item " href="https://www.saylaniwelfare.com/Saylani-Annual-Report">Saylani Anual
Report</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle hover" href="https://www.saylaniwelfare.com/home#"
id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Saylani Services
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="https://www.saylaniwelfare.com/Saylani-Annual-Report#">Education</a>
<a class="dropdown-item" href="https://www.saylaniwelfare.com/Saylani-Annual-Report#">Medical </a>
<a class="dropdown-item" href="https://www.saylaniwelfare.com/Saylani-Annual-Report#">Welfare</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle hover" href="https://www.saylaniwelfare.com/home#"
id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Future Project
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="https://www.saylaniwelfare.com/Saylani-University">Saylani University</a>
<a class="dropdown-item" href="https://www.saylaniwelfare.com/Saylani-City">Saylani City</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link hover" href="https://www.saylaniwelfare.com/Media">Media</a>
</li>
<li class="nav-item">
<a class="nav-link hover" href="https://www.saylaniwelfare.com/News">News</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle hover" href="https://www.saylaniwelfare.com/Donation"
id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">
Donation
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="https://www.saylaniwelfare.com/Bank-Detail">Bank Details</a>
<a class="dropdown-item" href="https://www.saylaniwelfare.com/Sadqa">Sadqa</a>
<a class="dropdown-item" href="https://www.saylaniwelfare.com/Donation">Other Donation</a>
</div>
</li>
</ul>
</div>
<!-- <div style="border: 2px solid rebeccapurple;width: 900px;justify-content: space-between;"> -->
<!-- left : 30rem -->
<!-- position: absolute;left : 30rem; -->
<!-- <div class="da">
<button style="border: 2px red " class="db">Home</button>
</div>
<div class="da">
<button style="border: 2px red " class="db">About</button>
<div class="dc">
<a href=" https://www.saylaniwelfare.com/Introduction">Introduction</a>
<a href="https://www.saylaniwelfare.com/Chairman-Message">Chairman Message</a>
<a href="https://www.saylaniwelfare.com/Saylani-Annual-Report">Saylani Anual</a>
</div>
</div>
<div class="da">
<button style="border: 2px red " class="db">Saylani Services</button>
<div class="dc">
<a href="https://www.saylaniwelfare.com/Saylani-Annual-Report#">Education</a>
<a href="https://www.saylaniwelfare.com/Saylani-Annual-Report#">Medical</a>
<a href="https://www.saylaniwelfare.com/Saylani-Annual-Report#">Welfare</a>
</div>
</div>
<div class="da">
<button style="border: 2px red " class="db">Future Project</button>
<div class="dc">
<a href="https://www.saylaniwelfare.com/Saylani-University">Saylani University</a>
<a href="https://www.saylaniwelfare.com/Saylani-City">Saylani City</a>
</div>
</div>
<div class="da">
<button style="border: 2px red " class="db">Media<a href="https://www.saylaniwelfare.com/Media"></a></button>
</div>
<div class="da">
<button style="border: 2px red " class="db">News<a href="https://www.saylaniwelfare.com/News"></a></button>
</div>
<div class="da">
<button style="border: 2px red " class="db">Donation</button>
<div class="dc">
<a href="https://www.saylaniwelfare.com/Bank-Detail">Bank Details</a>
<a href="https://www.saylaniwelfare.com/Sadqa">Sadqa</a>
<a href="https://www.saylaniwelfare.com/Donation">Other Donation</a>
</div>
</div> -->
</div>
</nav>
</div>
<!-- 2nd nav bar completed -->
<div style="border:2px yellow">
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/Banner.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/BloodBank_Slider.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/Corona Banner.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/ehsaas&saylani.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/RotiBank_Slider.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/slider1.png" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="images/slider2.png" class="d-block w-100" alt="...">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" 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="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<!-- slider or carousel completed -->
<div style="border: 5px darkblue;height: 60px;">
<div class="container">
<div class="row">
<div style=" width: 95%;position: absolute;left: 7px; margin: 1%; border: 2px red ;">
<p class="marqp">
<marquee onmouseover="this.stop();" onmouseout="this.start();" class="marq" direction="left"><span
class="news">(News-1 Dated:15-06-2019)</span> "PIAIC Next Phase
Admission in Islamabad And Faisalabad."
<a class="newslink"
href=https://www.facebook.com/saylaniwelfare/photos/a.258515937507690/3441173892575196/?type=3&theater">More
Details</a>
<span class="news">(News-2 Dated:15-05-2019)</span> Saylani Welfare Announced "Donation Application"<a
class="newslink"
href="https://web.facebook.com/saylaniwelfare/photos/a.258515937507690/3332489120110341/?type=3&theater">More
Details</a>
<span class="news">(News-3 Dated:07-05-2019)</span>"Alhamdulillah Saylani Organized 200+ Locations For
Iftar
And
Sehri In This Holy Month."<a class="newslink"
href="https://www.facebook.com/saylaniwelfare/?type=3&theater">More
Details</a>
<span class="news">(News-4 Dated:08-03-2019)</span>"Saylani Welfare Distributing Ration & Clothes to
affected
people of Balochistan.<a class="newslink"
href="https://www.facebook.com/saylaniwelfare/posts/3164679946891260?__tn__=-R">More Details</a>
<span class="news">(News-5 Dated:25-02-2019)</span>"PIAIC Entrance Exam Merit Ranking List Announced."<a
href="https://www.facebook.com/saylaniwelfare/photos/a.258515937507690/3135220066503915/?type=3&theater>">More
Details</a>
<span class="news">(News-6 Dated:23-02-2019)</span>"President of Pakistan (Dr. Arif Alvi) Visited Saylani
Welfare
International Trust HeadOffice Karachi.'<a class="newslink"
href="https://www.facebook.com/saylaniwelfare/posts/3135103563182232?__xts__[0]=68.ARD9PTgM3DL_2vvulRqQ-b25KUD2P8X7TSS9g6gbxDfRdIBqgjNGJffSbV0ZcFmUFF5Ocrn-wvtpvDbjWBQxq0UHTlRJR1vEkgUOfm8Vk0ltcQp9K5q268QBcUMjujlPyCnBIxXcbe_Qjqbw1DXfCLQ1fFwBdGk77ndYxRXPrUVHrYybrBb5jWxu8GJQ37RpI7LLayc6xkve6gO149Ud-NWv_eF72blzToVI2fZW2ZWJUlRFSgWFK5jgrDGcsP-I7NBis9UXNfBBb55nXahKzJHvloneJh93hN9Wc3bIyvpn7v1IJSixyqcGRr_KHC-mO46gL9JUYx_acVfGdQDLUCBORw&__tn__=-R>">More
Details</a>
<span class="news">(News-7 Dated:19-02-2019)</span>"Dr Jamil Ahmed (Additional Inspector General of
Police)
&
Atiqmir Visit Saylani Welfare International Trust, Saylani Mass I.T. Training.'<a class="newslink"
href="https://www.facebook.com/saylaniwelfare/posts/3124996217526300?__xts__[0]=68.ARCElwXqFXBXobZcA_UIl5WsTnqek6hA0692UZgzLiTQcX71VvEVoMgzqDV_LCU8l4vgjmKHex8j5abeGcQPzz-0Vo7g8gNqrP0CK04uhT29KI7ZBXw7L0UhSE9vpr7JOS4591gwSiYhmPbI_exl5O0PUbYyqzRyVjDhZf833fadxaHMxR3LURDcRfhfFRurM3x6cKNgZ7XwQi2vP6tA2-XS4HUzYNRUfZ5Yc4iUJAwXHOGi64EA62Drmy5c0mv0CZumqreWzE6JGBGOlQC5dMh7k07-qNBGwItqzarzu8CiNWC9kZMwzYyExhOY7JKF76U1ZzEbClh6A-yQYJ-qY1jbYQ&__tn__=-R>">More
Details</a>
</marquee>
</p>
</div>
</div>
</div>
</div>
<!-- marquee or news alert completed -->
<div style="border: 2px rosybrown;background-color;" class=" bg-light">
<h1 class="introduction"><span class="intro">INTRO</span><span class="duction">DUCTION</span></h1>
<center><img style="" src="images/saylanismalllogo.png"></center>
<p style="border: saddlebrown 2px ;margin: 50px;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>
</p>
</div>
<!-- introduction div completed -->
<div style="border: black 4px ; height: 250px; background-color: #2f4ced; flex-wrap: wrap;" class="a">
<div class=" " style="width: 18rem;border: brown 3px ;">
<div class="card-body b">
<img src="images/icon_food_png.png" style="height: 40px;">
<h6 class="card-subtitle mb-2 ">125,000</h6>
<p class="card-text">DAILY DASTRAKHAN<span class="gtext">(MONTHLY)</span></p>
</div>
</div>
<div class=" " style="width: 18rem;">
<div class="card-body z ">
<img src="images/icon_family_png.png" style="height: 40px;">
<h6 class="card-subtitle mb-2 ">7,500</h6>
<p class="card-text">FAMILY ADOPTION<span class="gtext">(MONTHLY)</p></span>
</div>
</div>
<div class=" " style="width: 18rem;">
<div class="card-body d">
<img src="images/icon_medical_png.png" style="height: 40px;">
<h6 class="card-subtitle mb-2 ">43,749</h6>
<p class="card-text">MEDICAL<span class="gtext">(MONTHLY)</p></span>
</div>
</div>
<div class=" " style="width: 18rem;">
<div class="card-body e">
<img src="images/icon_education_png.png" style="height: 40px;">
<h6 class="card-subtitle mb-2 ">180,000</h6>
<p class="card-text">EDUCATION<span class="gtext">(MONTHLY)</p></span>
</div>
</div>
<!-- bluecards completed -->
</div>
<div style="border: darkolivegreen 10px ; height: 700px;background-color: darkorange;" class="bg-light whatwe">
<div>
<h1 class="introduction"><span class="intro">WHAT </span><span class="intro">WE </span><span class="duction">ARE
</span><span class="duction">DOING?</span></h1>
</div>
<center><img style="" src="images/saylanismalllogo.png"></center>
<div class="what1 bg-light" style="border: black 2px ;height: 250px;margin: 20px; flex-wrap: wrap;">
<div class="wwx" style="border: 2px red;height: 200px;width: 270px;margin: 20px;">
<a href="https://www.saylaniwelfare.com/Online-Sadqah"><img src="images/onlinesadqah.png" width="70"></a>
<h1 class="ww">ONLINE SADQAH</h1>
</div>
<div class="wwx" style="border: 2px red;height: 200px;width: 270px;margin: 20px;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/welfare.png" width="70"></a>
<h1 class="ww">WELFARE</h1>
</div>
<div class="wwx" style="border: 2px red;height: 200px;width: 270px;margin: 20px;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/medical.png" width="70"></a>
<h1 class="ww">MEDICAL</h1>
</div>
</div>
<div class="what1 bg-light" style="border: black 2px ;height: 250px;margin: 20px;flex-wrap: wrap;">
<div class="wwx" style="border: 2px red;height: 200px;width: 270px;margin: 20px;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/Dastarkhwan.png" width="70"></a>
<h1 class="ww" style="position: absolute;left: 12%;">DASTARKHWAN</h1>
</div>
<div class="wwx" style="border: 2px red;height: 200px;width: 270px;margin: 20px;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/ROPLANT.png" width="70"></a>
<h1 class="ww">RO PLANT</h1>
</div>
<div class="wwx" style="border: 2px red;height: 200px;width: 270px;margin: 20px;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/education.png" width="70"></a>
<h1 class="ww">EDUCATION</h1>
</div>
</div>
</div>
<!-- WHAT WE ARE DOING COMPLETED -->
<div class="mainmaindiv" style="border: 4px firebrick;flex-wrap: wrap;">
<div class="maindiv"
style="border: palevioletred 5px ;height: 500px; width: 850px; justify-content: space-between;">
<h3 class="h111">MISSION AND UPCOMING PROJECTS</h3>
<div class="blackdiv" style="border: 2px black; height: 130px; width: 785px;">
<div class="browndiv bg-light" style="border: peru 2px ;height: 80px;width: 320px;">
<div style="border: 2px green; width: 40px;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/Hepatitis.png"></a>
</div>
<div style="border: 2px green; ">
<h4 class="taxi" style="margin: 5px;">HEPATITIS</h4>
</div>
</div>
<div class="browndiv bg-light" style="border: peru 2px ;height: 80px;width: 320px;">
<div style="border: 2px green; width: 40px;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/housing.png"></a>
</div>
<div style="border: 2px green; ">
<h4 class="taxi" style="margin: 5px;">HOUSING SOCIETY</h4>
</div>
</div>
</div>
<div class="blackdiv" style="border: 2px black; height: 130px; width: 785px;flex-wrap: wrap;">
<div class="browndiv bg-light" style="border: peru 2px ;height: 80px;width: 320px;">
<div style="border: 2px green; width: 40px;flex-wrap: wrap;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/IT.png"></a>
</div>
<div style="border: 2px green; ">
<h4 class="taxi" style="margin: 5px;">IT LITERACY</h4>
</div>
</div>
<div class="browndiv bg-light" style="border: peru 2px ;height: 80px;width: 320px;">
<div style="border: 2px green; width: 40px;">
<a href="https://www.saylaniwelfare.com/home#"><img src="images/tharparkar.png"></a>
</div>
<div style="border: 2px green; ">
<h4 class="taxi" style="margin: 5px;">THARPARKAR</h4>
</div>
</div>
</div>
</div>
<div style="border: 5px black;height: 450px; width: 340px;">
<div style="border: forestgreen 2px ;padding: 25px;">
<!-- top: 59cm; -->
<h2 style="font-family: serif;font-weight: bolder;color: #2f4ced;">Upcoming Events</h2>
</div>
<div style="border: 2px yellow;width: 300px;height: 300px;;">
<marquee scrollamount="2" onmouseover="this.stop();" onmouseout="this.start();" class="marq " direction="up"
style="height: 300px; width: 300px;background-color;color: #696969 ; ">
Saylani Welfare Distributing Ration & Clothes
to affected people of Balochistan .<a style="text-decoration: none;"
href="https://www.facebook.com/saylaniwelfare/posts/3164679946891260?__tn__=-R">More Details</a></br></br>
Entry Test Accouncement (Graphic Designing & Video Editing/Animation Course)
On Sunday 3rd March 2019 @ 11:00Am Vanue: 4rh Floor, Saylani Welfare International
Trust HeadOffice Bahadurabad .<a
href="https://www.facebook.com/saylaniwelfare/posts/3164679946891260?__tn__=-R">More Details</a></br></br>
Dr Jamil Ahmed (Additional Inspector General of Police) & Atiqmir
Visit Saylani Welfare International Trust, Saylani Mass I.T. Training .<a
href="https://www.facebook.com/saylaniwelfare/posts/3164679946891260?__tn__=-R">More Details</a></br></br>
PIAIC Entrance Exam Merit Ranking List Announced.<a
href="https://www.facebook.com/saylaniwelfare/posts/3164679946891260?__tn__=-R">More Details</a></br></br>
President of Pakistan (Dr. Arif Alvi) Visited Saylani Welfare International
Trust HeadOffice Karachi.<a
href="https://www.facebook.com/saylaniwelfare/posts/3164679946891260?__tn__=-R">More Details</a>
</marquee>
</div>
</div>
</div>
<!-- MISSION AND UPCOMING PROJECTS COMPLETED-->
<div style=" border: 2px red; height: 500px;flex-wrap: wrap;">
<div style="border: darkcyan; margin: 0 0 35px 0;">
<h1 class="introduction"><span class="intro">IMAGE</span><span class="duction"> GALLERY</span></h1>
<center><img src="images/saylanismalllogo.png"></center>
</div>
<div style="border: 2px navy;height: 200px;margin:0 auto;width: 1100px;display: flex;flex-wrap: wrap;">
<div>
<img src="images/rashan2.jpg" alt="" height="150px" width="200px">
</div>
<div>
<img src="images/food.jpg" alt="" height="150px" width="200px">
</div>
<div>
<img src="images/hazrat.jpg" alt="" height="150px" width="200px">
</div>
<div>
<img src="images/rashan2.jpg" alt="" height="150px" width="200px">
</div>
<div>
<img src="images/hazrat2.jpg" alt="" height="150px" width="200px">
</div>
</div>
</div>
<!-- IMAGE GALLERY COMPLETED -->
<div class="maindivoffooter " style="border: 2px yellow;height: 350px;">
<div style="border: darkcyan 2px ;height: 300px;width: 300px;margin: 30px;">
<h6 style="color:#bbb;">Head Office,</br>
A-25, Bahadurabad Chowrangi Karachi,</br> Pakistan</h6>
<ul style="list-style: none;color:#bbb">
<li><i class="fa fa-phone text-success"></i>UAN: 111-729-526</li>
<li><i class="fa fa-globe text-success"></i>(+0092-213) 4130786-90</li>
<li><i class="fa fa-phone text-success"></i>CELL: 92-311-1729526</li>
<li><i class="fa fa-phone text-success"></i>USA NO +1(716)941 7792</li>
<li></i><i class="fa fa-phone text-success"></i>UK NO (+44)115 970 6256</li>
<li><i class="fa fa-envelope text-success"></i>[email protected]</li>
</ul>
</div>
<div style="border: darkcyan 2px ;height: 80px;width: 300px;margin: 15px;">
<h5
style="font-family: Courier New;font-weight: bolder;text-decoration: underline; color:white;font-size: medium;">
Useful Links</h5>
</div>
<div style="border: darkcyan 2px ;height: 100px;width: 300px;margin: 15px;">
<h5 style="font-family: Courier New;font-weight: bolder; color:white;font-size: medium;padding: 10px;">Connect
With Us</h5>
<ul style="list-style: none;">
<li style="display: inline-block;"><a href="https://www.facebook.com/saylaniwelfare/"
target="-blank""><i class=" fa fa-facebook text-white"
style="background-color: #2f4ced;border-radius: 100px;"></i></a></li>
<li style="display: inline-block;"><a href="https://twitter.com/OfficialSwit" target="-blank""><i
class=" fa fa-twitter text-white" style="background-color: #2f4ced;border-radius: 100px;"></i></a></li>
<li style="display: inline-block;"><a href="https://www.instagram.com/saylaniwelfare/" target="-blank""><i
class=" fa fa-instagram text-white" style="background-color: #2f4ced;border-radius: 100px;"></i></a></li>
<li style="display: inline-block;"><a href="https://www.youtube.com/c/SaylaniWelfareTrustOfficialPage"
target="-blank"><i class="fa fa-youtube text-white"
style="background-color: #2f4ced;border-radius: 100px;"></i></a></li>
</ul>
</div>
</div>
<!-- BLACK FOOTER COMPLTED -->
<div class="col-md-12" style="border: 2px palegreen;background-color: #2f4ced;color: white;height: 40px;">
<p style="position: absolute;right: 60rem;margin: 4px;">Copyright © 2020 Saylani Welfare</p>
</div>
<!-- COPYRIGHT COMPLETED -->
<!-- PROJECT ENDED -->
<!-- <script src=" bootstrap-4.4.1-dist/js/bootstrap.min.js">
</script>
<script src="bootstrap-4.4.1-dist/js/jquery-ui.min.css"></script> -->
<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/[email protected]/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>
</body>
</html>