forked from Umeshy3/ataz-husain-shayari
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
584 lines (463 loc) · 28.5 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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Ataz-Husain-Shayari</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Fondamento&display=swap" rel="stylesheet">
<!-- bootstrap -->
<link rel='stylesheet' href="css/bootstrap.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script href="js/bootstrap.min.js"></script>
<!-- css link -->
<link rel="stylesheet" href="css/style.css">
<!-- scroll animation -->
<link rel="stylesheet" href="animation\animate.css">
<script src="animation\wow.min.js"></script>
<!-- font awesome -->
<script src="https://kit.fontawesome.com/d177237f33.js" crossorigin="anonymous"></script>
</head>
<style>
.imgbackground {
max-width: 100%;
height: auto;
background-image: url('img/pg9.webp');
background-size: cover;
}
.footer01 {
background-image: url(img/map.png) !important;
}
</style>
<body>
<div class="imgbackground img-fluid" alt="background-image">
<div class="container">
<div class="media p-3">
<div>
<div class="outerCircle1"></div>
<div class="innerCircle1"></div>
<div class="icon list-inline">
<a href="#" title="Header" data-toggle="popover" data-placement="bottom"
data-content="The data-placement attribute specifies the tooltip position.The data-placement attribute specifies the tooltip position.The data-placement attribute specifies the tooltip position.The data-placement attribute specifies the tooltip position."><img
src="img/ataz.jpg" alt="Ataz" class="rounded-circle img-thumbnail"></a>
</div>
</div>
<div class="media-body">
<h1 class="ml10">
<span class="text-wrapper">
<span class="letters" style="color:white">"Winners Don't Do Different Things, They Do Things
Differently"</span>
</span>
</h1>
</div>
</div>
<section class="course-area pl-1 pr-1">
<div class="course-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section-heading pt-4 pl-5 pr-5">
<div data-wow-offset="200" class="wow tada animated infinite delay-5s "
style="visibility: visible;">
<h5 class="section__meta">Please like & subscribe my channe.</h5>
</div>
<h4 class="section__title" style="color:white">As per your demand new
collection</h4>
<span class="section__divider"></span>
</div><!-- end section-heading -->
</div><!-- end col-lg-12 -->
</div><!-- end row -->
</section>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-12 text-center ">
<div data-wow-offset="200"
class="wow zoomIn animated embed-responsive embed-responsive-16by9 img-thumbnail"
style="visibility: visible; animation-name: zoomIn;">
<iframe width="400" height="315" src="https://www.youtube.com/embed/x_1YRZf0bVs"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class="embed-responsive-item img-thumbnail"></iframe>
</div>
<h6 class="text-center pt-1 pb-1" style="color:white; font-weight:bold"> Shayri | Lockdown Stay
Home px#WithMe</b>
</div>
<div class="col-md-4 col-sm-12 text-center">
<div data-wow-offset="200"
class="wow zoomIn animated embed-responsive embed-responsive-16by9 img-thumbnail"
style="visibility: visible; animation-name: zoomIn;">
<iframe width="400" height="315" src="https://www.youtube.com/embed/wOZHjb-_Xtw"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class=" embed-responsive-item img-thumbnail"></iframe>
</div>
<h6 class="text-center pt-1 pb-1" style="color:white; font-weight:bold"> Shayri | With Positive
Vibes</h6>
</div>
<div class="col-md-4 col-sm-12 text-center ">
<div data-wow-offset="200"
class="wow zoomIn animated embed-responsive embed-responsive-16by9 img-thumbnail"
style="visibility: visible; animation-name: zoomIn;">
<iframe width="400" height="315" src="https://www.youtube.com/embed/v8P2OHEiu2A"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class=" embed-responsive-item img-thumbnail"></iframe>
</div>
<h6 class="text-center pt-1 pb-1" style="color:white; font-weight:bold"> Bas U Hi, After long
time</h6>
</div>
<div class="col-md-4 col-sm-12 text-center">
<div data-wow-offset="200"
class="wow zoomIn animated embed-responsive embed-responsive-16by9 img-thumbnail"
style="visibility: visible; animation-name: zoomIn;">
<iframe width="400" height="315" src="https://www.youtube.com/embed/8KdDxrX_lLo"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class=" embed-responsive-item img-thumbnail"></iframe>
</div>
<h6 class="text-center pt-1 pb-1" style="color:white;font-weight:bold"> Rafting at Rishikesh
</h6>
</div>
<div class="col-md-4 col-sm-12 text-center ">
<div data-wow-offset="200"
class="wow zoomIn animated embed-responsive embed-responsive-16by9 img-thumbnail"
style="visibility: visible; animation-name: zoomIn;">
<iframe width="400" height="315" src="https://www.youtube.com/embed/fiycAyapFGo"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class=" embed-responsive-item img-thumbnail"></iframe>
</div>
<h6 class="text-center pt-1 pb-1" style="color:white;font-weight:bold"> After Accident - Video
</h6>
</div>
<div class="col-md-4 col-sm-12 text-center">
<div data-wow-offset="200"
class="wow zoomIn animated embed-responsive embed-responsive-16by9 img-thumbnail"
style="visibility: visible; animation-name: zoomIn;">
<iframe width="400" height="315" src="https://www.youtube.com/embed/GL0T-tsm9Kg"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen class=" embed-responsive-item img-thumbnail"></iframe>
</div>
<h6 class="text-center pt-1 pb-1" style="color:white;font-weight:bold"> Shayri on Mauzooda Halat
</h6>
</div>
<div class="text-center mx-auto pt-3 pb-5">
<div class="button-shared text-center">
<a href="https://www.youtube.com/channel/UCGesn4ECnGJZBUQgcmNJShw"
class="theme-btn text-white">Click for more Video</a>
</div>
</div>
</div>
</div>
</div>
</div>
<ul id="social-sidebar">
<li>
<a href="https://mobile.twitter.com/atazhussain" class="entypo-twitter"><i class="fab fa-twitter"
aria-hidden="true"></i><span>Tweeter</span></a>
</li>
<li>
<a href="https://facebook.com/sayyedatazhussain" class="entypo-facebook"><i class="fab fa-facebook-square"
aria-hidden="true"></i><span>Facebook</span></a>
</li>
<li>
<a href="#" class="entypo-gplus" class="entypo-facebook"><i class="fab fa-google-plus-square"
aria-hidden="true"></i><span>Google+</span></a>
</li>
<li>
<a href="https://www.instagram.com/ataz_hussain/?hl=en" class="entypo-dribbble"><i class="fab fa-instagram"
aria-hidden="true"></i><span>Instagram</span></a>
</li>
<li>
<a href="https://in.linkedin.com/in/sayyed-ataz-hussain-6b079632" class="entypo-dropbox"><i
class="fab fa-linkedin" aria-hidden="true"></i><span>Linkedin</span></a>
</li>
</ul>
<!-- section customers feadback -->
<section class="flat-register-now container">
<div class="overlay"></div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-6">
<div class="section-heading text-center discover">
<!-- <h5 class="section__meta">feedbacks</h5> -->
<h5 class="section__title pt-5" style="font-size:22px; color:Black; font-weight:bold">Customer
Feedback </h5>
<span class="section__divider"></span>
</div>
<!-- List with Avatar Card -->
<div class="card pmd-card mt-4 bg_Sh img-thumbnail">
<!-- List -->
<ul class="list-group pmd-list ">
<marquee direction="up" width="100%" height="300">
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb1.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">ТВ Татьяна </h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>Thanks for the video is
very interesting.</i></p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb2.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">Rahul RMC </h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>Asalamwaleihukum bhai
👍👌💐...... kya shayari hai bhai waah waah ......
Need Subscribers bro ? Just subscribe me and say done 😉👍🙏💐</i></p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb4.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">
Ghanshyam</h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>😍👌</i></p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb3.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">Weney Tube ወይኒ ቲዬብ </h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>Good bro 😘</i></p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb5.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">
Depois dos quarenta</h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>Very beautiful</i></p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb1.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">ТВ Татьяна </h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>I like ur all shayri.</i>
</p>
</div>
</li>
</marquee>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="section-heading text-center discover">
<!-- <h5 class="section__meta">feedbacks</h5> -->
<h5 class="section__title pt-5" style="font-size:22px; color:Black; font-weight:bold"> Customer
Feedback </h5>
<span class="section__divider"></span>
</div>
<!-- List with Avatar Card -->
<div class="card pmd-card mt-4 bg_Sh img-thumbnail">
<!-- List -->
<ul class="list-group pmd-list ">
<marquee direction="up" width="100%" height="300">
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb5.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">
Depois dos quarenta</h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>Need some More ....</i>
</p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb7.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">Atif Hussain</h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>nice one ❤️</i></p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb8.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">Vikas Patil</h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>Kaise ho Bhai??,Nice to
see u again</i></p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb9.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title"> AADII SANKA</h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>Nice</i></p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb6.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">
assamese boy rj swag</h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>you..are very locy</i>
</p>
</div>
</li>
<li class="list-group-item d-flex flex-row bg_Sh img-thumbnail">
<!-- Avatar -->
<a href="" class="pmd-avatar-list-img ">
<img alt="" data-src="" class="img-fluid rounded-circle" src="img\fb7.jpg"
data-holder-rendered="true" style="height:60px; width:60px">
</a>
<!-- Body -->
<div class="media-body ml-2">
<h6 class="pmd-list-title">Atif Hussain</h6>
<p class="pmd-list-subtitle" style="font-size:15px"><i>thanks for coming u
really motivates us.</i></p>
</div>
</li>
</marquee>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- footer start -->
<div class="content ">
<section class="footer-area footer01" style="background-color:#192836">
<div class="container">
<div class="row">
<div class="col-md-5 col-sm-6">
<a href="#" target="_blank" class="textaz">Ataz Hussain <br>(اطذ حسین)</a>
</div>
<div class="col-md-7 col-sm-6">
<div class="footer-widget pt-3">
<h3 class="footer-title">Social Links</h3>
<span class="section__divider"></span>
<div class="footer-widget">
<ul class="footer-social">
<li>
<a href="https://facebook.com/sayyedatazhussain"><i
class="fab fa-facebook-square" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://mobile.twitter.com/atazhussain"><i class="fab fa-twitter"
aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fab fa-google-plus-square" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.instagram.com/ataz_hussain/?hl=en"><i
class="fab fa-instagram" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://in.linkedin.com/in/sayyed-ataz-hussain-6b079632"><i
class="fab fa-linkedin" aria-hidden="true"></i></a>
</li>
</ul>
<h5 class="pt-3" style="color:white">“Poetry puts starch in your backbone so you can
stand,
so you can compose your life.”
― Maya Angelou</h5>
<br>
<h5 class="pt-3" style="color:white">
“Subsequently, writing a great deal of motivational poetry can make you more
motivated.”
</h5>
</div>
</div>
</div>
</div>
<hr style="background-color:white;">
<p class="pks01 py-auto" style="color:white"><i>For Website Design contact [email protected]</i> </p>
<div class="flaot-right">
<a href="#" class="icon-send-mail" id="[email protected]"><span class="pl-3"
style="color: #e2e2e2;font-size:20px"><i class="far fa-envelope float001"></i></span></a>
<a href="https://api.whatsapp.com/send?phone=+8800776333%20&text=%20Thanks%20for%20contacting%20me,%20I%20really%20appreciate%20your%20ideas."><span class="pl-3"
style="color:#128C7E;font-size:20px"><i class="fab fa-whatsapp float001"></i></span></a>
<a href="https://join.skype.com/invite/XXHUhPxCGynk"><span class="pl-3"
style="color:#00aff0;font-size:20px"><i class="fab fa-skype float001"></i></span></a>
<a href="https://www.facebook.com/yumeshy01"><span class="pl-3"
style="color: #3b5998;font-size:20px"><i class="fab fa-facebook float001"></i></span></a>
</div>
</div>
</section>
</div>
<!-- text Scroll -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<script src="js/ataz.js"></script>
<!-- send mail by icon -->
<script>
$(document).ready(function () {
$('.icon-send-mail').on('click', function (e) {
var mailto_link = 'mailto:' + $(this).attr('id');
var win = window.open(mailto_link, 'emailWindow');
});
});
</script>
<script>
// wats app
// https://api.whatsapp.com/send?phone=+{{ *YOURNUMBER* }}&text=%20{{ *YOUR MESSAGE* }}
var yourNumber = "{{'8800776333'}}"
var yourMessage = "{{ ' ' }}"
// %20 mean space in link
// If you already had an array then you just join them with '%20'
// easy right
function getLinkWhastapp(number, message) {
number = this.yourNumber
message = this.yourMessage.split(' ').join('%20')
return console.log('https://api.whatsapp.com/send?phone=' + 8800776333 + '&text=%20' + 'Thanks for contacting me, I really appreciate your ideas.')
}
getLinkWhastapp()
</script>
</body>
</html>