-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsaduddin-Owaisi-responds-to-PM-Modi-speech-from-Rajasthan.php
328 lines (318 loc) · 14.5 KB
/
Asaduddin-Owaisi-responds-to-PM-Modi-speech-from-Rajasthan.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
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
<?php
require_once('dbcon.php');
$query = "SELECT * FROM `frontload` ORDER BY `id` DESC;";
$query2 = "SELECT * FROM `mostpopular` ORDER BY `id` DESC;";
$query3 = "SELECT * FROM `dontmiss` ORDER BY `id` DESC;";
$query4 = "SELECT * FROM `toptrending` ORDER BY `id` DESC;";
$result = mysqli_query($con,$query);
$result2 = mysqli_query($con,$query2);
$result3 = mysqli_query($con,$query3);
$result4 = mysqli_query($con,$query4);
?>
<!DOCTYPE html>
<html class=no-js lang=en>
<head>
<meta charset=utf-8>
<meta http-equiv=x-ua-compatible content="ie=edge">
<title>Asaduddin Owaisi responds to PM Modi's speech from Rajasthan: "That is untrue." How about you?</title>
<meta name="keywords" content="Asaduddin Owaisi responds to PM Modi's speech from Rajasthan: That is untrue. How about you" />
<meta name="description" content="Asaduddin Owaisi responds to PM Modi's speech from Rajasthan: "That is untrue." How about you?">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta property="og:locale" content="en_us" />
<meta property="og:type" content="article" />
<link rel=canonical href=https://www.newsguru.live/Asaduddin-Owaisi-responds-to-PM-Modi-speech-from-Rajasthan.php />
<link rel="shortcut icon" type=image/x-icon href=assets/imgs/favicon.svg>
<link rel=stylesheet href=assets/css/style.css>
<link rel=stylesheet href=assets/css/widgets.css>
<link rel=stylesheet href=assets/css/color.css>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6958761602872755" crossorigin=anonymous></script>
<link rel=stylesheet href=assets/css/responsive.css>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V6HH2RKGTW"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V6HH2RKGTW');
</script>
</head>
<body>
<div id=preloader-active>
<div class="preloader d-flex align-items-center justify-content-center">
<div class="preloader-inner position-relative">
<div class=text-center>
<img class="jump mb-50" src=assets/imgs/loading.svg alt>
<h6>Now Loading</h6>
<div class=loader>
<div class="bar bar1"></div>
<div class="bar bar2"></div>
<div class="bar bar3"></div>
</div>
</div>
</div>
</div>
</div>
<div class=main-wrap>
<aside id=sidebar-wrapper class="custom-scrollbar offcanvas-sidebar position-right">
<button class=off-canvas-close><i class=ti-close></i></button>
<div class=sidebar-inner>
<div class="siderbar-widget mb-50 mt-30">
<form action=# method=get class="search-form position-relative">
<input type=text class=search_field placeholder=Search value name=s>
<span class=search-icon><i class="ti-search mr-5"></i></span>
</form>
</div>
<div class="sidebar-widget mb-50">
<div class="widget-header mb-30">
<h5 class=widget-title>Top <span>Trending</span></h5>
</div>
<div class=post-aside-style-2>
<ul class=list-post>
<li class="mb-30 wow fadeIn animated">
<div class=d-flex>
<div class="post-thumb d-flex mr-15 border-radius-5 img-hover-scale">
<a class=color-white href=#>
<img src=assets/imgs/thumbnail-2.jpg alt>
</a>
</div>
<div class="post-content media-body">
<h6 class="post-title mb-10 text-limit-2-row"><a href=#>Vancouver woman finds pictures and videos of herself online</a></h6>
<div class="entry-meta meta-1 font-x-small color-grey float-left text-uppercase">
<span class=post-by>By <a href=#>K. Marry</a></span>
<span class=post-on>4m ago</span>
</div>
</div>
</div>
</li>
<li class="mb-30 wow fadeIn animated">
<div class=d-flex>
<div class="post-thumb d-flex mr-15 border-radius-5 img-hover-scale">
<a class=color-white href=#>
<img src=assets/imgs/thumbnail-3.jpg alt>
</a>
</div>
<div class="post-content media-body">
<h6 class="post-title mb-10 text-limit-2-row"><a href=#>4 Things Emotionally Intelligent People Don’t Do</a></h6>
<div class="entry-meta meta-1 font-x-small color-grey float-left text-uppercase">
<span class=post-by>By <a href=#>Mr. John</a></span>
<span class=post-on>3h ago</span>
</div>
</div>
</div>
</li>
<li class="mb-30 wow fadeIn animated">
<div class=d-flex>
<div class="post-thumb d-flex mr-15 border-radius-5 img-hover-scale">
<a class=color-white href=#>
<img src=assets/imgs/thumbnail-5.jpg alt>
</a>
</div>
<div class="post-content media-body">
<h6 class="post-title mb-10 text-limit-2-row"><a href=#>Reflections from a Token Black Friend</a></h6>
<div class="entry-meta meta-1 font-x-small color-grey float-left text-uppercase">
<span class=post-by>By <a href=#>Kenedy</a></span>
<span class=post-on>4h ago</span>
</div>
</div>
</div>
</li>
<li class="mb-30 wow fadeIn animated">
<div class=d-flex>
<div class="post-thumb d-flex mr-15 border-radius-5 img-hover-scale">
<a class=color-white href=#>
<img src=assets/imgs/thumbnail-7.jpg alt>
</a>
</div>
<div class="post-content media-body">
<h6 class="post-title mb-10 text-limit-2-row"><a href=#>How to Identify a Smart Person in 3 Minutes</a></h6>
<div class="entry-meta meta-1 font-x-small color-grey float-left text-uppercase">
<span class=post-by>By <a href=#>Steven</a></span>
<span class=post-on>5h ago</span>
</div>
</div>
</div>
</li>
<li class="wow fadeIn animated">
<div class=d-flex>
<div class="post-thumb d-flex mr-15 border-radius-5 img-hover-scale">
<a class=color-white href=#>
<img src=assets/imgs/thumbnail-8.jpg alt>
</a>
</div>
<div class="post-content media-body">
<h6 class="post-title mb-10 text-limit-2-row"><a href=#>Blackface Minstrel Songs Don’t Belong in Children’s Music Class</a></h6>
<div class="entry-meta meta-1 font-x-small color-grey float-left text-uppercase">
<span class=post-by>By <a href=#>J.Smith</a></span>
<span class=post-on>5h30 ago</span>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="sidebar-widget widget_tag_cloud mb-50">
<div class="widget-header tags-close mb-20">
<h5 class="widget-title mt-5">Tags Cloud</h5>
</div>
<div class=tagcloud>
<a href=#>Beauty</a>
<a href=#>Book</a>
<a href=#>Design</a>
<a href=#>Fashion</a>
<a href=#>Lifestyle</a>
<a href=#>Travel</a>
<a href=#>Science</a>
<a href=#>Health</a>
<a href=#>Sports</a>
<a href=#>Arts</a>
<a href=#>Books</a>
<a href=#>Style</a>
</div>
</div>
<div class="sidebar-widget widget-ads mb-30">
<div class="widget-header tags-close mb-20">
<h5 class="widget-title mt-5">Your Ads Here</h5>
</div>
<a href=assets/imgs/news-1.jpg class=play-video data-animate=zoomIn data-duration=1.5s data-delay=0.1s>
<img class=border-radius-10 src=assets/imgs/ads-1.jpg alt>
</a>
</div>
</div>
</aside>
<?php include('header.php') ?>
<main class=position-relative>
<div class=container>
<div class="entry-header entry-header-1 mb-30 mt-50">
<div class="entry-meta meta-0 font-small mb-30"><a href=#><span class="post-cat bg-success color-white">Global News</span></a></div>
<h1 class="post-title mb-30">
Asaduddin Owaisi responds to PM Modi's speech from Rajasthan: "That is untrue." How about you?
</h1>
<div class="entry-meta meta-1 font-x-small color-grey text-uppercase">
<span class=post-by>By Newsguru Editors</span>
<span class=post-on>04-23-2024 02:54:40</span>
<span class=time-reading>12 mins read</span>
</div>
</div>
<div class="row mb-50">
<div class="col-lg-8 col-md-12">
<div class="single-social-share single-sidebar-share mt-30">
<ul>
<li><a class="social-icon facebook-icon text-xs-center" target=_blank href=#><i class=ti-facebook></i></a></li>
<li><a class="social-icon twitter-icon text-xs-center" target=_blank href=#><i class=ti-twitter-alt></i></a></li>
<li><a class="social-icon pinterest-icon text-xs-center" target=_blank href=#><i class=ti-pinterest></i></a></li>
<li><a class="social-icon instagram-icon text-xs-center" target=_blank href=#><i class=ti-instagram></i></a></li>
<li><a class="social-icon linkedin-icon text-xs-center" target=_blank href=#><i class=ti-linkedin></i></a></li>
<li><a class="social-icon email-icon text-xs-center" target=_blank href=#><i class=ti-email></i></a></li>
</ul>
</div>
<div class="bt-1 border-color-1 mb-30"></div>
<figure class="single-thumnail mb-30">
<img src=assets/imgs/news/owisi.webp alt="" width="100%">
<div class="credit mt-15 font-small color-grey">
<i class="ti-credit-card mr-5"></i><span>Image credit: additional resources.</span>
</div>
</figure>
<div class=single-excerpt>
<p class=font-large><mark>Prime Minister Narendra Modi is accused by Asaduddin Owaisi of dog-whistling against Muslims in his own nation.</mark></p>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6958761602872755"
data-ad-slot="3917672390"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
<div class=entry-main-content>
<hr class="wp-block-separator is-style-wide">
<p>Prime Minister Narendra Modi came under fire on Monday from Asaduddin Owaisi of the AIMIM for categorizing Muslims in a recent address in Rajasthan. According to PTI, the PM said that "those who have more children" is a lie.</p>
<p>"I may be taunted for having six children," Asaduddin Owaisi stated at an election rally in the Purnea region of Bihar. However, what about Modi, who was raised in a huge family, and his party associates, Amit Shah and Ravi Shankar Prasad, who each have six siblings?</p>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6958761602872755"
data-ad-slot="3917672390"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>During a Sunday rally in Banswara, Rajasthan, Modi attacked the Congress manifesto, accusing the opposition party of stealing people's valuables and hard-earned money to give to "those who have more children" and "infiltrators." Modi also brought up former prime minister Manmohan Singh's 2006 speech, claiming he had stated that Muslims have the "first claim" on the nation's resources.
Asaduddin Owaisi declared that he wished to analyze Modi's address "post mortem."
</p>
<p>Muslims, according to Modi, have more children. It is untrue. Official data indicates that the community's fertility rate has decreased to 2.36 percent. Although, it must be acknowledged, the fertility rate is lower among our Hindu brethren, the Hyderabad MP stated during the rally, according to PTI.
Modi's comments against Banswara, according to Owaisi, were "divisive."
</p>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6958761602872755"
data-ad-slot="3917672390"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>"If we follow Modi's reasoning, even though these states contribute more to the GDP than the north, the southern states might become restless over having fewer Members of Parliament," Owaisi stated.
The AIMIM chief also denounced the PM's use of the term "ghuspaithiye" (infiltrators), calling it a "insult" to the people of the Seemanchal region of Bihar, which is near Bangladesh and Nepal. He also said that the government has consistently refused to provide information on illegal immigrants in Parliament.
</p>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6958761602872755"
data-ad-slot="3917672390"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>Additionally, Owaisi declared, "The prime minister embraces his counterparts in places like Dubai with warm embraces and greetings of Ya Habibi (my dear) while engaging in dog-whistling against Muslims in his own country."
It has been announced that the AIMIM will run for more than a dozen seats in Bihar. Akhtarul Iman, the state unit chairman, and MLA representing the predominantly Muslim Kishanganj constituency, which includes sections of Purnea, is involved in the conflict.
</p>
<h5 style="color:red;">Modi renews ‘redistribution of wealth’ attack</h5>
<p>While the Opposition party urged the Election Commission of India to take action against him for his alleged communal remarks made the day before, Modi continued his attack on the Congress during his speech in Aligarh, a constituency in western Uttar Pradesh with a sizable Muslim population.</p>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-6958761602872755"
data-ad-slot="3917672390"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<p>AICC general secretary in charge of the organization, KC Venugopal, denied the allegations that have triggered a political dispute and stated that party chief Mallikarjun Kharge has asked to meet with the prime minister in order to "educate him" about the organization's electoral pledge document.
According to the Bharatiya Janata Party, the prime minister has expressed the views of the people and called a spade a spade. The opposition is hurting because Modi has shown them the mirror, BJP spokesperson Gaurav Bhatia told reporters.
Modi went on to say that he wished to "alert" people on the Congress and the opposition INDIA bloc's "intentions."
</p>
</div>
<?php include('sociallink.php') ?>
<?php include('relatedpost.php') ?>
</div>
<?php include('rightside.php') ?></div>
</div>
</main>
<?php include('footer.php') ?>
</div>
<div class=dark-mark></div>
<script src=assets/js/vendor/modernizr-3.6.0.min.js></script>
<script src=assets/js/vendor/jquery-3.6.0.min.js></script>
<script src=assets/js/vendor/popper.min.js></script>
<script src=assets/js/vendor/bootstrap.min.js></script>
<script src=assets/js/vendor/jquery.slicknav.js></script>
<script src=assets/js/vendor/owl.carousel.min.js></script>
<script src=assets/js/vendor/slick.min.js></script>
<script src=assets/js/vendor/wow.min.js></script>
<script src=assets/js/vendor/animated.headline.js></script>
<script src=assets/js/vendor/jquery.magnific-popup.js></script>
<script src=assets/js/vendor/jquery.ticker.js></script>
<script src=assets/js/vendor/jquery.vticker-min.js></script>
<script src=assets/js/vendor/jquery.scrollUp.min.js></script>
<script src=assets/js/vendor/jquery.nice-select.min.js></script>
<script src=assets/js/vendor/jquery.sticky.js></script>
<script src=assets/js/vendor/perfect-scrollbar.js></script>
<script src=assets/js/vendor/waypoints.min.js></script>
<script src=assets/js/vendor/jquery.counterup.min.js></script>
<script src=assets/js/vendor/jquery.theia.sticky.js></script>
<script src=../../ionicons%405.0.0/dist/ionicons.js></script>
<script src=assets/js/main.js></script>
</body>
</html>