-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproject3.html
More file actions
674 lines (561 loc) · 29.5 KB
/
project3.html
File metadata and controls
674 lines (561 loc) · 29.5 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Rotaract Club Ulhasnagar</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Construction Html5 Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<!-- Favicon
================================================== -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- CSS
================================================== -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="plugins/fontawesome/css/all.min.css">
<!-- Animation -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- slick Carousel -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<link rel="stylesheet" href="plugins/slick/slick-theme.css">
<!-- Colorbox -->
<link rel="stylesheet" href="plugins/colorbox/colorbox.css">
<!-- Template styles-->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header id="header" class="header-two">
<div class="site-navigation">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light p-0">
<div class="logo" style="display: inline-block;">
<a class="d-block" href=" index.html">
<img loading="lazy" src="images/logo.png" alt="Rotaract">
<img loading="lazy" src="images/theme-logo.png" alt="Rotaract" style="margin-left: 30px;">
</a>
</div><!-- logo end -->
<div class="extra-bts">
<ul id="donate-join">
<li id="donate" class="header-get-a-quote">
<a class="btn btn-primary" href="donate.html">Donate</a>
</li>
<li class="header-get-a-quote">
<a class="btn btn-primary" href="joinus.html">Join Us</a>
</li>
</ul>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbar-collapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navbar-collapse" class="collapse navbar-collapse">
<ul class="nav navbar-nav ml-auto align-items-center">
<li class="nav-item dropdown active">
<a href="index.html">Home</a>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Club <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="about.html">About Us</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="newmem.html">All Members</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="" class="nav-link dropdown-toggle" data-toggle="dropdown">Projects<i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="project.html">All Projects</a></li>
<li><a href="calendar.html">Events Calendar</a></li>
</ul>
</li>
<!-- <li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Services <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="services.html">Services All</a></li>
<li><a href="service-single.html">Services Single</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Features <i class="fa fa-angle-down"></i></a>
<ul class="dropdown-menu" role="menu">
<li><a href="typography.html">Typography</a></li>
<li><a href="404.html">404</a></li>
<li class="dropdown-submenu">
<a href="#!" class="dropdown-toggle" data-toggle="dropdown">Parent Menu</a>
<ul class="dropdown-menu">
<li><a href="#!">Child Menu 1</a></li>
<li><a href="#!">Child Menu 2</a></li>
<li><a href="#!">Child Menu 3</a></li>
</ul>
</li>
</ul>
</li> -->
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
<!-- <li id= "donate" class="header-get-a-quote">
<a class="btn btn-primary" href="donate.html">Donate</a>
</li>
<li class="header-get-a-quote">
<a class="btn btn-primary" href="https://docs.google.com/forms/d/e/1FAIpQLSeNNO1pvcGln-HoiG5Av07pQohF1jESrNHu2vmzP9uVGV4jGw/viewform">Join Us</a>
</li> -->
</div>
</nav>
</div>
<!--/ Col end -->
</div>
<!--/ Row end -->
</div>
<!--/ Container end -->
</div>
<!--/ Navigation end -->
</header>
<!--/ Header end -->
<div class="paralax-mf bg-image" style="background-image: url(images/banner/project_banner.jpg)">
<div class="overlay-mf"></div>
<div id="banner-area" class="banner-area">
<div class="banner-text">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="banner-heading">
<h1 class="banner-title">Projects</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb justify-content-center">
<li class="breadcrumb-item"><a href="#">Home</a></li>
<li class="breadcrumb-item"><a href="#">Projects</a></li>
</ol>
</nav>
</div>
</div><!-- Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div><!-- Banner text end -->
</div><!-- Banner area end -->
</div>
<section id="main-container" class="main-container">
<div class="container">
<div class="row">
<div class="col-md-5"></div>
<div class="col-md-6">
<nav class="paging" aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="project.html"><i class="fas fa-angle-double-left"></i></a></li>
<li class="page-item"><a class="page-link" href="project.html">1</a></li>
<li class="page-item"><a class="page-link" href="project2.html">2</a></li>
<li class="page-item"><a class="page-link" href="#" style="background-color:#61a336; color: white;">3</a></li>
<li class="page-item"><a class="page-link" href="project4.html">4</a></li>
<li class="page-item"><a class="page-link" href="project4.html"><i class="fas fa-angle-double-right"></i></a></li>
</ul>
</nav>
</div>
<div class="col-md-1"></div>
</div>
<div class="row">
<div class="col-lg-4 order-1 order-lg-0" style="position: relative;">
<div class="sidebar sidebar-left" id="all-event-list" style="max-height: calc(100vh - 9rem); overflow-y: auto;">
<div class="widget recent-posts">
<h3 class="widget-title">Upcoming Events</h3>
<ul class="list-unstyled">
<li class="d-flex align-items-center">
<div class="posts-thumb">
<a href="calendar.html"><img loading="lazy" alt="img" src="images/upcoming/rockitwithracket.png"></a>
</div>
<div class="post-info">
<h4 class="entry-title">
<a href="calendar.html">Rock it with Racket</a>
</h4>
<span class="sidebar-meta-date"><i class="far fa-calendar"></i>Coming Saturday</span>
</div>
</li><!-- 3rd post end-->
<div class= "calendar-link">
<a href= "calendar.html" >View in calendar</a>
</div>
</ul>
</div><!-- Recent post end -->
<div class="widget recent-posts">
<h3 class="widget-title">Highlights</h3>
<ul class="list-unstyled">
<li class="d-flex align-items-center">
<div class="posts-thumb">
<a href="#"><img loading="lazy" alt="img" src="images/projects/shaamhaseen.PNG"></a>
</div>
<div class="post-info">
<h4 class="entry-title">
<a href="#">Shaam Haseen</a>
</h4>
<span class="sidebar-meta-date"><i class="far fa-calendar"></i> Club Service</span>
</div>
</li><!-- 1st post end-->
<li class="d-flex align-items-center">
<div class="posts-thumb">
<a href="#"><img loading="lazy" alt="img" src="images/news/Fun1.jpg"></a>
</div>
<div class="post-info">
<h4 class="entry-title">
<a href="#">Frizzling Four</a>
</h4>
<span class="sidebar-meta-date"><i class="far fa-calendar"></i> Sports Event</span>
</div>
</li><!-- 2nd post end-->
<li class="d-flex align-items-center">
<div class="posts-thumb">
<a href="#"><img loading="lazy" alt="img" src="images/projects/pfp.PNG"></a>
</div>
<div class="post-info">
<h4 class="entry-title">
<a href="#">Plastic Free Planet</a>
</h4>
<span class="sidebar-meta-date"><i class="far fa-calendar"></i> Community Service</span>
</div>
</li><!-- 3rd post end-->
</ul>
</div><!-- Recent post end -->
</div><!-- Sidebar end -->
</div><!-- Sidebar Col end -->
<div class="col-lg-8 mb-5 mb-lg-0 order-0 order-lg-1 " id="all-project-list" style="max-height: calc(100vh - 9rem); overflow-y: auto;">
<div class="post">
<div class="post-media post-image">
<img loading="lazy" src="images/projects/shaamhaseen.PNG" class="img-fluid" alt="post-image">
</div>
<div class="post-body">
<div class="entry-header">
<div class="post-meta">
<!-- <span class="post-author">
<i class="far fa-user"></i><a href="#"> Admin</a>
</span>
<span class="post-cat">
<i class="far fa-folder-open"></i><a href="#"> News</a>
</span> -->
<span class="post-meta-date"><i class="far fa-calendar"></i> July 31, 2021</span>
</div>
<h2 class="entry-title">
<a href="news-single.html">Shaam Haseen</a>
</h2>
</div><!-- header end -->
<div class="entry-content">
<p>
To celebrate friendship day by bringing back the old tradition of tying friendship bands and having a dinner together.
All the members were gathered at the venue at the given time. Members enjoyed the food and drink.
All Members enjoyed the music and everyone participated in dancing. The members came on the dance floor where they were asked to Ramp walk.
The winner for the best ramp Walk was announced. In order to exchange friendship games a small game was played where a person would describe a member and others had to guess.
</p>
</div>
</div><!-- post-body end -->
</div><!-- 1st post end -->
<div class="post">
<div class="post-media post-image">
<img loading="lazy" src="images/projects/pyaarisiyaari.PNG" class="img-fluid" alt="post-image">
</div>
<div class="post-body">
<div class="entry-header">
<div class="post-meta">
<!-- <span class="post-author">
<i class="far fa-user"></i><a href="#"> Admin</a>
</span>
<span class="post-cat">
<i class="far fa-folder-open"></i><a href="#"> News</a>
</span> -->
<span class="post-meta-date"><i class="far fa-calendar"></i>Jule 27, 2021</span>
<!-- <span class="post-comment"><i class="far fa-comment"></i> 03<a href="#"
class="comments-link">Comments</a></span> -->
</div>
<h2 class="entry-title">
<a href="news-single.html">Pयारी सी याRइ</a>
</h2>
</div><!-- header end -->
<div class="entry-content">
<p>Pयारी सी याRइ, a PR initiative where the club created a template and shared it across several social media platforms.
Along with the template, a PR message including the instruction to participate in the trend was given.
In the template, people added a picture with their friends, wrote a short message, and tagged our Instagram page
along with two more people to continue the process. More than 20 actions were taken from the template story and reached more than 100 people.
People started using the template on friendship day and soon started posting stories using the template.</p>
</div>
</div><!-- post-body end -->
</div><!-- 2nd post end -->
<div class="post">
<div class="post-media post-image">
<img loading="lazy" src="images/projects/pfp.PNG" class="img-fluid" alt="post-image">
</div>
<div class="post-body">
<div class="entry-header">
<div class="post-meta">
<!-- <span class="post-author">
<i class="far fa-user"></i><a href="#"> Admin</a>
</span>
<span class="post-cat">
<i class="far fa-folder-open"></i><a href="#"> News</a>
</span> -->
<span class="post-meta-date"><i class="far fa-calendar"></i> August 17, 2021</span>
<!-- <span class="post-comment"><i class="far fa-comment"></i> 03<a href="#"
class="comments-link">Comments</a></span> -->
</div>
<h2 class="entry-title">
<a href="">Plastic free planet</a>
</h2>
</div><!-- header end -->
<div class="entry-content">
<p>To raise awareness about the negative impacts of plastic bags on the planet and human health.
The club organised a rally starting from Ulhasnagar’s busiest location of Gol Maidan. The club protested against the use of plastic bags with slogans like,
“प्लाटिक बैग को हटाना है, ये सबको समझाना है” (The plastic bag has to be removed, this has to be explained to everyone) and many more.
Some plastic bags were replaced by cloth bags from vendors and locals.
</p>
</div>
</div><!-- post-body end -->
</div><!-- 3rd post end -->
<div class="post">
<div class="post-media post-image">
<img loading="lazy" src="images/projects/frizzling4.PNG" class="img-fluid" alt="post-image">
</div>
<div class="post-body">
<div class="entry-header">
<div class="post-meta">
<!-- <span class="post-author">
<i class="far fa-user"></i><a href="#"> Admin</a>
</span>
<span class="post-cat">
<i class="far fa-folder-open"></i><a href="#"> News</a>
</span> -->
<span class="post-meta-date"><i class="far fa-calendar"></i>July 24, 2021</span>
<!-- <span class="post-comment"><i class="far fa-comment"></i> 03<a href="#"
class="comments-link">Comments</a></span> -->
</div>
<h2 class="entry-title">
<a href="news-single.html">Frizzling Four</a>
</h2>
</div><!-- header end -->
<div class="entry-content">
<p>
With the first sports Project, full of positive feedbacks and people asking for more such events to be organized in the Future,
Rotaract Club of Ulhasnagar came up with its first ever Joint Sports Project with Rotaract Club of Ulhasnagar Sapna Garden,
Frizzling Fours - an Official Cricket Tournament.
</p>
</div>
</div><!-- post-body end -->
</div><!-- 4th post end -->
<div class="post">
<div class="post-media post-image">
<img loading="lazy" src="images/projects/gearup.PNG" class="img-fluid" alt="post-image">
</div>
<div class="post-body">
<div class="entry-header">
<div class="post-meta">
<!-- <span class="post-author">
<i class="far fa-user"></i><a href="#"> Admin</a>
</span>
<span class="post-cat">
<i class="far fa-folder-open"></i><a href="#"> News</a>
</span> -->
<span class="post-meta-date"><i class="far fa-calendar"></i>July 23, 2021</span>
<!-- <span class="post-comment"><i class="far fa-comment"></i> 03<a href="#"
class="comments-link">Comments</a></span> -->
</div>
<h2 class="entry-title">
<a href="news-single.html">Gear up</a>
</h2>
</div><!-- header end -->
<div class="entry-content">
<p>
In order to help Rotaractors and people learn, identify and understand the reason of Stress,
our club along with Rotary Club Of Thane Green City organised an online seminar - “Gear Up”.
The speaker, RTD CDR Girish Konkar, walked us through steps towards a life where we can live a life without stress.
</p>
</div>
</div><!-- post-body end -->
</div><!-- 5th post end -->
<div class="post">
<div class="post-media post-image">
<img loading="lazy" src="images/projects/eklavya.PNG" class="img-fluid" alt="post-image">
</div>
<div class="post-body">
<div class="entry-header">
<div class="post-meta">
<!-- <span class="post-author">
<i class="far fa-user"></i><a href="#"> Admin</a>
</span>
<span class="post-cat">
<i class="far fa-folder-open"></i><a href="#"> News</a>
</span> -->
<span class="post-meta-date"><i class="far fa-calendar"></i>July 17, 2021</span>
<!-- <span class="post-comment"><i class="far fa-comment"></i> 03<a href="#"
class="comments-link">Comments</a></span> -->
</div>
<h2 class="entry-title">
<a href="news-single.html">Eklavya</a>
</h2>
</div><!-- header end -->
<div class="entry-content">
<p>Think India Tribal Rights Forum is an organization that has come up with an initiative of raising awareness about
Tribal Rights in the form of Project Eklavya. Our Club collaborated with Think India Tribal rights Forum for this project in order to understand more
about the lives of Tribal people.
</p>
</div>
</div><!-- post-body end -->
</div><!-- 6th post end -->
<div class="post">
<div class="post-media post-image">
<img loading="lazy" src="images/projects/greenindia.PNG" class="img-fluid" alt="post-image">
</div>
<div class="post-body">
<div class="entry-header">
<div class="post-meta">
<!-- <span class="post-author">
<i class="far fa-user"></i><a href="#"> Admin</a>
</span>
<span class="post-cat">
<i class="far fa-folder-open"></i><a href="#"> News</a>
</span> -->
<span class="post-meta-date"><i class="far fa-calendar"></i>July 9, 2021</span>
<!-- <span class="post-comment"><i class="far fa-comment"></i> 03<a href="#"
class="comments-link">Comments</a></span> -->
</div>
<h2 class="entry-title">
<a href="news-single.html">Green india</a>
</h2>
</div><!-- header end -->
<div class="entry-content">
<p> The Rotary Club President welcomed everyone.
The President of the Inner wheel club explained the importance of planting trees and the motive behind this initiative.
Several people who worked there helped us dig the ground and plant the saplings. 20 plants were planted which included Mango, Jamun, Jackfruit, and Babul.
At last, Rotaract President Akanksha Manik gave a speech about the Increase in Pollution and also a few words to encourage youth to plant trees
</p>
</div>
</div><!-- post-body end -->
</div><!-- 7th post end -->
<div class="post">
<div class="post-media post-image">
<img loading="lazy" src="images/projects/doctorfelicitation.PNG" class="img-fluid" alt="post-image">
</div>
<div class="post-body">
<div class="entry-header">
<div class="post-meta">
<!-- <span class="post-author">
<i class="far fa-user"></i><a href="#"> Admin</a>
</span>
<span class="post-cat">
<i class="far fa-folder-open"></i><a href="#"> News</a>
</span> -->
<span class="post-meta-date"><i class="far fa-calendar"></i>July 9, 2021</span>
<!-- <span class="post-comment"><i class="far fa-comment"></i> 03<a href="#"
class="comments-link">Comments</a></span> -->
</div>
<h2 class="entry-title">
<a href="news-single.html">Felicitaton of Covid warriors</a>
</h2>
</div><!-- header end -->
<div class="entry-content">
<p>
Some heroes wear capes, some drive fancy cars, some carry superpowers. But in the past two years,
another group of Heroes came up and took it on them to save the world, Heroes with a white coat. Our heroes,
Doctors who were the frontline warriors in our battle against Covid -19, fought very hard to save human lives.
In order to express our gratitude towards them on behalf of everyone, the Club decided to organize a Felicitation program
along with Rotary Club Of Ulhasnagar to thank them.
</p>
</div>
</div><!-- post-body end -->
</div><!-- 8th post end -->
<nav class="paging" aria-label="Page navigation example">
<ul class="pagination">
<li class="page-item"><a class="page-link" href="project.html"><i class="fas fa-angle-double-left"></i></a></li>
<li class="page-item"><a class="page-link" href="project.html">1</a></li>
<li class="page-item"><a class="page-link" href="project2.html">2</a></li>
<li class="page-item"><a class="page-link" href="#" style="background-color:#61a336; color: white;">3</a></li>
<li class="page-item"><a class="page-link" href="project4.html">4</a></li>
<li class="page-item"><a class="page-link" href="project4.html"><i class="fas fa-angle-double-right"></i></a></li>
</ul>
</nav>
</div><!-- Content Col end -->
</div><!-- Main row end -->
</div><!-- Container end -->
</section><!-- Main container end -->
<footer id="footer" class="footer bg-overlay">
<div class="footer-main">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-4 col-md-4 footer-widget footer-about">
<img loading="lazy" class="footer-logo" src="images/footer-logo.png" alt="Rotaract">
</div><!-- Col end -->
<div class="col-lg-4 col-md-4 footer-widget footer-about">
<img loading="lazy" class="footer-logo" src="images/theme-logo-dark.png" alt="Rotaract">
</div>
<div class="col-lg-4 col-md-4 footer-widget mt-5 mt-md-0">
<h3 class="widget-title">Follow us on</h3>
<div class="footer-social">
<ul>
<li><a href="https://www.facebook.com/Rotaractclubofunr-107063648205316" aria-label="Facebook"><i
class="fab fa-facebook-f"></i></a></li>
<li><a href="https://www.instagram.com/rotaractclubofunr" aria-label="Instagram"><i
class="fab fa-instagram"></i></a></li>
</ul>
</div><!-- Footer social end -->
</div><!-- Col end -->
<!-- <div class="col-lg-3 col-md-6 mt-5 mt-lg-0 footer-widget">
<h3 class="widget-title">Services</h3>
<ul class="list-arrow">
<li><a href="service-single.html">Pre-Construction</a></li>
<li><a href="service-single.html">General Contracting</a></li>
<li><a href="service-single.html">Construction Management</a></li>
<li><a href="service-single.html">Design and Build</a></li>
<li><a href="service-single.html">Self-Perform Construction</a></li>
</ul>
</div>Col end -->
</div><!-- Row end -->
</div><!-- Container end -->
</div><!-- Footer main end -->
<div class="copyright">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6">
<div class="copyright-info">
<span>Created with Love. Designed & Developed by </a> <a href="https://www.linkedin.com/in/tanmay-khule-3678001b6">Tanmay &</a> <a href="https://www.linkedin.com/in/riddhi-more">Riddhi</a></span>
</div>
</div>
<!-- <div class="col-md-6">
<div class="footer-menu text-center text-md-right">
<ul class="list-unstyled mb-0">
<li><a href="about.html">About</a></li>
<li><a href="team.html">Our people</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="news-left-sidebar.html">Blog</a></li>
<li><a href="pricing.html">Pricing</a></li>
</ul>
</div>
</div> -->
</div><!-- Row end -->
<div id="back-to-top" data-spy="affix" data-offset-top="10" class="back-to-top position-fixed">
<button class="btn btn-primary" title="Back to Top">
<i class="fa fa-angle-double-up"></i>
</button>
</div>
</div><!-- Container end -->
</div><!-- Copyright end -->
</footer>
<!-- Footer end -->
<!-- Javascript Files
================================================== -->
<!-- initialize jQuery Library -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap jQuery -->
<script src="plugins/bootstrap/bootstrap.min.js" defer></script>
<!-- Slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/slick/slick-animation.min.js"></script>
<!-- Color box -->
<script src="plugins/colorbox/jquery.colorbox.js"></script>
<!-- shuffle -->
<script src="plugins/shuffle/shuffle.min.js" defer></script>
<!-- Google Map API Key-->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU" defer></script>
<!-- Google Map Plugin-->
<script src="plugins/google-map/map.js" defer></script>
<!-- Template custom -->
<script src="js/script.js"></script>
</div><!-- Body inner end -->
</body>
</html>