-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseminars2.html
332 lines (266 loc) · 16.4 KB
/
seminars2.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ALI HAJVERY FREE DRUG BANK |http://www.freedrugbank.com/</title>
<link rel="shortcut icon" href="assets/images/fav.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="assets/images/fav.jpg">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/all.min.css">
<link rel="stylesheet" href="assets/css/animate.css">
<link rel="stylesheet" href="assets/plugins/slider/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/plugins/slider/css/owl.theme.default.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
</head>
<body>
<header class="continer-fluid ">
<div class="header-top">
<div class="container">
<div class="row col-det">
<div class="col-lg-6 d-none d-lg-block">
<ul class="ulleft">
<li>
<i class="far fa-envelope"></i>
<span>|</span></li>
<li>
<i class="fas fa-phone-volume"></i>
+92 334 42 26 234</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 folouws">
<ul class="ulright">
<li> <small>Folow Us </small>:</li>
<li>
<a href="https://www.facebook.com/alihajveryfreedialysiscenter/"> <i class="fab fa-facebook-square"></i></a>
</li>
<li>
<i class="fab fa-twitter-square"></i>
</li>
<li>
<i class="fab fa-instagram"></i>
</li>
</ul>
</div>
<div class="col-lg-3 d-none d-md-block col-md-6 btn-bhed ">
<a href="donation.html"><button class="btn btn-success btn-sm">Donate</button></a>
<!-- <button class="btn btn-sm btn-default" > <a href="donation.html">Donate</a> </button>-->
</div>
</div>
</div>
</div>
<div id="menu-jk" class="header-bottom">
<div class="container">
<div class="row nav-row">
<div class="col-lg-3 col-md-12 logo">
<a href="index.html">
<img src="assets/images/Logo-ahfdb-2.png" alt="">
<a data-toggle="collapse" data-target="#menu" href="#menu"><i class="fas d-block d-lg-none small-menu fa-bars"></i></a>
</a>
</div>
<div id="menu" class="col-lg-9 col-md-12 d-none d-lg-block nav-col">
<ul class="navbad">
<li class="nav-item active">
<a class="nav-link" href="index.html">HOME
</a>
</li>
<li class="nav-item">
<a class="nav-link" >ABOUT</a>
<div class="sub-menu-1">
<ul>
<a class="nav-link" href="about_afhdb.html">ABOUT AFHDB</a>
<a class="nav-link" href="about_alihajvery.html">ABOUT ALI HAJVERY(R.A)</a>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" >OUR TEAM</a>
<div class="sub-menu-1">
<ul>
<a class="nav-link" href="organization.html">Organization</a>
<a class="nav-link" href="core_committee.html">Core Committee</a>
<a class="nav-link" href="executive_members.html">Executiive Members</a>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" >NEWS & EVENTS</a>
<div class="sub-menu-1">
<ul>
<a class="nav-link" href="seminars.html">Seminars</a>
<a class="nav-link" href="inauguration.html">Inauguration</a>
</ul>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">FINANCIAL REPORTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact_us.html">CONTACT US</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- ************************* Page Title Starts Here ************************** -->
<div class="page-nav no-margin row">
<div class="container">
<div class="row">
<h2>Seminars</h2>
<ul>
<li> <a href="index.html"><i class="fas fa-home"></i> Home</a></li>
<li><i class="fas fa-angle-double-right"></i> AHFDB-1st Seminar</li>
</ul>
</div>
</div>
</div>
<!-- ************************* first part ************************** -->
<div class="about-us container-fluid">
<div class="container">
<div class="row natur-row no-margin w-100">
<div class="text-part col-md-9">
<h4>Seminar of AHFDB at Alhmara Art Council Hall NO.III</h4>
<p>
Ali Hajveri Free Drug Bank Mayo Hospital Lahore, is an independent organization serving the ailing humanity by supplying free of cost medicines to general, diabetes and cancer patients, who are poor and can not afford to purchase costly medicines. This organization was established in march 2012, since then more than 34,000 patients have been provided with medicines costing 36, lac Rs. <br>
<br>
Recently the organizing committee of AHFDB has organized a seminar to generate funds for the organization, on 14-03-2014 at Alhmara Art Council Hall NO.III, the Mall Road Lahore, where people from all walks of life participated for the noble cause and generously funded to help poor and needy patients. The seminar was presided by Khawaja Ahmad Hassan, special advisor to Chief Minister Punjab, whereas, Khawaja Salman Rafique, special advisor health participated as chief guest and addressed at the ceremony to admired the efforts made by the organization. Mr. Shujaat Hashmi hosted the programme. Director General, Health Dr. Zahid Pervaiz, Dr, Amjad Shehzad, MS, Mayo hospital, Mufti M. Ramazan Siyalvi, Mr. Shahid Rasheed and Hajji Muhammad Tariq also participated as guests of honor. the program started with recitation of the holy Quran, after that Naat e Rasool e Makbool (S.A.W.W) and Mankabat of Hazrat Data Ganj bakhsh Ali Hajveri was presented. Dr. Zaheer ul Hassan Mir gave inaugural address and introduced the participants with the sole objectives of the organization. the website of AHFDB was formally inaugurated by Khwaja Ahmad Hassan at this occasion. A power point presentation was also given to give detail introduction of the establishment of the organization and progress achieved so far and future plans etc. Lastly the guest of houner, chief guest and chairperson addressed to the audience and supported the cause by encouraging the wealthy people to give charity, zakat to strengthened the hands of this nascent organization to open new branches in other hospitals too. The souvenirs were also presented to the guests of honour at this occasion. The program ended formally with prayer offerekd by Mufti M. Ramazan Seyalvi, Khateeb Masjid Data Ali Hajveri (RA).
<br><br>
</p>
</div>
</div>
</div>
</div>
<!-- ************************* Gallery Starts Here ************************** -->
<div id="portfolio" class="gallery">
<div class="container">
<div class="row">
<!--
<div class="gallery-filter d-none d-sm-block">
<button class="btn btn-default filter-button" data-filter="all">All</button>
<button class="btn btn-default filter-button" data-filter="hdpe">Finance</button>
<button class="btn btn-default filter-button" data-filter="sprinkle">Digital Marketing</button>
<button class="btn btn-default filter-button" data-filter="spray"> Money</button>
<button class="btn btn-default filter-button" data-filter="irrigation">Business Alaysis</button>
</div>
<br/>
-->
<div class="gallery_product col-lg-3 col-md-3 col-sm-4 col-xs-6 filter hdpe">
<img src="assets/images/seminars/seminars2/1.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-3 col-sm-4 col-xs-6 filter sprinkle">
<img src="assets/images/seminars/seminars2/2.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-3 col-sm-4 col-xs-6 filter hdpe">
<img src="assets/images/seminars/seminars2/3.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-3 col-sm-4 col-xs-6 filter irrigation">
<img src="assets/images/seminars/seminars2/4.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-3 col-sm-4 col-xs-6 filter spray">
<img src="assets/images/seminars/seminars2/5.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-3 col-sm-4 col-xs-6 filter spray">
<img src="assets/images/seminars/seminars2/6.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-3 col-sm-4 col-xs-6 filter irrigation">
<img src="assets/images/seminars/seminars2/7.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-4 col-sm-3 col-xs-6 filter irrigation">
<img src="assets/images/seminars/seminars2/8.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-4 col-sm-3 col-xs-6 filter irrigation">
<img src="assets/images/seminars/seminars2/9.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-4 col-sm-3 col-xs-6 filter irrigation">
<img src="assets/images/seminars/seminars2/10.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-4 col-sm-3 col-xs-6 filter irrigation">
<img src="assets/images/seminars/seminars2/11.jpg" class="img-responsive">
</div>
<div class="gallery_product col-lg-3 col-md-4 col-sm-3 col-xs-6 filter irrigation">
<img src="assets/images/seminars/seminars2/12.jpg" class="img-responsive">
</div>
</div>
</div>
</div>
<!-- ######## Gallery End ####### -->
<!-- ************************* Footer Starts Here ************************** -->
<!--footer-->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 map-img">
<h2> Head Office</h2>
<address class="md-margin-bottom-40">
ALI HAJVERY FREE DRUG BANK <br>
Room No.3, Outpatients Department, <br>
Mayo Hospital , Lahore <br>
Phone: 042-37350588,042-35827009 <br>
Mobile: 0333-4226233,0333-4214927 <br>
0333-4392257 <br>
Email: <a href="mailto:[email protected]" class="">[email protected]</a><br>
</address>
</div>
<div class="col-md-4 col-sm-12 map-img">
<h2>BANK DETAILS</h2>
<address class="md-margin-bottom-40">
Habib Bank Limited <br>
Title of Account: <br>
Ali Hajveri Free Drug Bank, <br>
OPD, Mayo Hospital, Lahore <br>
A/C no. : 0008137900570703 , <br>
Chowk Hall Road, 15- Mcleod Road,<br>
Lahore <br>
</address>
</div>
<div class="col-md-4 col-sm-12 map-img">
<h2> For Donation A/c</h2>
<address class="md-margin-bottom-40">
Allied Bank Limited <br>
Title of Account For Donation:<br>
Ali Hajveri Free Drug Bank, OPD, <br>
Mayo Hospital, Lahore <br>
A/C no. : 0010036363660019 , <br>
IBAN: PK43ABPA0010036363660019, <br>
Anarkali (Bakshi Market), Lahore <br>
</address>
</div>
<div class="col-md-4 col-sm-12 map-img">
<h2> For Zakat A/c</h2>
<address class="md-margin-bottom-40">
Allied Bank Limited <br>
Title of Account For ZAKAT: <br>
Ali Hajveri Free Drug Bank, OPD, <br>
Mayo Hospital, Lahore <br>
A/C no. : 0010036363660025 , <br>
IBAN: PK75ABPA0010036363660025,<br>
Anarkali (Bakshi Market), Lahore<br>
</address>
</div>
</div>
</div>
</footer>
<div class="copy">
<div class="container">
<a href="https://www.smarteyeapps.com/">2021 © All Rights Reserved | Designed and Developed by Developester</a>
<span>
<a><i class="fab fa-github"></i></a>
<a><i class="fab fa-google-plus-g"></i></a>
<a><i class="fab fa-pinterest-p"></i></a>
<a><i class="fab fa-twitter"></i></a>
<a><i class="fab fa-facebook-f"></i></a>
</span>
</div>
</div>
</body>
<script src="assets/js/jquery-3.2.1.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/plugins/scroll-fixed/jquery-scrolltofixed-min.js"></script>
<script src="assets/plugins/slider/js/owl.carousel.min.js"></script>
<script src="assets/js/script.js"></script>
</html>