word-games-theme 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +2 -0
  4. data/_data/blog/alertbar.yml +3 -0
  5. data/_data/blog/blog.yml +2 -0
  6. data/_data/blog/nav.json +14 -0
  7. data/_data/blog/share.yml +27 -0
  8. data/_data/footer/en/data.json +75 -0
  9. data/_data/footer/hi/data.json +69 -0
  10. data/_data/footer/networksites.json +16 -0
  11. data/_data/header/en/data.json +71 -0
  12. data/_data/header/hi/data.json +145 -0
  13. data/_data/wordgames/en/anagram_word_finder.json +55 -0
  14. data/_data/wordgames/en/eight_letter_word_finder.json +224 -0
  15. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -0
  16. data/_data/wordgames/en/five_letter_word_finder.json +188 -0
  17. data/_data/wordgames/en/four_letter_word_finder.json +176 -0
  18. data/_data/wordgames/en/jumble_word_finder.json +62 -0
  19. data/_data/wordgames/en/lexical_word_finder.json +54 -0
  20. data/_data/wordgames/en/nine_letter_word_finder.json +184 -0
  21. data/_data/wordgames/en/root.json +88 -0
  22. data/_data/wordgames/en/scrabble_word_finder_cheat.json +55 -0
  23. data/_data/wordgames/en/seven_letter_word_finder.json +184 -0
  24. data/_data/wordgames/en/six_letter_word_finder.json +176 -0
  25. data/_data/wordgames/en/ten_letter_word_finder.json +184 -0
  26. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -0
  27. data/_data/wordgames/en/three_letter_word_finder.json +188 -0
  28. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -0
  29. data/_data/wordgames/en/two_letter_word_finder.json +188 -0
  30. data/_data/wordgames/en/words_with_friends_word_finder.json +56 -0
  31. data/_includes/Rating/rating.html +88 -0
  32. data/_includes/Rating/structureddata.html +53 -0
  33. data/_includes/author_bio.html +16 -0
  34. data/_includes/authors/authors.html +27 -0
  35. data/_includes/custom-head.html +32 -0
  36. data/_includes/disqus_comments.html +11 -0
  37. data/_includes/filterWords/index.html +11 -0
  38. data/_includes/footer/index.html +40 -0
  39. data/_includes/google-analytics.html +23 -0
  40. data/_includes/head/index.html +105 -0
  41. data/_includes/header/blogHeader.html +28 -0
  42. data/_includes/header/index.html +48 -0
  43. data/_includes/paginationBlogPage.html +35 -0
  44. data/_includes/paginationPostPage.html +15 -0
  45. data/_includes/postauthorbio.html +18 -0
  46. data/_includes/postbox.html +30 -0
  47. data/_includes/script.html +14 -0
  48. data/_includes/section/about.html +26 -0
  49. data/_includes/section/alertbar.html +12 -0
  50. data/_includes/section/blog.html +39 -0
  51. data/_includes/section/commonPage.html +119 -0
  52. data/_includes/section/count.html +24 -0
  53. data/_includes/section/feature.html +35 -0
  54. data/_includes/section/home.html +68 -0
  55. data/_includes/section/home2.html +93 -0
  56. data/_includes/section/news.html +33 -0
  57. data/_includes/section/recent_posts.html +43 -0
  58. data/_includes/section/related_categories_post.html +74 -0
  59. data/_includes/section/related_tag_post.html +60 -0
  60. data/_includes/section/wordGroup.html +7 -0
  61. data/_includes/seo.html +57 -0
  62. data/_includes/share/socialshare.html +50 -0
  63. data/_layouts/blog.html +67 -0
  64. data/_layouts/categories.html +26 -0
  65. data/_layouts/default.html +35 -0
  66. data/_layouts/disclaimer.html +116 -0
  67. data/_layouts/page.html +14 -0
  68. data/_layouts/post.html +69 -0
  69. data/_layouts/privacyPolicy.html +421 -0
  70. data/_layouts/termAndCondition.html +421 -0
  71. data/_layouts/wordMeaning.html +107 -0
  72. data/assets/css/HomePageblog.css +154 -0
  73. data/assets/css/about.css +51 -0
  74. data/assets/css/advancedFilter.css +134 -0
  75. data/assets/css/blog.css +481 -0
  76. data/assets/css/feature.css +67 -0
  77. data/assets/css/footer.css +94 -0
  78. data/assets/css/home.css +186 -0
  79. data/assets/css/news.css +59 -0
  80. data/assets/css/style.css +374 -0
  81. data/assets/css/wordGroup.css +62 -0
  82. data/assets/images/Ankita.webp +0 -0
  83. data/assets/images/Anushka.webp +0 -0
  84. data/assets/images/Arjyahi.webp +0 -0
  85. data/assets/images/Nikita.webp +0 -0
  86. data/assets/images/alka.webp +0 -0
  87. data/assets/images/angle-arrow-down.svg +43 -0
  88. data/assets/images/bg_elements.png +0 -0
  89. data/assets/images/footer.png +0 -0
  90. data/assets/images/footer2-bg.webp +0 -0
  91. data/assets/images/keshav.webp +0 -0
  92. data/assets/images/left_obj_01.png +0 -0
  93. data/assets/images/left_obj_02.png +0 -0
  94. data/assets/images/loading.gif +0 -0
  95. data/assets/images/next.webp +0 -0
  96. data/assets/images/paavan.webp +0 -0
  97. data/assets/images/prev.webp +0 -0
  98. data/assets/images/rating.webp +0 -0
  99. data/assets/images/right.png +0 -0
  100. data/assets/images/right.svg +38 -0
  101. data/assets/images/right2.svg +38 -0
  102. data/assets/images/right3.svg +38 -0
  103. data/assets/images/right_obj_01.png +0 -0
  104. data/assets/images/word-games-logo.svg +52 -0
  105. data/assets/images/yellow_bg.png +0 -0
  106. data/assets/js/TopScroll.js +8 -0
  107. data/assets/js/X-letter.js +200 -0
  108. data/assets/js/advancedFilter.js +5 -0
  109. data/assets/js/advancedFilter2.js +5 -0
  110. data/assets/js/advancedFilter3.js +2 -0
  111. data/assets/js/manifest.json +17 -0
  112. data/assets/js/scrabbleDictonary.js +162 -0
  113. data/assets/js/serviceworker.js +42 -0
  114. data/assets/js/wordScrabble.js +363 -0
  115. metadata +198 -0
@@ -0,0 +1,50 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign shareData=site.data[folder][lang][file] %}
5
+ {%- if site.data.blog.share.platforms -%}
6
+ <div class="social-icons">
7
+ {% assign url = page.url | relative_url | prepend: site.url %}
8
+ {% for share in site.data.blog.share.platforms %}
9
+ {% assign link = share.link | replace: 'URL', url %}
10
+ {{page.title}}
11
+ <a id="{{share.type}}" href="{{ link }}" data-toggle="tooltip"
12
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
13
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
14
+ <i class="fa-fw {{ share.icon }} mb-0 py-3"></i>
15
+ </a>
16
+
17
+ {% endfor %}
18
+ </ul>
19
+ </ul>
20
+ </div>
21
+ {%- endif -%}
22
+ <script>
23
+ const fetchShareCount=async()=>{
24
+ try {
25
+ const faceBookShare=document.querySelector('#Facebook')
26
+ const twitterShare=document.querySelector('#Twitter')
27
+ const faceBookCount= await fetch(`https://graph.facebook.com/v10.0/?id=${window.location.href}&access_token=275277164346802|6255ba7980a711477b429c302cb009cd&fields=engagement`).then(res=>res.json())
28
+ const twitterCount=await fetch(`https://counts.twitcount.com/counts.php?url=${window.location.href}`).then(res=>res.json())
29
+ if(faceBookCount.engagement.share_count>0){
30
+ const FacebookInfo =document.createElement('span')
31
+ FacebookInfo.setAttribute("class", "social-count")
32
+ FacebookInfo.innerHTML=faceBookCount.engagement.share_count
33
+ faceBookShare.appendChild(FacebookInfo)
34
+ }
35
+ if(twitterCount>0){
36
+ const TwitterInfo =document.createElement('span')
37
+ TwitterInfo.setAttribute("class", "social-count")
38
+ TwitterInfo.innerHTML=twitterCount.count
39
+ twitterShare.appendChild(TwitterInfo)
40
+ }
41
+ } catch (error) {
42
+ }
43
+ }
44
+
45
+ window.addEventListener("load",()=>{
46
+ fetchShareCount()
47
+
48
+ });
49
+ </script>
50
+
@@ -0,0 +1,67 @@
1
+ <html>
2
+
3
+ {% include custom-head.html %}
4
+
5
+ <body>
6
+ {%- include header/blogHeader.html -%}
7
+
8
+ <section class="section_post">
9
+ <div class="container">
10
+ <div class="row justify-content-center section-title-wrap">
11
+ <div class="col-lg-12">
12
+ <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
13
+ </h1>
14
+ <p class="lead mb-5 mt-1" style="font-size: 18px;">
15
+ {{ site.data.blog.blog.description }}
16
+ </p>
17
+ </div>
18
+ </div>
19
+ <div class="main-content">
20
+ {{content}}
21
+ </div>
22
+ <div class="row">
23
+ {% for post in paginator.posts %}
24
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
25
+ <div class="card h-100">
26
+ <a href="{{ post.url }}">
27
+ <img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top" alt="">
28
+ </a>
29
+ <div class="card-body">
30
+ <a href="{{ post.url }}" class="anchor_link">
31
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
32
+ </a>
33
+ </div>
34
+ {%- include authors/authors.html -%}
35
+ <div class="card-footer bg-white">
36
+ <div class="wrapfooter">
37
+ {% if post.author %}
38
+ <span class="meta-footer-thumb">
39
+ <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}">
40
+ </span>
41
+ {% endif %}
42
+
43
+ <span class="author-meta">
44
+ <span class="post-name">
45
+ <a target="_blank" href="/blog">{{authorName}}</a>
46
+ </span><br>
47
+ <span class="post-date">{{post.date | date_to_string }}</span>
48
+ </span>
49
+ <span class="post-read-more "><a class="text-dark" href="{{ post.url }}" title="Read Story">Read More</a></span>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ {% endfor %}
55
+ </div>
56
+ {%- include paginationBlogPage.html -%}
57
+ </div>
58
+
59
+ {% include section/count.html %}
60
+ </section>
61
+ {%- include section/alertbar.html -%}
62
+
63
+ {% include script.html %}
64
+ <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
65
+ </body>
66
+
67
+ </html>
@@ -0,0 +1,26 @@
1
+ ---
2
+ layout: blog
3
+ ---
4
+
5
+ <div class="container">
6
+ <div class="row listrecent">
7
+ {% for category in site.categories %}
8
+ <div class="section-title col-md-12 mt-4">
9
+ <h2 id="{{ category[0] | replace: ' ', '-' }}">Category
10
+ <span class="text-capitalize">{{ category[0]
11
+ }}</span>
12
+ </h2>
13
+ </div>
14
+ {% assign pages_list = category[1] %}
15
+ {% for post in pages_list %}
16
+ {% if post.title != null %}
17
+ {% if group == null or group == post.group %}
18
+ {% include postbox.html %}
19
+ {% endif %}
20
+ {% endif %}
21
+ {% endfor %}
22
+ {% assign pages_list = nil %}
23
+ {% assign group = nil %}
24
+ {% endfor %}
25
+ </div>
26
+ </div>
@@ -0,0 +1,35 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {%- include head/index.html -%}
5
+
6
+ <body>
7
+ {%- include header/index.html -%}
8
+
9
+
10
+ {% if page.url == '/' %}
11
+
12
+ {% include section/home.html %}
13
+
14
+ {% else %}
15
+
16
+ {% include section/home2.html %}
17
+
18
+ {% endif %}
19
+
20
+ {% include section/feature.html %}
21
+
22
+ {% include section/blog.html %}
23
+ {% include section/news.html %}
24
+ {% include section/about.html %}
25
+ {%- include share/socialshare.html -%}
26
+ {%- include Rating/rating.html -%}
27
+ {%- include footer/index.html -%}
28
+
29
+
30
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
31
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
32
+
33
+ </body>
34
+
35
+ </html>
@@ -0,0 +1,116 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign disclaimerData = site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{disclaimerData.htmlLangAtt}}">
7
+ {%- include head/index.html -%}
8
+ <body>
9
+ {%- include header/index.html -%}
10
+
11
+ <!-- Start page-top section -->
12
+ <section class="page-top-section">
13
+ <div class="container">
14
+ <div class="row justify-content-between align-items-center">
15
+ <div class="col-lg-6 col-md-6">
16
+ <h1 class="text-white display-4">Disclaimer</h1>
17
+ </div>
18
+ <div class="col-lg-6 col-md-6 page-top-nav" style="text-align: right;">
19
+ <div>
20
+ <a href="/">Home</a>
21
+ <i class="fa fa-arrow-right text-white"></i>
22
+ <a href="/disclaimer">Disclaimer</a>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ </div>
27
+ </section>
28
+ <!-- End page-top section -->
29
+
30
+ <!-- Start main body content -->
31
+ <section class="features-content section-gap">
32
+ <div class="container">
33
+ <p>
34
+ We, <b>{{page.companyName}}</b>, hereinafter referred to as the “FIRM” (where such expression shall,
35
+ unless
36
+ repugnant
37
+ to the
38
+ context thereof, be deemed to include its respective legal heirs, representatives, administrators,
39
+ permitted successors and assigns).
40
+ </p>
41
+ <p>
42
+ The Firm will not be responsible for any damage suffered by users from use of the Platform. This
43
+ includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
44
+ deliveries, or service interruptions as may occur because of any act/omission of parties. This
45
+ disclaimer of liability also applies to any damages or injury caused by any failure of performance,
46
+ error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
47
+ communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
48
+ record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
49
+ action.
50
+ </p>
51
+ <p>
52
+ The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused
53
+ to the User through the course of the provision of Services or as a result of the Users’ actions. The
54
+ Firm makes no representations or warranties as to the conduct of the Users. The Firm takes no
55
+ responsibility for any content that Users send or receive from other Users or Third-Party posts through
56
+ the Website or Platform. Any material downloaded or otherwise obtained through use of the service is
57
+ accessed at the Users own discretion and risk.
58
+ </p>
59
+ <p>
60
+ The services on the Platform are intended to be subject to availability, without any promises or
61
+ guarantees on the same by the Firm, and while certain information available on the Platform is the
62
+ property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm
63
+ shall not make any representations or warranties of any kind, express or implied, about the
64
+ completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
65
+ information, services, or related graphics contained on the Platform for any purpose. Any reliance you
66
+ place on such information is therefore strictly at your own risk.
67
+ </p>
68
+ <p>
69
+ The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
70
+ Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or
71
+ legally authorised person on behalf of the User), and in case of any negligence on the part of the User
72
+ is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm
73
+ /Platform.
74
+ </p>
75
+ <p>
76
+ The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental,
77
+ direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In
78
+ no event will the Firm be liable for any loss or damage including without limitation, indirect or
79
+ consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits
80
+ arising out of, or in connection with, the use of the Platform.
81
+
82
+ </p>
83
+ <p>
84
+ Through this Platform, You may be able to access the link of other Platforms which are not under the
85
+ control of the Firm or the Platform. We have no control over the nature, content and availability of
86
+ those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views
87
+ expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the
88
+ Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable
89
+ due to technical issues beyond our control.
90
+ </p>
91
+ <p>
92
+ TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
93
+ ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE
94
+ ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY
95
+ USER CONTENT.
96
+ </p>
97
+ <p>
98
+ THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE
99
+ PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR
100
+ ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL
101
+ OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR
102
+ ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR
103
+ THIRD PARTIES.
104
+ </p>
105
+ <p>
106
+ THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND
107
+ SERVICES ARE FOR INFORMATION PURPOSE ONLY.
108
+ </p>
109
+
110
+ </div>
111
+ </section>
112
+ <!-- End main body content -->
113
+ {%- include footer/index.html -%}
114
+ </body>
115
+
116
+ </html>
@@ -0,0 +1,14 @@
1
+ <html>
2
+ {%- include head/index.html -%}
3
+
4
+ <body>
5
+ {%- include header/index.html -%}
6
+
7
+ {%- include section/commonPage.html -%}
8
+
9
+
10
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
12
+ </body>
13
+
14
+ </html>
@@ -0,0 +1,69 @@
1
+ <html>
2
+
3
+ {% include custom-head.html %}
4
+ <body>
5
+ {%- include header/blogHeader.html -%}
6
+ <section class="section_post">
7
+ <div class="container">
8
+ <div class="row section-title-wrap">
9
+ <div class="col-md-12 mt-5">
10
+ <h1 class="display-4" style="font-weight: 900;">{{ page.title }}</h1>
11
+ </div>
12
+ </div>
13
+ <div class="row mt-5">
14
+ <div class="col-md-2">
15
+ <div class="socialIons">
16
+ <ul class="list-unstyled item-lists2">
17
+ <li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
18
+ {% capture title %}{{ page.title }}{% endcapture %}
19
+ {% assign url = page.url | relative_url | prepend: site.url %}
20
+ {% for share in site.data.blog.share.platforms %}
21
+ {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
22
+ <li> <a href=" {{ link }}" data-toggle="tooltip"
23
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
24
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
25
+ <i class="fa-fw {{ share.icon }}"></i>
26
+ </a>
27
+ </li>
28
+ {% endfor %}
29
+ </span>
30
+ </ul>
31
+ <div class="sep"></div>
32
+ <div class="comments-count">
33
+ <a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
34
+ </div>
35
+ </ul>
36
+ </div>
37
+ </div>
38
+
39
+ <div class="col-md-8">
40
+ {%- include authors/authors.html -%}
41
+ {%- include postauthorbio.html -%}
42
+ {% if page.author %}
43
+ {%- include author_bio.html -%}
44
+ {% endif %}
45
+ <div class="post-content">
46
+ {{ content }}
47
+ </div>
48
+
49
+ {%- include paginationPostPage.html -%}
50
+ {%- if page.categories or page.tags-%}
51
+ {%- include section/related_categories_post.html -%}
52
+ {%- else -%}
53
+ {%- include section/recent_posts.html -%}
54
+ {% endif %}
55
+ <div class="commentsection">
56
+ {%- if site.disqus.shortname -%}
57
+ {%- include disqus_comments.html -%}
58
+ {%- endif -%}
59
+ </div>
60
+ </div>
61
+ </div>
62
+ </section>
63
+ {%- include section/count.html -%}
64
+ {%- include section/alertbar.html -%}
65
+ {% include script.html %}
66
+ <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
67
+ </body>
68
+
69
+ </html>
@@ -0,0 +1,421 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign privacyData = site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{privacyData.htmlLangAtt}}">
7
+ {%- include head/index.html -%}
8
+
9
+
10
+ <body>
11
+ {%- include header/index.html -%}
12
+
13
+ <!-- Start page-top section -->
14
+ <section class="page-top-section">
15
+ <div class="container">
16
+ <div class="row justify-content-between align-items-center">
17
+ <div class="col-lg-6 col-md-6">
18
+ <h1 class="text-white">Privacy Policy</h1>
19
+ </div>
20
+ <div class="col-lg-6 col-md-6 page-top-nav" style="text-align: right;">
21
+ <div>
22
+ <a href="/">Home</a>
23
+ <i class="fa fa-arrow-right text-white"></i>
24
+ <a href="/privacy-policy">Privacy Policy</a>
25
+ </div>
26
+ </div>
27
+ </div>
28
+ </div>
29
+ </section>
30
+ <!-- End page-top section -->
31
+
32
+ <!-- Start main body content -->
33
+ <section class="features-content section-gap">
34
+ <div class="container">
35
+ <p> We, <b>{{ page.companyName }}</b>, hereinafter referred to as the “FIRM” (where such expression shall,
36
+ unless repugnant to the context thereof, be deemed to include its respective legal heirs,
37
+ representatives, administrators, permitted successors and assigns).</p>
38
+ <div class="py-3">
39
+ <p>The Firm ensures steady commitment to Your usage of the Platform and privacy with regard to the
40
+ protection of Your invaluable information. This document contains information about the Website and
41
+ domain {{page.companyName}}.{{page.domain}} (hereinafter referred to as the “Platform” ).</p>
42
+ <p>For the purpose of these Terms of Use (“Terms”), wherever the context so requires,</p>
43
+ <p>1. “We”, “Our”, and “Us” shall mean and refer to the Domain and/or the Firm, as the context so
44
+ requires.</p>
45
+ <p>2. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who use
46
+ the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
47
+ <p>3. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who use
48
+ the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
49
+ <p>4. “Third Parties” refer to any Application, Firm or individual apart from the User and the creator
50
+ of this Platform/Domain.</p>
51
+ <p>5. “ The term “User” refers to the individuals who will be using the platform to avail the features
52
+ and the services of the platform.</p>
53
+ <p>6. “ The term “User” refers to the individuals who will be using the platform to avail the features
54
+ and the services of the platform.</p>
55
+ <p>7. “ The headings of each section in these Terms are only for the purpose of comanizing the various
56
+ provisions under these Terms in an orderly manner and shall not be used by either Party to interpret
57
+ the provisions contained herein in any manner. Further, it is specifically agreed to by the Parties
58
+ that the headings shall have no legal or contractual value.</p>
59
+ <p>8. “The User unequivocally agrees that these Terms and the aforementioned Policy constitute a legally
60
+ binding agreement between the User and the Firm, and that the User shall be subject to the rules,
61
+ guidelines, policies, terms, and conditions applicable to any service that is provided by the
62
+ Platform, and that the same shall be deemed to be incorporated into these Terms, and shall be
63
+ treated as part and parcel of the same. The User acknowledges and agrees that no signature or
64
+ express act is required to make these Terms and the Policy binding on the User and that the User’s
65
+ act of visiting any part of the Platform constitutes the User’s full and final acceptance of these
66
+ Terms and the aforementioned Policy.</p>
67
+ <p>9. “The Firm reserves the sole and exclusive right to amend or modify these Terms without any prior
68
+ permission or intimation to the User, and the User expressly agrees that any such amendments or
69
+ modifications shall come into effect immediately. The User has a duty to periodically check the
70
+ terms and stay updated on its requirements. If the User continues to use the Platform following such
71
+ a change, the User will be deemed to have consented to any and all amendments/modifications made to
72
+ the Terms. In so far as the User complies with these Terms, it is granted a personal, non-exclusive,
73
+ non-transferable, revocable, limited privilege to access and use the Platform and the Services. If
74
+ the User does not adhere to the changes, You must stop using the Services at once. Your continued
75
+ use of the Services will signify your acceptance of the changed terms.</p>
76
+ <h3> REGISTRATION </h3>
77
+ <p>1. The Users are also provided with an option to link their Facebook/Google accounts with the
78
+ Platform at the time of their registration in order to smoothen the process of registration.</p>
79
+ <p>2. Registration for this Platform is available for all age groups, barring those “Incompetent to
80
+ Contract” which inter alia include insolvents with an exception to Minors.</p>
81
+ <p>3. Further, at any time during Your use of this Platform, including but not limited to the time of
82
+ registration, You are solely responsible for protecting the confidentiality of Your Username and
83
+ password, and any activity under the account shall be deemed to have been done by You. In the case
84
+ that you provide us with false and/or inaccurate details or we have reason to believe you have done
85
+ so, we hold the right to permanently suspend your account. You agree that you will not disclose your
86
+ password to any third party and that you will take sole responsibility for any activities or actions
87
+ under your account, whether or not you have authorized such activities or actions. You will
88
+ immediately notify us of any hereinbelow use of your account.</p>
89
+ <h3> PLATFORM OVERVIEW </h3>
90
+ <p>@{{page.companyName}} is a platform owned and operated by @{{page.companyName}} LLP which is a
91
+ limited
92
+ liability partnership registered under the provisions of the Limited Liability Partnership Act,
93
+ 2008.</p>
94
+ <p>Servers for this website are hosted on Firebase. User is not required to install any software on his
95
+ machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
96
+ devices such as Mac/Windows/Linux/Android/iOS.</p>
97
+ <h3> ELIGIBILITY </h3>
98
+ <p>Servers for this website are hosted on Firebase. User is not required to install any software on his
99
+ machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
100
+ devices such as Mac/Windows/Linux/Android/iOS.</p>
101
+ <p>The Users may not use the Platform if they are not competent to contract or are disqualified from
102
+ doing so by any other applicable law, rule or regulation currently in force.</p>
103
+ <h3> CONTENT </h3>
104
+ <p>All text, graphics, User interfaces, visual interfaces, photographs, trademarks, logos, brand names,
105
+ descriptions, sounds, music and artwork (collectively, ‘Content’), is generated/provided by Platform
106
+ and the Platform have control over it and assures a reasonable quality, the accuracy, integrity or
107
+ genuineness of products sold on the Platform.</p>
108
+ <p>All the Content displayed on the Platform is subject to copyright and shall not be reused by any
109
+ party (or a third party) without the prior written consent of the Firm and the copyright owner.</p>
110
+ <p>The Users are solely responsible for the integrity, authenticity, quality and genuineness of the
111
+ feedback and comments by Users can be made via the Platform, the Platform bears no liability
112
+ whatsoever for any feedback or comments made by the Users or made in respect of any of the content
113
+ on the Platform. Further, the Platform reserves its right to suspend the account of any User for an
114
+ indefinite period to be decided at the discretion of the Platform or to terminate the account of any
115
+ User who is found to have created or shared or submitted any Content or part thereof that is found
116
+ to be untrue/inaccurate/misleading or offensive/vulgar. The User shall be solely responsible for
117
+ making good any financial or legal losses incurred through the creation/sharing/submission of
118
+ Content or part thereof that is deemed to be untrue/inaccurate/misleading.</p>
119
+ <p>The Users have a personal, non-exclusive, non-transferable, revocable, limited privilege to access
120
+ the Content on the Platform. Users shall not copy, adapt, and modify any content without written
121
+ permission of the Firm.</p>
122
+ <h3> TERM </h3>
123
+ <p>1. These Terms shall continue to form a valid and binding contract between the Parties and shall
124
+ continue to be in full force and effect until the User continues to access and use the Platforms.
125
+ </p>
126
+ <p>2. The Users may terminate their use of the Platform at any time.</p>
127
+ <p>3. The Firm may terminate these Terms and close a User’s account at any time without notice and/or
128
+ suspend or terminate a User’s access to the Platform at any time and for any reason, if any
129
+ discrepancy or legal issue arises.</p>
130
+ <p>4. Such suspension or termination shall not limit our right to take any other action against you that
131
+ the Firm considers appropriate.</p>
132
+ <p>5. It is also hereby declared that the Firm may discontinue the Services and Platforms without any
133
+ prior notice.</p>
134
+ <h3> AMENDMENT AND TERMINATION </h3>
135
+ <p>1. The Firm reserves the right, in its sole discretion, to unilaterally to either amend, limit or
136
+ terminate the User’s access to the Platform, or any portion or wholly thereof, at any time, without
137
+ notice or cause.</p>
138
+ <p>2.The Platform also reserves the universal right to deny part or in entirety, the access to
139
+ particular Users or any such Users with similar IP, to any/all of are on its Platform without any
140
+ prior notice/explanation in order to protect the interests of the Platform and/or other visitors to
141
+ the Platform.</p>
142
+ <p>The Platform reserves the right to limit, deny or create different access to the Platform and its
143
+ features with respect to different Users, or to change any of the features or introduce new features
144
+ without prior notice.</p>
145
+ <p>The User shall continue to be bound by these Terms, and it is expressly agreed to by the Parties that
146
+ the User shall not have the right to terminate these Terms till the expiry of the same.</p>
147
+ <p>COMMUNICATION By using this Platform and providing his/her identity and contact information to the
148
+ Firm through the Platform, the Users hereby agree and consent to receive calls, e-mails or SMS from
149
+ the Firm and/or any of its representatives at any time. User can report to
150
+ care@{{page.companyName}}.{{page.domain}} if
151
+ they find any discrepancy with regard to Platform or content-related information and the Firm will
152
+ take necessary action after an investigation. The response with resolution (if any issues found)
153
+ shall be dependent on the time is taken for investigation. The User expressly agrees that
154
+ notwithstanding anything contained hereinabove, it may be contacted by the Firm or any
155
+ representatives relating to any Product purchased by the User on the Platform or anything pursuant
156
+ thereto and the Users agrees to indemnify the Firm from any and all harassment claims. It is
157
+ expressly agreed to by the Parties that any information shared by the User with the Firm shall be
158
+ governed by the Privacy Policy.</p>
159
+ <h3> USER OBLIGATIONS AND FORMAL UNDERTAKINGS AS TO CONDUCT </h3>
160
+ <p>The Client agrees and acknowledges that they are a restricted user of this Platform and that they:
161
+ </p>
162
+ <p>1. Agree to provide genuine credentials during the process of registration on the Platform. You shall
163
+ not use a fictitious identity to register. The Firm is not liable if the User has provided incorrect
164
+ information.</p>
165
+ <p>2.Agree to ensure the Name, Email address, Address, Mobile number and any such other information
166
+ provided during account registration is valid at all times and shall keep your information accurate
167
+ and up-to-date. The User can update their details anytime through accessing their profile on the
168
+ platform.</p>
169
+ <p>3.Agree that they are solely responsible for maintaining the confidentiality of your account
170
+ password. You agree to notify us immediately of any unauthorized use of your account. Firm reserves
171
+ the right to close your account at any time for any or no reason.</p>
172
+ <p>4. Understand and acknowledge that the data submitted is manually entered into the database of the
173
+ Platform. The User also acknowledges the fact that data so entered into the database is for the
174
+ purpose of easy and ready reference for the User, and to streamline the Services through the
175
+ Platform.</p>
176
+ <p>5. Authorize the Platform to use, store or otherwise process certain personal information and all
177
+ published Content, Client responses, Client locations, User comments, reviews and ratings for
178
+ personalization of Services, marketing and promotional purposes and for optimisation of User-related
179
+ options and Services</p>
180
+ <p>6. Understand and agree that, to the fullest extent permissible by law, the Platform/Firm and their
181
+ successors and assigns, or any of their affiliates or their respective officers, directors,
182
+ employees, agents, licensors, representatives, operational service providers, advertisers or
183
+ suppliers shall not be liable for any loss or damage, of any kind, direct or indirect, in connection
184
+ with or arising from use of the Platform or from this terms of use, including, but not limited to,
185
+ compensatory, consequential, incidental, indirect, special or punitive damages.</p>
186
+ <p>7. Are bound not to cut, copy, modify, recreate, reverse engineer, distribute, disseminate, post,
187
+ publish or create derivative works from, transfer, or sell any information or obtained from the
188
+ Platform. Any such use/limited use of the Platform will only be allowed with the prior express
189
+ written permission of the Firm.</p>
190
+ <p>Agree not to access (or attempt to access) the Platform and/or the materials or Services by any means
191
+ other than through the interface provided by the Platform. The use of deep-link, robot, spider or
192
+ other automatic devices, program, algorithm or methodology, or any similar or equivalent manual
193
+ process, to access, acquire, copy or monitor any portion of the Platform or its content, or in any
194
+ way reproduce or circumvent the navigational structure or presentation of the Platform, materials or
195
+ any content, or to obtain or attempt to obtain any materials, documents or information through any
196
+ means not specifically made available through the Platform will lead to suspension or termination of
197
+ the User’s access to the Platform. The User acknowledges and agrees that by accessing or using the
198
+ Platform or any of the Services provided therein, it may be exposed to content that it may consider
199
+ offensive, indecent or otherwise objectionable. The Firm disclaims any and all liabilities arising
200
+ in relation to such offensive content on the Platform.</p>
201
+ <p>Expressly agree and acknowledge that the Content generated by the User and displayed on the Platform
202
+ is not owned by the Firm and that the Firm is in no way responsible for the content of the same. The
203
+ User may, however, report any offensive or objectionable content, which the Firm may then remove
204
+ from the Platform, at its sole discretion</p>
205
+ <p>Expressly consents to follow the terms and conditions, and policies of the Vendor affiliated with the
206
+ Firm from whom the Users are utilizing services.</p>
207
+ <h3> The User further undertakes not to: </h3>
208
+ <p>1. Engage in any activity that interferes with or disrupts access to the Platform or the Services
209
+ provided therein (or the servers and networks which are connected to the Platform).</p>
210
+ <p>2. Impersonate any person or entity, or falsely state or otherwise misrepresent his/her affiliation
211
+ with a person or entity.</p>
212
+ <p>3. Probe, scan or test the vulnerability of the Platform or any network connected to the Platform,
213
+ nor breach the security or authentication measures on the Platform or any network connected to the
214
+ Platform. The User may not reverse look-up, trace or seek to trace any information relating to any
215
+ other User of, or visitor to, the Platform, or any other viewer of the Platform, including any User
216
+ account maintained on the Platform not operated/managed by the User, or exploit the Platform or
217
+ information made available or offered by or through the Platform, in any manner.</p>
218
+ <p>4. Disrupt or interfere with the security of, or otherwise cause harm to, the Platform, systems
219
+ resources, accounts, passwords, servers or networks connected to or accessible through the Platform
220
+ or any affiliated or linked Platforms.</p>
221
+ <p>5. Use the Platform or any material or content therein for any purpose that is unlawful or prohibited
222
+ by these Terms, or to solicit the performance of any illegal activity or other activity which
223
+ infringes the rights of this Platform or any other third party (s).</p>
224
+ <p>6. Violate any code of conduct or guideline which may be applicable for or to any particular service
225
+ offered on the Platform.</p>
226
+ <p>7. Violate any applicable laws, rules or regulations currently in force within or outside India.</p>
227
+ <p>8. Violate any portion of these Terms or the Privacy Policy, including but not limited to any
228
+ applicable additional terms of the Platform contained herein or elsewhere, whether made by
229
+ amendment, modification, or otherwise.</p>
230
+ <p>9. Commit any act that causes the Firm to lose (in whole or in part) the Services of its Internet
231
+ Establishment (ISP) or in any manner disrupts the Services of any other supplier/service provider of
232
+ the Firm/Platform.</p>
233
+ <p>10. Further:The User hereby expressly authorizes the Firm/Platform to disclose any and all
234
+ information relating to the User in the possession of the Firm/Platform to law enforcement or other
235
+ government officials, as the Firm may in its sole discretion, believe necessary or appropriate in
236
+ connection with the investigation and/or resolution of possible crimes, especially those involve
237
+ personal injury and theft/infringement of intellectual property. The User further understands that
238
+ the Firm/Platform might be directed to disclose any information (including the identity of persons
239
+ providing information or materials on the Platform) as necessary to satisfy any judicial Order, law,
240
+ regulation or valid governmental request.</p>
241
+ <p>11. By indicating User's acceptance to purchase any product or service offered on the site, the user
242
+ is obligated to complete such transactions after making payment. Users shall prohibit from
243
+ indicating their acceptance to avail services where the transactions have remained incomplete.</p>
244
+ <p>12. The User agrees to use the services provided by the Firm, its affiliates, consultants and
245
+ contracted companies, for lawful purposes only.</p>
246
+ <p>13. The User agrees not to make any bulk purchase to indulge in any resale activities. In case of any
247
+ such instances, the Firm reserves all rights to cancel the current and future orders and block the
248
+ concerned User account.</p>
249
+ <p>14. The User agrees to provide authentic and true information. The Firm reserves the right to
250
+ validate the information and other details provided by the User at any point of time. If upon such
251
+ User details are found to be false, not to be true (wholly or partly), the Firm shall in its sole
252
+ discretion reject the registration and debar the User from using the Services available on its
253
+ Website, and/or other affiliated websites without prior intimation whatsoever.</p>
254
+ <p>15. The User agrees not to post any material on the website that is defamatory, offensive, obscene,
255
+ indecent, abusive, or needlessly distressful, or advertising any goods or services. More
256
+ specifically, the User agrees not to host, display, upload, update, publish, modify, transmit, or in
257
+ any manner share any information that:</p>
258
+ <p>1. belongs to another person and to which the User has no right to.</p>
259
+ <p>2. is grossly harmful, harassing, blasphemous, defamatory, obscene, pornographic, paedophilic,
260
+ libellous, invasive of another's privacy, hateful, or racially, ethnically objectionable,
261
+ disparaging, relating or encouraging money laundering or gambling, or otherwise unlawful in any
262
+ manner whatever.</p>
263
+ <p>3.is in any way harmful to minors.</p>
264
+ <p>4.infringes any patent, trademark, copyright or other proprietary rights.</p>
265
+ <p>5.violates any law for the time being in force.</p>
266
+ <p>6.deceives or misleads the addressee about the origin of such messages or communicates any
267
+ information which is grossly offensive or menacing in nature.</p>
268
+ <p>7. Abuse, harass, threaten, defame, disillusion, erode, abrogate, demean or otherwise violate the
269
+ legal rights of others.</p>
270
+ <p>8. Impersonate any person or entity, or falsely state or otherwise misrepresent Your affiliation with
271
+ a person or entity.</p>
272
+ <p>9. Publish, post, disseminate, any information which is grossly harmful, harassing, blasphemous,
273
+ defamatory, obscene, pornographic, paedophilic, libellous, invasive of another's privacy, hateful,
274
+ or racially, ethnically objectionable, disparaging, relating or encouraging money laundering or
275
+ gambling, or otherwise unlawful in any manner whatever or unlawfully threatening or unlawfully
276
+ harassing including but not limited to indecent 'representation of women' within the meaning of the
277
+ Indecent Representation of Women (Prohibition) Act, 1986;</p>
278
+ <p>10. Threatens the unity, integrity, defence, security or sovereignty of India, friendly relations
279
+ with foreign states, or public order or causes incitement to the commission of any cognizable
280
+ offence or prevents investigation of any offence or is insulting any other nation.</p>
281
+ <h3> SUSPENSION OF USER ACCESS AND ACTIVITY </h3>
282
+ <p>Notwithstanding other legal remedies that may be available, the Firm may in its sole discretion,
283
+ limit the User’s access and/or activity by immediately removing the User’s access credentials either
284
+ temporarily or indefinitely, or suspend/terminate the User’s association with the Platform, and/or
285
+ refuse to usage of the Platform to the User, without being required to provide the User with notice
286
+ or cause:</p>
287
+ <p>1. If the User is in breach any of these Terms or the Policy.</p>
288
+ <p>2. If the User has provided wrong, inaccurate, incomplete or incorrect information.</p>
289
+ <h3> If the User’s actions may cause any harm, damage or loss to the other Users or to the Firm, at the
290
+ sole discretion of the Firm. </h3>
291
+ <h3> INDEMNITY </h3>
292
+ <p>The Users of this Platform agree to indemnify, defend and hold harmless the Firm/Platform, and their
293
+ respective directors, officers, employees and agents (collectively, 'Parties'), from and against any
294
+ and all losses, liabilities, claims, damages, demands, costs and expenses (including legal fees and
295
+ disbursements in connection therewith and interest chargeable thereon) asserted against or incurred
296
+ by us that arise out of, result from, or maybe payable by virtue of, any breach or non-performance
297
+ of any representation, warranty, covenant or agreement made or obligation to be performed pursuant
298
+ to these terms of use. Further, the User agrees to hold the Firm/Platform harmless against any
299
+ claims made by any third party due to, or arising out of, or in connection with:</p>
300
+ <p>1. User’s use of the Platform.</p>
301
+ <p>2. User’s violation of these Terms and Conditions.</p>
302
+ <p>3. User’s violation of any rights of another.</p>
303
+ <p>4. User’s alleged improper conduct pursuant to these Services.</p>
304
+ <p>5. User’s conduct in connection with the Platform.</p>
305
+ <p>User agrees to fully cooperate in indemnifying the Firm and the Platform at the user’s expense. The
306
+ user also agrees not to reach a settlement with any party without the consent of the Firm.</p>
307
+ <p>In no event shall the Firm/Platform be liable to compensate the User or any third party for any
308
+ special, incidental, indirect, consequential or punitive damages whatsoever, including those
309
+ resulting from loss of use, data or profits, whether or not foreseeable, and whether or not the
310
+ Firm/ Platform had been advised of the possibility of such damages, or based on any theory of
311
+ liability, including breach of contract or warranty, negligence or other tortuous action, or any
312
+ other claim arising out of or in connection with the User’s use of or access to the Platform and/or
313
+ the Services or materials contained therein.</p>
314
+ <h3> LIMITATION OF LIABILITY </h3>
315
+ <p>1. The Founders/ Promoters/ Partners/ Associated people of the Firm/Platform are not responsible for
316
+ any consequences arising out of the following events:</p>
317
+ <p>. If the Platform is inoperative/non-responsive due to any connectivity errors associated with the
318
+ internet connection such as but not limited to slow connectivity, no connectivity, server failure.
319
+ </p>
320
+ <p>. If the User has fed incorrect information or data or for any deletion of data.</p>
321
+ <p>. If there is any deficiency or defect in the Services managed by Us.</p>
322
+ <p>. If there is a failure in the functioning of any other service provided by the Platform.</p>
323
+ <p>2. The Platform accepts no liability for any errors or omissions, on behalf of itself, or for any
324
+ damage caused to the User, the User’s belongings, or to any third party, resulting from the use or
325
+ misuse of the Platform or any service availed of by the User through the Platform. The service and
326
+ any Content or material displayed on the service is provided without any guarantees, conditions or
327
+ warranties as to its accuracy, suitability, completeness or reliability. The Platform will not be
328
+ liable to you for the unavailability or failure of the Platform.</p>
329
+ <p>3. Users are to comply with all laws applicable to them or to their activities, and with all
330
+ Policies, which are hereby incorporated into this Agreement by reference.</p>
331
+ <p>4.The Platform expressly excludes any liability for any loss or damage that was not reasonably
332
+ foreseeable by the Platform and which is incurred by you in connection with the Platform, including
333
+ loss of profits; and any loss or damage incurred by you as a result of your breach of these terms.
334
+ </p>
335
+ <p>5. To the fullest extent permitted by law, the Platform shall not be liable to you or any other party
336
+ for any loss or damage, regardless of the form of action or basis of any claim. You acknowledge and
337
+ agree that your sole and exclusive remedy for any dispute with us is to terminate your use of the
338
+ Platform</p>
339
+ <p>Unless expressly agreed to in writing, nothing contained herein shall give the User a right to use
340
+ any of the Platform’s, trademarks, service marks, logos, domain names, information, questions,
341
+ answers, solutions, reports and other distinctive brand features, save according to the provisions
342
+ of these Terms. All logos, trademarks, brand names, service marks, domain names, including material,
343
+ designs, and graphics created by and developed by the Platform and other distinctive brand features
344
+ of the Platform are the property of the Firm or the respective copyright or trademark owner.
345
+ Furthermore, with respect to the Platform created by the Firm, the Firm shall be the exclusive owner
346
+ of all the designs, graphics and the like, related to the Platform.</p>
347
+ <h3> INTELLECTUAL PROPERTY RIGHTS </h3>
348
+ <p>The User may not use any of the intellectual property displayed on the Platform in any manner that is
349
+ likely to cause confusion among existing or prospective Users of the Platform, or that in any manner
350
+ disparages or discredits the Firm/Platform, to be determined in the sole discretion of the Firm.</p>
351
+ <p>1. The User agrees and undertakes that they are accessing the Platform at their sole risk and are
352
+ that they are using their best and prudent judgment before availing any service listed on the
353
+ Platform or accessing/using any information displayed thereon.</p>
354
+ <h3> DISCLAIMER OF WARRANTIES AND LIABILITIES </h3>
355
+ <p>2. The User agrees that any kind of information, resources, activities, recommendations
356
+ obtained/availed from Platform, written or oral, will not create any warranty and the Platform
357
+ disclaims all liabilities resulting from these.</p>
358
+ <p>3. The Firm/Platform does not guarantee that the Services contained in the Platform will be
359
+ uninterrupted or error-free, or that the Platform or its server will be free of viruses or other
360
+ harmful components, and the User hereby expressly accepts any and all associated risks involved with
361
+ the User’s use of the Platform.</p>
362
+ <p>It is further agreed to by the Parties that the contents of this Section shall survive even after the
363
+ termination or expiry of the Terms and/or Policy.</p>
364
+ <p>Neither the Firm nor the Platform shall be liable for damages for any delay or failure to perform its
365
+ obligations hereunder if such delay or failure is due to cause beyond its control or without its
366
+ fault or negligence, due to Force Majeure events including but not limited to acts of war, acts of
367
+ God, earthquake, riot, fire, festive activities sabotage, labour shortage or dispute, internet
368
+ interruption, technical failure, breakage of sea cable, hacking, piracy, cheating, illegal or
369
+ unauthorized.</p>
370
+ <h3> FORCE MAJEURE </h3>
371
+ <p>It is expressly agreed to by the Parties hereto that the formation, interpretation and performance of
372
+ these Terms and any disputes arising therefrom will be resolved through a two-step Alternate Dispute
373
+ Resolution (“ADR”) mechanism. It is further agreed to by the Parties that the contents of this
374
+ Section shall survive even after the termination or expiry of the Terms and/or Policy.</p>
375
+ <h3> DISPUTE RESOLUTION AND JURISDICTION </h3>
376
+ <p>1. <b>Mediation:</b>In case of any dispute between the parties, the Parties will attempt to resolve
377
+ the same amicably amongst themselves, to the mutual satisfaction of all Parties. In the event that
378
+ the Parties are unable to reach such an amicable solution within thirty (30) days of one Party
379
+ communicating the existence of a dispute to any other Party, the dispute will be resolved by
380
+ arbitration, as detailed hereinbelow;</p>
381
+ <p>1. <b>Arbitration::</b>In the event that the Parties are unable to amicably resolve a dispute by
382
+ mediation, said dispute will be referred to arbitration by a sole arbitrator to be appointed by the
383
+ Firm, and the award passed by such sole arbitrator will be valid and binding on all Parties. The
384
+ Parties shall bear their own costs for the proceedings, although the sole arbitrator may, in his/her
385
+ sole discretion, direct either Party to bear the entire cost of the proceedings. The arbitration
386
+ shall be conducted in English, and the seat of Arbitration shall be Delhi, India.</p>
387
+ <p>The Parties expressly agree that the Terms of Use, Privacy Policy and any other agreements entered
388
+ into between the Parties are governed by the laws, rules and regulations of India</p>
389
+ <p>Any and all communication relating to any dispute or grievance experienced by the User may be
390
+ communicated to the Firm by the User by emailing to care@{{page.companyName}}.{{page.domain}}.</p>
391
+ <h3> NOTICES </h3>
392
+ <h3> MISCELLANEOUS PROVISIONS </h3>
393
+ <p>1. <b>Entire Agreement:</b> These Terms, read with the Policy, form the complete and final contract
394
+ between the User and the Firm with respect to the subject matter hereof and supersedes all other
395
+ communications, representations and agreements (whether oral, written or otherwise) relating
396
+ thereto.</p>
397
+ <p>2. <b>Waiver:</b>The failure of either Party at any time to require performance of any provision of
398
+ these Terms shall in no manner affect such Party's right at a later time to enforce the same. No
399
+ waiver by either party of any breach of these Terms, whether by conduct or otherwise, in any one or
400
+ more instances, shall be deemed to be or construed as a further or continuing waiver of any such
401
+ breach, or a waiver of any other breach of these Terms. </p>
402
+ <p>3. <b>Severability:</b> If any provision/clause of these Terms is held to be invalid, illegal or
403
+ unenforceable by any court or authority of competent jurisdiction, the validity, legality and
404
+ enforceability of the remaining provisions/clauses of these Terms shall in no way be affected or
405
+ impaired thereby, and each such provision/clause of these Terms shall be valid and enforceable to
406
+ the fullest extent permitted by law. In such case, these Terms shall be reformed to the minimum
407
+ extent necessary to correct any invalidity, illegality or unenforceability, while preserving to the
408
+ maximum extent the original rights, intentions and commercial expectations of the Parties hereto, as
409
+ expressed herein.</p>
410
+ <p>4.<b> Contact Us</b>: If you have any questions about this Policy, the practices of the Platform, or
411
+ your experience with the Service provided by the Platform, you can contact us at
412
+ care@{{page.companyName}}.{{page.domain}}.</p>
413
+ </div>
414
+ </section>
415
+ <!-- End main body content -->
416
+
417
+ {%- include footer/index.html -%}
418
+
419
+ </body>
420
+
421
+ </html>