-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
860 lines (824 loc) · 41.8 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
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
<!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>Alpha Blogs - Blog by alphalapois </title>
<link href="//fonts.googleapis.com/css?family=Nunito:400,600,700,800&display=swap" rel="stylesheet">
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke p-0">
<h1> <a class="navbar-brand" href="index.html">
<span class="fa fa-bell-o"></span> Alpha Blogs
</a></h1>
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ml-lg-5 mr-lg-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item @@about__active">
<a class="nav-link" href="about.html">About Us</a>
</li>
<li class="nav-item @@contact__active">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item @@contact__active">
<a class="nav-link" href="https://mycv.blob.core.windows.net/ayushcv/Ayush_resumecert.pdf" target="blank">Download CV</a>
</li>
</ul>
<!--/search-right-->
<div class="navbar-nav search-right nav-item dropdown">
<a class="nav-link dropdown-toggle" href="" id="navbarDropdown" role="button"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span class="fa fa-search"></span>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<div class="search_form">
<form action="search-results.html" method="GET">
<input type="text" placeholder="Search">
<button type="submit" class="btn" value=""><span class="fa fa-search"
aria-hidden="true"></span></button>
</form>
</div>
</div>
</div>
<!--//search-right-->
</div>
<!-- toggle switch for light and dark theme -->
<div class="mobile-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--/header-->
<div class="w3l-banner py-5">
<div class="container py-lg-3 py-md-3">
<div class="ban-content-inf row py-lg-3">
<div class="maghny-gd-1 col-lg-8">
<div class="maghny-grid">
<figure class="effect-lily border-radius">
<img class="img-fluid radius-image" src="assets/images/1.jpg" alt="Loading in Progress please wait">
<figcaption class="w3set-hny">
<div class="info">
<a href="https://forms.gle/9aVzYxqoEr23Nk157" class="receipe">Event</a>
<h4 class="top-text">Crack DSA in association with CSSS society Rkgit.</h4>
<p class="mt-2 d-sm-block d-none"> This DSA crack competition is organised to promote coding culture in the campus as well as to create competitive attitude in students.</p>
<div class="p-footer">
<aside class="p-meta-info">
<a href="https://forms.gle/9aVzYxqoEr23Nk157"target ="blank" class="post-img-anchor">
<img src="assets/images/a1.jpg" alt="PROCESSING IN PROGRESS..........PLEASE WAIT" class="post-img" />
</a>
<a href="https://www.linkedin.com/in/ashutosh0101/"target="_blank">Ashutosh kumar</a>
<span class="meta-info-date">
<span class="fa fa-clock-o"></span> March 28 , 2023
</span>
</aside>
</div>
</div>
</figcaption>
</figure>
</div>
</div>
<div class="maghny-gd-1 col-lg-4 mt-lg-0 mt-4 mobile-grid">
<div class="maghny-gd-1">
<div class="maghny-grid">
<figure class="effect-lily border-radius">
<img class="img-fluid radius-image" src="assets/images/2.jpg" alt="" />
<figcaption>
<div>
<a href = "https://kavach.mic.gov.in/"target="blank" class="top-text1"><h4 KAWACH A hackathon for the cyber security</a>
<aside class="p-meta-info">
<span class="meta-info-el meta-info-custom">
</span>Participate and innovate
</span>
</aside>
</div>
</figcaption>
</figure>
</div>
</div>
<div class="maghny-gd-1 mt-lg-4">
<div class="maghny-grid">
<figure class="effect-lily border-radius">
<img class="img-fluid radius-image" src="assets/images/3.jpg" alt="" />
<figcaption>
<div>
<h4 class="top-text1">Semester exam of First and second year</h4>
<aside class="p-meta-info">
<span class="meta-info-el meta-info-custom">
<span class="fa fa-bell-o mr-2"></span>Organised by
<strong>AKTU</strong>
</span>
</aside>
</div>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- adv -->
<div class="ad-image text-center pb-lg-5">
<div class="container">
<h6 class="advert-decs">- Hostel news -</h6>
<a class="widget-ad-link" target="_blank" href=""><img
src="assets/images/ad.jpg" alt="- Advertisement -" class="radius-image img-fluid"></a>
</div>
</div>
<!-- //adv -->
<div class="w3l-searchblock w3l-homeblock1 py-5">
<div class="container py-lg-4 py-md-3">
<!-- block -->
<div class="row">
<div class="col-lg-8 most-recent pr-lg-4">
<h3 class="title-left mb-3">Latest Events</h3>
<div class="row">
<div class="col-lg-6 col-md-6 item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/4.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe green">Event</a>
<span class="meta-info meta-info-custom">
<span class="fa fa-clock-o mr-2"></span>every weekend
</span>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">The Best Events To Participate This Weekend
</a>
<p>It is very important for the student to be the all rounder. They can choose
interest of their hostel life.</p>
<div class="p-footer mt-3">
<div class="p-meta-info">
<a href="#img" class="post-img-anchor">
<img src="assets/images/a1.jpg" alt=""
class="post-img radius-img img-fluid" />
</a>
<a href="#url">Rahul maurya</a>
</div>
<a href="#read" class="read">Read more <span class="fas fa-arrow-right"></span></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 item mt-md-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/5.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe orange">Must know</a>
<span class="meta-info meta-info-custom">
<span class="fa fa-clock-o mr-2"></span>10 Min Read
</span>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Night party causing distubance to kallu bhaiya grind
</a>
<p>It is very important to stop the night party and songs that are causing disturbance to others.</p>
<div class="p-footer mt-3">
<div class="p-meta-info">
<a href="#img" class="post-img-anchor">
<img src="assets/images/a2.jpg" alt=""
class="post-img radius-img img-fluid" />
</a>
<a href="https://www.linkedin.com/in/rahul-maurya-277069227"target="blank">Rahul</a>
</div>
<a href="#read" class="read">Read more <span class="fas fa-arrow-right"></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 item mt-5 pt-lg-3">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/6.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe orange">Must read</a>
<span class="meta-info meta-info-custom">
<span class="fa fa-clock-o mr-2"></span>10 min read
</span>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Hostellers are so single that they are trying on their fellow hostellers.
</a>
<p>It should be mandatory for every hosteller to have a girlfriend and if they don't, they should be removed from the hostel.</p>
<div class="p-footer mt-3">
<div class="p-meta-info">
<a href="#img" class="post-img-anchor">
<img src="assets/images/a3.jpg" alt=""
class="post-img radius-img img-fluid" />
</a>
<a href="">Ashutosh</a>
</div>
<a href="#read" class="read">Read more <span class="fas fa-arrow-right"></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 item mt-5 pt-lg-3">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/7.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">Notice</a>
<span class="meta-info meta-info-custom">
<span class="fa fa-clock-o mr-2"></span>10 Min Read
</span>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Starbucks Blonde Caffè: A Good Espresso With Milk
</a>
<p>It is very important for the customer to be successful. Who to choose
be of life..</p>
<div class="p-footer mt-3">
<div class="p-meta-info">
<a href="#img" class="post-img-anchor">
<img src="assets/images/a4.jpg" alt=""
class="post-img radius-img img-fluid" />
</a>
<a href="#url">Jagat nath</a>
</div>
<a href="#read" class="read">Read more <span class="fas fa-arrow-right"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 trending mt-lg-0 mt-5 mb-lg-5 pl-lg-4">
<div class="pos-sticky">
<div class="side-post-banner text-center">
<h3 class="title-left">Create a Stunning Website!</h3>
<p class="mt-3">Hello, it's really a pain in the head. Free, it's a pain to do, it's a lot of fun. herself
his blessed</p>
<a href="#read" class="btn-style btn btn-primary mt-4"> Get started </a>
</div>
<div class="tweets mt-5">
<h3 class="title-left mb-sm-3">My Feed </h3>
<ul class="blog-cat twitter-feed">
<li>
<a href="https://ayushresume-updated.s3.ap-south-1.amazonaws.com/updated+resume+-+Ayush+shukla.pdf" target="blank"> Ayush shukla is doing a really good in his career. you can download his cv here .
<br><em class="twitter-date">March 28, 2023</em></a>
</li>
<li>
<a href="#url">A new program is being organised by the club of rkgit in order to save the students from the rain of assignments.
<br><em class="twitter-date">Oct 4, 2022</em></a>
</li>
<li>
<a href="#url"> The food blog website is to give free zomato voucher to if it is approved. Enjoy meal (:
<br><em class="twitter-date">Oct 4, 2022</em></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- //block-->
</div>
</div>
<!-- grids -->
<section class="grids-1 py-5" id="trip">
<div class="grids py-lg-5 py-md-4">
<div class="container">
<div class="row grids-gap">
<div class="col-lg-4 align-self">
<div class="text-left">
<h3 class="title-left mb-3">Categories</h3>
<p class="text-para">I chatted with that pregnant smile. If and but
it is lacinia. Everyone likes a bed, an eros and, a good smile.
There is no need to pay attention. not a great will </p>
</div>
</div>
<div class="col-lg-8 mt-lg-0 mt-md-5 mt-sm-4 mt-2">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 mt-sm-0 mt-4">
<div class="column">
<a href="#single"><img src="assets/images/recipe.jpg" alt="" class="img-fluid" /></a>
<div class="info">
<h4><a href="#single">Recipes</a></h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 mt-sm-0 mt-4">
<div class="column">
<a href="#single"><img src="assets/images/drinks.jpg" alt="" class="img-fluid" /></a>
<div class="info">
<h4><a href="#single">Cooldrinks</a></h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 mt-md-0 mt-4">
<div class="column">
<a href="#single"><img src="assets/images/video.jpg" alt="" class="img-fluid" /></a>
<div class="info">
<h4><a href="#single">How to make</a></h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //grids -->
<div class="w3l-searchblock w3l-homeblock1 py-5">
<div class="container py-lg-4 py-md-3">
<!-- block -->
<div class="most-recent">
<div class="title-align mb-4">
<h3 class="title-left">20-Minutes Meals</h3>
<a href="#blog" class="more-posts"> View more posts <span class="fas fa-arrow-right"></span></a>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/meal1.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">How to</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">The only 12 curry recipes you’ll Ever Need
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 4, 2022</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 item mt-md-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/meal2.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe orange">Reciepe</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">How to cook French Fries like in a Restaurant same as ayush
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 3, 2022</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 item mt-lg-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/meal3.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">How to</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Spicy noodles with north indian ayush style
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 3, 2022</span>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 item mt-lg-0 mt-5">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/meal4.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe recipe">Reciepe</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Eat Healthy, Delicious and Perfect Burgers
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 7, 2022</span>
</div>
</div>
</div>
</div>
</div>
<!-- //block-->
</div>
</div>
<!-- home page newsletter -->
<section class="w3l-bottom" id="newsletter">
<div class="container">
<div class="subscribe p-sm-5 p-4">
<div class="row px-lg-0 py-lg-4 p-2">
<div class="col-lg-5 header-section mx-auto">
<h3 class="title-left">Subscribe Newsletter </h3>
<p class=""> Get our latest news straight into your inbox</p>
</div>
<div class="col-lg-7 mt-lg-0 mt-4">
<form action="#" method="post" class="subscribe-wthree">
<div class="d-md-flex flex-wrap subscribe-wthree-field">
<input class="form-control" type="email" placeholder="Enter your email..." name="email"
required="">
<button class="btn btn-style btn-primary" type="submit">
<span class="fa fa-paper-plane"></span>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- //home page newsletter -->
<!-- home page section -->
<section class="w3l-homeblock1">
<div class="midd-w3 py-5">
<div class="container py-lg-5 py-md-3">
<div class="title-align mb-4">
<h3 class="title-left">How to make dessert</h3>
<a href="#blog" class="more-posts"> View more Videos <span class="fas fa-arrow-right"></span></a>
</div>
<div id="owl-demo1" class="owl-carousel owl-theme mt-4 py-2 mb-md-4 mb-5">
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/cake1.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe recipe">Reciepe</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">How to make Chocolate troffee crunch cake
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 4, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/cake2.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe recipe">Reciepe</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">How to make the Easiest pancakes ever
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 5, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/cake3.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">How to</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">How to make the choco buttermilk cake
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 6, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/cake4.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe orange">Reciepe</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Chocolate truffle cake is you'll ever need
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 6, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/cake5.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">How to</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">The only 12 curry recipes you’ll Ever Need
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 5, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/cake6.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">How to</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">How to cook French Fries like in a Restaurant
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 5, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/cake7.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe recipe">Reciepe</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Fruit Salad with Honey and Orange Juice
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 5, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/cake8.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe orange">Reciepe</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Now, Make money from blogging in easy steps
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 5, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/1.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe blue">How to</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Fruit Salad with Honey and Orange Juice
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 5, 2022</span>
</div>
</div>
</div>
<div class="item">
<div class="card">
<div class="card-header p-0 position-relative">
<a href="#blog-single">
<img class="card-img-bottom d-block radius-image" src="assets/images/2.jpg"
alt="Card image cap">
</a>
<div class="post-pos">
<a href="#reciepe" class="receipe orange">Reciepe</a>
</div>
</div>
<div class="card-body p-0 blog-details">
<a href="#blog-single" class="blog-desc">Now, Make money from blogging in easy steps
</a>
<span class="post-date"><span class="fa fa-clock-o"></span> Oct 5, 2022</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //home page section -->
<!-- footer -->
<footer class="py-5">
<div class="container pt-md-5">
<div class="footer-logo mb-lg-5 mb-4 text-center">
<a class="navbar-brand" href="index.html"><span class="fa fa-bell-o"></span> Blog Store</a>
<p>We want to provide you with a great experience. Your feedback helps us
bring you more of the events you love and the service you expect.</p>
</div>
<div class="footer-grid">
<div class="w3l-copyright text-center">
<div class="social text-center">
<ul class="d-flex justify-content-center">
<li class="mx-md-2 mx-1"><a href="https://www.facebook.com/ayushpvas9291/" class="facebook"><span class="fab fa-facebook-f"></span></a></li>
<li class="mx-md-2 mx-1"><a href="https://twitter.com/Ayush9291" class="twitter"><span class="fab fa-twitter"></span></a></li>
<li class="mx-md-2 mx-1"><a href="#url" class="rss"><span class="fas fa-rss"></span></a></li>
<li class="mx-md-2 mx-1"><a href="https://www.linkedin.com/in/ayushshukla42/" class="linkedin"><span class="fab fa-linkedin-in"></span></a></li>
<li class="mx-md-2 mx-1"><a href="https://mail.google.com/mail/u/0/#inbox?compose=GTvVlcSKkVWCxVLKlBLZQvkxlMZDqkkfnstMWBWXBKlTCpJzLCbQjXNNmRzZPGsbvHZkVFlCskLkC" class="google"><span class="fab fa-google-plus"></span></a></li>
</ul>
</div>
<p class="mt-4">copywrite © by alphalaporis </p>
</div>
</div>
</div>
</footer>
<!-- footer -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
⤴
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- /move top -->
<script src="assets/js/theme-change.js"></script><!-- theme switch js (light and dark)-->
<script src="assets/js/jquery-3.3.1.min.js"></script><!-- default jQuery -->
<script src="https://kit.fontawesome.com/af562a2a63.js" crossorigin="anonymous"></script>
<!-- owlcarousel -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for banner typing text -->
<script>
function autoType(elementClass, typingSpeed) {
var thhis = $(elementClass);
thhis.css({
"position": "relative",
"display": "inline-block"
});
thhis.prepend('<div class="cursor" style="right: initial; left:0;"></div>');
thhis = thhis.find(".text-js");
var text = thhis.text().trim().split('');
var amntOfChars = text.length;
var newString = "";
thhis.text("|");
setTimeout(function () {
thhis.css("opacity", 1);
thhis.prev().removeAttr("style");
thhis.text("");
for (var i = 0; i < amntOfChars; i++) {
(function (i, char) {
setTimeout(function () {
newString += char;
thhis.text(newString);
}, i * typingSpeed);
})(i + 1, text[i]);
}
}, 1500);
}
$(document).ready(function () {
// Now to start autoTyping just call the autoType function with the
// class of outer div
// The second paramter is the speed between each letter is typed.
autoType(".type-js", 200);
});
</script>
<!-- //script for banner typing text -->
<!-- script for carousel slider -->
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
nav: false,
margin: 30,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
767: {
items: 2,
nav: false
},
992: {
items: 4,
nav: false
}
}
})
})
</script>
<!-- //script for carousel slider -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- disable body scroll which navbar is in active -->
<!--/MENU-JS-->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!--//MENU-JS-->
<!-- bootstrap js -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>