-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
543 lines (417 loc) · 17.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Saylani Welfare</title>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css">
<div class="myself text-center">
<div class="container">
<div class="row">
<div class="col-md-12 bg-dark">
<h1 class="text-info">ASSIGNMENT-3</h1>
<h2 class="text-info">Designed By </h2>
<h2 class="text-info"> Mubashara Razak(Roll No. WM5642)</h2>
</div>
</div>
</div>
</div>
</head>
<body>
<div class="topbar text-light bg-primary py-2 text-center">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="social">
<i class="fa fa-facebook text-light px-2"></i>
<i class="fa fa-twitter text-light px-2"></i>
<i class="fa fa-instagram text-light px-2"></i>
<i class="fa fa-youtube text-light px-2"></i>
<i class="fa fa-whatsapp text-success px-2"></i>
</div>
</div>
<div class="col-md-5 text-light" >
<p class="font-10">
Millions of people's life has changed, millions more awaiting your donation
</p>
</div>
<div class="col-md-4 head-buttons ">
<a href="#" class="btn btn-light btn-sm m-0 p-0">UK Donor</a>
<a href="#" class="btn btn-light btn-sm m-0 p-0">Donate Now</a>
<a href="#" class="btn btn-light btn-sm m-0 p-0">SMT Result</a>
</div>
</a>
</div>
</div>
</div>
<div class="header">
<div class="container">
<div class="logo">
<img src="images/Saylani-logo.png" alt="logo" width="240px">
<div class="menu">
<ul>
<li><a href="#">Home</a> </li>
<li><a href="#">About</a> </li>
<li><a href="#">Saylani Services<i class="fa fa-caret-down"></i></a> </li>
<li><a href="#">Future</a> </li>
<li><a href="#">Media</a> </li>
<li><a href="#">News</a> </li>
<li><a href="#">Donation</a> </li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
>
<div id="bs4-slide-carousel" class="carousel slide" data-ride="carousel" >
<ol class="carousel-indicators">
<li data-target="#bs4-slide-carousel" data-slide-to="0" class="active"></li>
<li data-target="#bs4-slide-carousel" data-slide-to="1"></li>
<li data-target="#bs4-slide-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-inline w-100" src="images/slider1.png" alt="Slide One">
<!--Captions for the slides go here -->
<!-- <div class="carousel-caption text-success d-none d-sm-block">
<button class="btn btn-outline-primary btn-lg">More info</button>
</div> -->
<!--Captions ending here for slide 1-->
</div>
<div class="carousel-item">
<img class="d-inline w-100" src="images/slider2.png" alt="Slide Two">
<!--Captions for the slides go here -->
<div class="carousel-caption text-white d-none d-sm-block">
<!-- <p class="text-light">Another caption line goes here
<button class="btn btn-primary btn-lg">More info</button>
</p> -->
</div>
<!--Captions ending here for slide 2-->
</div>
<div class="carousel-item">
<img class="d-block w-100" src="images/PM-Imran-Khan-Inaugurates-Ehsaas-Saylani-Langar-Scheme-To-Combat-Hunger-Across-Pakistan-min.jpg" alt="Slide Three">
<!--Captions for the slides go here -->
<div class="carousel-caption text-warning d-none d-sm-block">
</div>
<!--Captions ending here for slide 3-->
</div>
</div>
<a class="carousel-control-prev" href="#bs4-slide-carousel" 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="#bs4-slide-carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<script>
$('#bs4-slide-carousel').carousel({
interval: 3000
})
</script>
<!-- <div class="header">
<div class="container">
<div class="slider2">
<img src="images/slider2.png" alt="slider2" width="1200px">
</div>
</div>
</div> -->
<div class="col-md-13">
<marquee scrollamount="15" behaviour="alternate" onmouseover="this.stop()" onmouseout="this.start()">
<p class="protect">
(News-4 Dated:08-03-2019) Saylani Welfare Distributing Ration & Clothes to affected people of Balochistan. More
Details (News-5 Dated:25-02-2019) PIAIC Entrance
</p>
</marquee>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<!-- <style>
.redText {
text-align: center;
color: blue;
}
.blackText {
text-align: center;
color: black;
font-weight: bold;
}
</style>
<h1 span class="redText">INTRO</span><span class="blackText">DUCTION</span></h1> -->
<h2 class="main-title">INTRO<span class="second-color">DUCTION</span></h2>
</div>
</div>
</div>
<div class="header">
<div class="container">
<div class="favicon">
<hr class="title-icon"></hr>
<img src="images/favicon.png" alt="favicon" class="center">
</div>
</div>
</div>
<P class=" text-justified">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..</p>
<p class="text-justified"> 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.</p>>
<p class="text-justified">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
ranches are operating under the guidance of a team of over 2,000 working professionals
who help almost 125,000 people on a daily basis. </p>
<p class="text-justified">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.</p>
<div class="counter py-5 bg-primary">
<div class="container">
<div class="row" >
<div class="col-md-3"><i class="fa fa-cutlery text-light" aria-hidden="true"></i><h3 class="text-light">125,000</h3>
<p class=" font-15 text-light">DAILY DASTRAKHAN<strong><span class="text-success">(Monthly)</span></strong></p>
</div>
<div class="col-md-3"><img src="images/family.jfif" alt="family" width="30px"><h3 class="text-light">7,500</h3>
<p class=" font-15 text-light">FAMILY ADOPATION<strong><span class="text-success">(Monthly)</span></strong></p>
</div>
<div class="col-md-3 "><img src="images/stethoscope.png" alt="stethoscope" width="30px"><h3 class="text-light"></i>43,749</h3>
<p class=" font-15 text-light">MEDICAL<strong><span class="text-success">(Monthly)</span></strong></p>
</div>
<div class="col-md-3 "><img src="images/graduate.jfif" alt="graduate" width="30px"><h3 class="text-light"></i>180,00</h3>
<p class="font-15 text-light">EDUCATION<strong><span class="text-success">(Monthly)</span></strong></p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<!-- <style>
.blueText {
text-align: center;
color: blue;
}
.greenText {
text-align: center;
color: green;
font-weight: bold;
}
</style>
<h1 span class="blueText ">WHAT WE</span><span class="greenText"><span class="text-themeout-colored font-weight-600"> ARE DOING?</span></h1> -->
<h2 class="main-title">WHAT WE<span class="second-color"> ARE DOING</span></h2>
</div>
</div>
</div>
<div class="header">
<div class="container">
<div class="favicon">
<hr class="title-icon"></hr>
<img src="images/favicon.png" alt="favicon" class="center">
</div>
</div>
</div>
<div class="whatwedo text-center">
<div class="container">
<div class="row">
<div class="col-md-4 my-4">
<div class="box bg-light">
<img src="images/onlinesadqah.png" alt="onlinesadqah" width="100px">
<h3 class="fries">ONLINE SADQAH</h3></sub>
</div>
</div>
<div class="col-md-4 my-4">
<div class="box bg-light">
<img src="images/welfare.png" alt="welfare" width="100px">
<h3 class="fries">WELFARE</h3>
</div>
</div>
<div class="col-md-4 my-4">
<div class="box bg-light">
<img src="images/medical.png" alt="medical" width="100px">
<h3 class="fries">MEDICAL</h3>
</div>
</div>
<div class="row my-3"></div>
<div class="col-md-4 my-4">
<div class="box bg-light">
<img src="images/Dastarkhwan.png" alt="DastarKhwan" width="100px">
<h3 class="fries">DASTARKHWAN</h3>
</div>
</div>
<div class="col-md-4 my-4">
<div class="box bg-light">
<img src="images/ROPLANT.png" alt="ROPLANT" width="100px">
<h3 class="fries">RO PLANT</h3>
</div>
</div>
<div class="col-md-4 my-4 style=border: 10px solid whitesmoke; background-color: rgb(181, 247, 181);">
<div class="box bg-light ">
<img src="images/education.png" alt="EDUCATION" width="100px ">
<h3 class="fries">EDUCATION</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="projects py-5">
<div class="container">
<div class="row ">
<div class="col-md-8">
<h3 class="text-primary ">MISSION AND UPCOMING PROJECTS</h3>
<span class="separator"></span>
<div class="row">
<div class="col-md-6">
<div class ="projects bg-light p-4 border border-white mt-5">
<img src="images/Hepatitis.png" alt="Hepatitis" width="30px">
<span class="ml-3">Hepatitis</span>
</div>
</div>
<div class="col-md-6">
<div class="projects bg-light p-4 border border-white mt-5">
<img src="images/housing.png" alt="Hepatitis" width="30px">
<span class="ml-3">HOUSING SOCIETY</span>
</div>
</div>
</div>
<div class="row my-3">
<div class="col-md-6">
<div class="projects bg-light p-4 border border-white">
<img src="images/IT.png" alt="Hepatitis" width="30px">
<span class="ml-3">IT LITERACY</span>
</div>
</div>
<div class="col-md-6">
<div class="projects bg-light p-4 border border-white">
<img src="images/tharparkar.png " alt="THARPARKAR" width="30px">
<span class="ml-3">THARPARKAR</span>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<h3 class="text-primary ">Upcoming Events </h3>
<span class="separator"></span>
<div class="row pb-2">
<div class="col-md-12">
<marquee class="projects-marquee" direction="up" scrollamount="7">
<ul>
<li class="pb-3">Saylani Welfare Distributing Ration & Clothes to affected people of Balochistan .</li>
<li class="pb-3">
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
</li>
<li class="pb-3">
Dr Jamil Ahmed (Additional Inspector General of Police) & Atiqmir Visit Saylani Welfare International Trust,
Saylani Mass I.T. Training .
</li>
<li class="pb-3">
PIAIC Entrance Exam Merit Ranking List Announced.
</li>
<li class="pb-3">
President of Pakistan (Dr. Arif Alvi) Visited Saylani Welfare International Trust HeadOffice Karachi.
More Details
</li>
</ul>
</marquee>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12">
<h2 class="main-title mt-0">IMAGE<span class="second-color mt-0">GALLERY</span></h2>
</div>
</div>
</div>
<div class="header">
<div class="container">
<div class="favicon">
<hr class="title-icon"></hr>
<img src="images/favicon.png" alt="favicon" class="center">
</div>
</div>
</div>
<div>
<img src="images/rashan2.jpg " alt="rashan2" width="220px">
<img src="images/food.jpg " alt="food" width="220px">
<img src="images/hazrat.jpg " alt="hazrat" width="220px">
<img src="images/rashan2.jpg " alt="rashan2" width="220px">
<img src="images/hazrat2.jpg " alt="hazrat2" width="220px">
</div>
<footer class="page-footer font-small text-light pt-4">
<!-- Footer Links -->
<div class="container-fluid text-center text-md-left bg-dark">
<!-- Grid row -->
<div class="row">
<!-- Grid column -->
<div class="col-md-6 mt-md-0 mt-3">
<!-- Content -->
<h5 class="panel-heading">Head Office</h5>
<h6>
A-25, Bahadurabad Chowrangi Karachi, Pakistan
</h6>
<h6><i class="fa fa-phone" aria-hidden="true"></i>UAN: 111-729-526 </h6>
<h6><i class="fa fa-globe" aria-hidden="true"></i>(+0092-213) 4130786-90</h6>
<h6><i class="fa fa-phone" aria-hidden="true"></i>CELL: 92-311-1729526</h6>
<h6> <i class="fa fa-phone" aria-hidden="true"></i>USA NO +1(716)941 7792 </h6>
<h6> <i class="fa fa-phone" aria-hidden="true"></i> UK NO (+44)115 970 6256</h6>
<h6>info@saylaniwelfare.com</h6>
</div>
<!-- Grid column -->
<hr class="clearfix w-100 d-md-none pb-3">
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="panel-heading"><b>Useful Links</b></h5>
<div class="list-unstyled">
</div>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 mb-md-0 mb-3">
<!-- Links -->
<h5 class="panel-heading"><b>Connect With us</b></h5>
<div class="list-unstyled">
<a href="https://www.facebook.com/saylaniwelfare/"> <i class="fa fa-facebook pr-4 text-light"></i></a>
<a href="https://twitter.com/OfficialSwit"> <i class="fa fa-twitter pr-4 text-light"></i></a>
<a href="https://www.instagram.com/saylaniwelfare/"><i class="fa fa-instagram pr-4 text-light"></i></a>
<a href="https://www.youtube.com/c/SaylaniWelfareTrustOfficialPage"><i class="fa fa-youtube pr-4 text-light"></i></a>
<a href="https://wa.me/923331201585"><i class="fa fa-whatsapp pr-4 text-light" aria-hidden="true"></i></a>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3 bg-primary">Copyright © 2020 Saylani Welfare
<a href="#"></a>
</div>
<!-- Copyright -->
</footer>
</body>
</html>