tools-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +50 -0
  4. data/_data/about/en/about.json +9 -0
  5. data/_data/blog/alertbar.yml +3 -0
  6. data/_data/blog/authors.yml +11 -0
  7. data/_data/blog/blog.yml +3 -0
  8. data/_data/blog/nav.json +14 -0
  9. data/_data/blog/share.yml +28 -0
  10. data/_data/contact/en/contact.json +39 -0
  11. data/_data/customcdns/customcdns.yml +0 -0
  12. data/_data/disclaimer/en/disclaimer.json +38 -0
  13. data/_data/feature/en/compress-pdf.json +194 -0
  14. data/_data/feature/en/split-pdf.json +110 -0
  15. data/_data/feature/hi/compress-pdf.json +82 -0
  16. data/_data/files/en/jpg.json +153 -0
  17. data/_data/files/en/png.json +61 -0
  18. data/_data/footer/en/data.json +91 -0
  19. data/_data/footer/hi/data.json +85 -0
  20. data/_data/header/en/data.json +144 -0
  21. data/_data/header/hi/data.json +145 -0
  22. data/_data/help/en/help.json +0 -0
  23. data/_data/home/en/en.json +253 -0
  24. data/_data/home/hi/hi.json +87 -0
  25. data/_data/languagesupport/compress-pdf-langs.json +12 -0
  26. data/_data/languagesupport/index-langs.json +14 -0
  27. data/_data/privacy/en/privacyPolicy.json +266 -0
  28. data/_data/rating/rating.json +1 -0
  29. data/_data/termAndCondition/en/termAndCondition.json +359 -0
  30. data/_includes/Rating/rating.html +89 -0
  31. data/_includes/Rating/structureddata.html +35 -0
  32. data/_includes/Usp/usp.html +20 -0
  33. data/_includes/author_bio.html +16 -0
  34. data/_includes/authors/authors.html +25 -0
  35. data/_includes/cssfile/links.html +13 -0
  36. data/_includes/custom-head.html +32 -0
  37. data/_includes/disqus_comments.html +11 -0
  38. data/_includes/dropdown/langdropdown.html +22 -0
  39. data/_includes/fileformat/comparisonfiles.html +153 -0
  40. data/_includes/fileformat/fileformatdetail.html +104 -0
  41. data/_includes/footer/index.html +54 -0
  42. data/_includes/google-analytics.html +23 -0
  43. data/_includes/head/index.html +125 -0
  44. data/_includes/header/blogHeader.html +28 -0
  45. data/_includes/header/index.html +92 -0
  46. data/_includes/paginationBlogPage.html +35 -0
  47. data/_includes/paginationPostPage.html +15 -0
  48. data/_includes/postauthorbio.html +17 -0
  49. data/_includes/postbox.html +30 -0
  50. data/_includes/script.html +14 -0
  51. data/_includes/section/alertbar.html +12 -0
  52. data/_includes/section/count.html +24 -0
  53. data/_includes/section/recent_posts.html +43 -0
  54. data/_includes/section/related_categories_post.html +74 -0
  55. data/_includes/section/related_tag_post.html +60 -0
  56. data/_includes/share/socialshare.html +49 -0
  57. data/_layouts/aboutUs.html +22 -0
  58. data/_layouts/blog.html +67 -0
  59. data/_layouts/categories.html +26 -0
  60. data/_layouts/contactUs.html +23 -0
  61. data/_layouts/default.html +1 -0
  62. data/_layouts/disclaimer.html +36 -0
  63. data/_layouts/feature.html +143 -0
  64. data/_layouts/help.html +23 -0
  65. data/_layouts/home.html +137 -0
  66. data/_layouts/page.html +5 -0
  67. data/_layouts/post.html +69 -0
  68. data/_layouts/privacyPolicy.html +401 -0
  69. data/_layouts/termAndCondition.html +402 -0
  70. data/assets/bulb.svg +1 -0
  71. data/assets/cloud.svg +1 -0
  72. data/assets/cross.svg +5 -0
  73. data/assets/css/blog.css +481 -0
  74. data/assets/css/tools.css +1564 -0
  75. data/assets/easy.svg +1 -0
  76. data/assets/facebook.svg +5 -0
  77. data/assets/files/en/jpg.json +61 -0
  78. data/assets/files/en/png.json +61 -0
  79. data/assets/guaranty.svg +1 -0
  80. data/assets/images/Ankita.webp +0 -0
  81. data/assets/images/Anushka.webp +0 -0
  82. data/assets/images/Arjyahi.webp +0 -0
  83. data/assets/images/Nikita.webp +0 -0
  84. data/assets/images/alka.webp +0 -0
  85. data/assets/images/avatar.png +0 -0
  86. data/assets/images/keshav.webp +0 -0
  87. data/assets/images/logo.png +0 -0
  88. data/assets/images/paavan.webp +0 -0
  89. data/assets/images/rating.png +0 -0
  90. data/assets/instagram.svg +5 -0
  91. data/assets/js/TopScroll.js +8 -0
  92. data/assets/linkdin.svg +5 -0
  93. data/assets/pdf.svg +20 -0
  94. data/assets/protect.svg +1 -0
  95. data/assets/star.svg +5 -0
  96. data/assets/support.svg +1 -0
  97. data/assets/twitter.svg +5 -0
  98. data/assets/youtube.svg +5 -0
  99. metadata +182 -0
@@ -0,0 +1,143 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign featureData= site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{featureData.htmlLangAtt}}">
7
+ {% include head/index.html %}
8
+
9
+ <body>
10
+ {% include header/index.html %}
11
+ {%- include dropdown/langdropdown.html -%}
12
+ <div class="flex-container">
13
+ <div class="flex-class py-4 mt-4 mt-md-0 ">
14
+ <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
15
+ <div class="div-cont feature-img mr-2">
16
+ {%- if featureData.img -%}
17
+ <img style=width:{{featureData.imgwidth}};height:{{featureData.imgheight}};
18
+ src="{{featureData.img}}" alt="{{featureData.imgalt}}">
19
+ {%- else -%}
20
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
21
+ viewBox="0 0 36 36" fill="#000">
22
+ <path
23
+ d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z">
24
+ </path>
25
+ </svg>
26
+ {%- endif -%}
27
+ </div>
28
+ </span>
29
+ <h1 class="feature-h1">{{featureData.H1 | replace: "$variable", page.value}}</h1>
30
+ </div>
31
+ <h2 class="feature-h2">{{featureData.H2 | replace: "$variable", page.value}}</h2>
32
+ </div>
33
+ </div>
34
+ <div class="box-padding">
35
+ <div class="d-flex" id="__cond-922051">
36
+ <div class="flex-container">
37
+ <div class="flex-class">
38
+ <div class="d-flex flex-column">
39
+ <div class="box"
40
+ style=background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}>
41
+ <div class="box-border"></div>
42
+ <div class="content-box">
43
+ {{content}}
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ <div class="container mt-4">
52
+ <div class="row px-0">
53
+ {% for data in featureData.TEXTUAL_CONTENT %}
54
+ <div class="col-lg-4 col-md-6 my-4">
55
+ <div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px" alt={{data.header}}>
56
+ <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
57
+ <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
58
+ </div>
59
+ </div>
60
+ {% endfor %}
61
+ </div>
62
+ </div>
63
+ <div class="d-flex justify-content-center mt-5 mb-5" id="__cond-1011327">
64
+ <div class="flex-container pb-5">
65
+ <div class="flex-class">
66
+ <div class=" d-flex flex-wrap justify-content-center">
67
+ {%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
68
+ <div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
69
+ src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
70
+ alt="{{featureData.HOW_TO_CONTENT.logoImageAlt}}">
71
+ </div>
72
+ {%- endif -%}
73
+ <div class="how-to-right">
74
+ <h3 class="how-to-title">{{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
75
+ page.value}}</h3>
76
+ <ol class="how-to-list">
77
+ {% for data in featureData.HOW_TO_CONTENT.steps %}
78
+ <li class="how-to-list-item">{{data | replace: "$variable", page.value}}</li>
79
+ {% endfor %}
80
+ </ol>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </div>
85
+ </div>
86
+
87
+ <div class="container">
88
+ <div class="row">
89
+ <div class="col-md-8 mx-auto">
90
+ <div class="faq">
91
+ {%- if featureData.FAQ.size>0 -%}
92
+ <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
93
+ {%- endif -%}
94
+ <ul class="list-unstyled">
95
+ {% for data in featureData.FAQ %}
96
+ <li>
97
+ <h3 class="faq-question" itemprop="name">{{data.question | replace: "$variable",
98
+ page.value}}<em style="transform: rotate(-135deg);">
99
+ <i></i></em>
100
+ </h3>
101
+ <div style="display: block;">
102
+ <p class="faq-answer" itemprop="text">{{data.answer | replace: "$variable", page.value}}
103
+ </p>
104
+ </div>
105
+ </li>
106
+ <hr>
107
+ {% endfor %}
108
+ </ul>
109
+ </div>
110
+ </div>
111
+ </div>
112
+ </div>
113
+ {%- include share/socialshare.html -%}
114
+ {%- include Rating/rating.html -%}
115
+
116
+
117
+ {%- if page.categories or page.tags-%}
118
+ {%- include section/related_categories_post.html -%}
119
+ {%- else -%}
120
+ {%- include section/recent_posts.html -%}
121
+ {% endif %}
122
+ {%- if featureData.display_formats -%}
123
+ <div class="container px-md-5 compare-table ">
124
+ <div class="px-md-4">
125
+ {%- include fileformat/fileformatdetail.html -%}
126
+ </div>
127
+ </div>
128
+ {%- endif -%}
129
+ {%- if featureData.compare_formats -%}
130
+ <div class="container file-detail-table ">
131
+ {%- include fileformat/comparisonfiles.html -%}
132
+ </div>
133
+ {%- endif -%}
134
+ {%- if featureData.USP_Heading or featureData.USPS -%}
135
+ <div class="container">
136
+ {%- include /Usp/usp.html -%}
137
+ </div>
138
+ {%- endif -%}
139
+ {% include footer/index.html %}
140
+ {% include script.html %}
141
+ </body>
142
+
143
+ </html>
@@ -0,0 +1,23 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign helpData = site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{helpData.htmlLangAtt}}">
7
+ {% include head/index.html %}
8
+ <body>
9
+ {% include header/index.html %}
10
+ {%- include dropdown/langdropdown.html -%}
11
+ <div class="container py-4">
12
+ <h1 class="about-h1 py-2">Help</h1>
13
+ <h2 class="about-h2"> Welcome to {{page.companyName}}.{{page.domain}}</h2>
14
+ <p class="py-2">We are here to help you. Ping us your queries at care@{{ page.companyName}}.{{page.domain}}</p>
15
+ <div>
16
+ {{content}}
17
+ </div>
18
+ </div>
19
+ {% include footer/index.html %}
20
+ {% include script.html %}
21
+ </body>
22
+
23
+ </html>
@@ -0,0 +1,137 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign homeData= site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{homeData.htmlLangAtt}}">
7
+ {% include head/index.html %}
8
+ <body>
9
+ {% include header/index.html %}
10
+ {%- include dropdown/langdropdown.html -%}
11
+ {%- if homeData.h1 or homeData.h2 -%}
12
+ <div class="flex-container">
13
+ <div class="flex-class py-5">
14
+ <h1 class="home-top-h1">{{homeData.h1}}</h1>
15
+ <h2 class="home-top-h2">{{homeData.h2}}</h2>
16
+ </div>
17
+ </div>
18
+ {%- endif -%}
19
+ {%- if homeData.features -%}
20
+ <div class="flex-container">
21
+ <div class="flex-class">
22
+ <ul class="home-features">
23
+ {% for product in homeData.features %}
24
+ <li style=background:{{product.color}} class="home-feature-box">
25
+ <div class="home-inner-box">
26
+ <div class="div-cont feature-img" height="36px" width="36px" >
27
+ <img src="{{product.icon}}" height="36px" width="36px" alt="star icon">
28
+ </div>
29
+ </div>
30
+ <div class="home-feature-desc">{{product.description}}</div><a
31
+ class="home-feature-name" href="{{product.url}}">{{product.name}}</a>
32
+ </li>
33
+ {% endfor %}
34
+ </ul>
35
+ </div>
36
+ </div>
37
+ {%- endif -%}
38
+ <div>
39
+ {{content}}
40
+ </div>
41
+ {%- if homeData.TEXTUAL_CONTENT -%}
42
+ <div class="container mt-4">
43
+ <div class="row px-0">
44
+ {% for data in homeData.TEXTUAL_CONTENT %}
45
+ <div class="col-lg-4 col-md-6 my-4">
46
+ <div><img class="feature-card-img" height="48px" width="48px" loading="lazy" src="{{data.logoUrl}}"
47
+ alt={{data.header}}>
48
+ <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
49
+ <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
50
+ </div>
51
+ </div>
52
+ {% endfor %}
53
+ </div>
54
+ </div>
55
+ {%- endif -%}
56
+ {%- if homeData.HOW_TO_CONTENT -%}
57
+ <div class="d-flex justify-content-center mt-5 mb-5" id="__cond-1011327">
58
+ <div class="flex-container pb-5">
59
+ <div class="flex-class">
60
+ <div class=" d-flex flex-wrap justify-content-center">
61
+ {%- if homeData.HOW_TO_CONTENT.logoImageUrl -%}
62
+ <div class="how-to-img-wrapper "><img class="how-to-leftimg" loading="lazy" height="215px" width="100%"
63
+ src="{{homeData.HOW_TO_CONTENT.logoImageUrl}}" alt="{{homeData.HOW_TO_CONTENT.logoImageAlt}}">
64
+ </div>
65
+ {%- endif -%}
66
+ <div class="how-to-right">
67
+ <h3 class="how-to-title">{{homeData.HOW_TO_CONTENT.heading | replace: "$variable",
68
+ page.value}}</h3>
69
+ <ol class="how-to-list">
70
+ {% for data in homeData.HOW_TO_CONTENT.steps %}
71
+ <li class="how-to-list-item">{{data | replace: "$variable", page.value}}</li>
72
+ {% endfor %}
73
+ </ol>
74
+ </div>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </div>
79
+
80
+ {%- endif -%}
81
+ {%- if homeData.FAQ -%}
82
+ <div class="container">
83
+ <div class="row">
84
+ <div class="col-md-8 mx-auto">
85
+ <div class="faq">
86
+ {%- if homeData.FAQ.size>0 -%}
87
+ <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
88
+ {%- endif -%}
89
+ <ul class="list-unstyled">
90
+ {% for data in homeData.FAQ %}
91
+ <li>
92
+ <h3 class="faq-question" itemprop="name">{{data.question | replace: "$variable", page.value}}<em
93
+ style="transform: rotate(-135deg);">
94
+ <i></i></em>
95
+ </h3>
96
+ <div style="display: block;">
97
+ <p class="faq-answer" itemprop="text">{{data.answer | replace: "$variable", page.value}}</p>
98
+ </div>
99
+ </li>
100
+ <hr>
101
+ {% endfor %}
102
+ </ul>
103
+ </div>
104
+ </div>
105
+ </div>
106
+
107
+ </div>
108
+ {%- endif -%}
109
+ {%- include share/socialshare.html -%}
110
+ {%- include Rating/rating.html -%}
111
+ {%- if page.categories or page.tags-%}
112
+ {%- include section/related_categories_post.html -%}
113
+ {%- else -%}
114
+ {%- include section/recent_posts.html -%}
115
+ {% endif %}
116
+ {%- if homeData.display_formats -%}
117
+ <div class="container px-md-5 file-detail-table ">
118
+ <div class="px-md-4">
119
+ {%- include fileformat/fileformatdetail.html -%}
120
+ </div>
121
+ </div>
122
+ {%- endif -%}
123
+ {%- if homeData.compare_formats -%}
124
+ <div class="container compare-table ">
125
+ {%- include fileformat/comparisonfiles.html -%}
126
+ </div>
127
+ {%- endif -%}
128
+ {%- if homeData.USP_Heading or homeData.USPS -%}
129
+ <div class="container">
130
+ {%- include /Usp/usp.html -%}
131
+ </div>
132
+ {%- endif -%}
133
+ {% include footer/index.html %}
134
+ {% include script.html %}
135
+ </body>
136
+
137
+ </html>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -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,401 @@
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
+ <body>
10
+ {% include header/index.html %}
11
+ {%- include dropdown/langdropdown.html -%}
12
+ <div class="container py-4">
13
+ <h1 class="about-h1 py-4">Privacy Policy</h1>
14
+ <div class="py-3">
15
+ <p> We, <b>{{ page.companyName }}</b>, hereinafter referred to as the “FIRM” (where such expression shall,
16
+ unless repugnant to the context thereof, be deemed to include its respective legal heirs,
17
+ representatives, administrators, permitted successors and assigns).</p>
18
+ <div class="py-3">
19
+ <p>The Firm ensures steady commitment to Your usage of the Platform and privacy with regard to the
20
+ protection of Your invaluable information. This document contains information about the Website and
21
+ domain https://alarmsetter.com (hereinafter referred to as the “Platform” ).</p>
22
+ <p>For the purpose of these Terms of Use (“Terms”), wherever the context so requires,</p>
23
+ <p>1. “We”, “Our”, and “Us” shall mean and refer to the Domain and/or the Firm, as the context so
24
+ requires.</p>
25
+ <p>2. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who use
26
+ the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
27
+ <p>3. “You”, “Your”, “Yourself”, “User”, shall mean and refer to natural and legal individuals who use
28
+ the Platform and who is competent to enter into binding contracts, as per Indian laws.</p>
29
+ <p>4. “Third Parties” refer to any Application, Firm or individual apart from the User and the creator
30
+ of this Platform/Domain.</p>
31
+ <p>5. “ The term “User” refers to the individuals who will be using the platform to avail the features
32
+ and the services of the platform.</p>
33
+ <p>6. “ The term “User” refers to the individuals who will be using the platform to avail the features
34
+ and the services of the platform.</p>
35
+ <p>7. “ The headings of each section in these Terms are only for the purpose of comanizing the various
36
+ provisions under these Terms in an orderly manner and shall not be used by either Party to interpret
37
+ the provisions contained herein in any manner. Further, it is specifically agreed to by the Parties
38
+ that the headings shall have no legal or contractual value.</p>
39
+ <p>8. “The User unequivocally agrees that these Terms and the aforementioned Policy constitute a legally
40
+ binding agreement between the User and the Firm, and that the User shall be subject to the rules,
41
+ guidelines, policies, terms, and conditions applicable to any service that is provided by the
42
+ Platform, and that the same shall be deemed to be incorporated into these Terms, and shall be
43
+ treated as part and parcel of the same. The User acknowledges and agrees that no signature or
44
+ express act is required to make these Terms and the Policy binding on the User and that the User’s
45
+ act of visiting any part of the Platform constitutes the User’s full and final acceptance of these
46
+ Terms and the aforementioned Policy.</p>
47
+ <p>9. “The Firm reserves the sole and exclusive right to amend or modify these Terms without any prior
48
+ permission or intimation to the User, and the User expressly agrees that any such amendments or
49
+ modifications shall come into effect immediately. The User has a duty to periodically check the
50
+ terms and stay updated on its requirements. If the User continues to use the Platform following such
51
+ a change, the User will be deemed to have consented to any and all amendments/modifications made to
52
+ the Terms. In so far as the User complies with these Terms, it is granted a personal, non-exclusive,
53
+ non-transferable, revocable, limited privilege to access and use the Platform and the Services. If
54
+ the User does not adhere to the changes, You must stop using the Services at once. Your continued
55
+ use of the Services will signify your acceptance of the changed terms.</p>
56
+ <h3> REGISTRATION </h3>
57
+ <p>1. The Users are also provided with an option to link their Facebook/Google accounts with the
58
+ Platform at the time of their registration in order to smoothen the process of registration.</p>
59
+ <p>2. Registration for this Platform is available for all age groups, barring those “Incompetent to
60
+ Contract” which inter alia include insolvents with an exception to Minors.</p>
61
+ <p>3. Further, at any time during Your use of this Platform, including but not limited to the time of
62
+ registration, You are solely responsible for protecting the confidentiality of Your Username and
63
+ password, and any activity under the account shall be deemed to have been done by You. In the case
64
+ that you provide us with false and/or inaccurate details or we have reason to believe you have done
65
+ so, we hold the right to permanently suspend your account. You agree that you will not disclose your
66
+ password to any third party and that you will take sole responsibility for any activities or actions
67
+ under your account, whether or not you have authorized such activities or actions. You will
68
+ immediately notify us of any hereinbelow use of your account.</p>
69
+ <h3> PLATFORM OVERVIEW </h3>
70
+ <p>@alarmsetter.com is a platform owned and operated by @alarmsetter.com LLP which is a limited
71
+ liability partnership registered under the provisions of the Limited Liability Partnership Act,
72
+ 2008.</p>
73
+ <p>Servers for this website are hosted on Firebase. User is not required to install any software on his
74
+ machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
75
+ devices such as Mac/Windows/Linux/Android/iOS.</p>
76
+ <h3> ELIGIBILITY </h3>
77
+ <p>Servers for this website are hosted on Firebase. User is not required to install any software on his
78
+ machine to use the Platform. The Platform is User-friendly and is accessible on all software and all
79
+ devices such as Mac/Windows/Linux/Android/iOS.</p>
80
+ <p>The Users may not use the Platform if they are not competent to contract or are disqualified from
81
+ doing so by any other applicable law, rule or regulation currently in force.</p>
82
+ <h3> CONTENT </h3>
83
+ <p>All text, graphics, User interfaces, visual interfaces, photographs, trademarks, logos, brand names,
84
+ descriptions, sounds, music and artwork (collectively, ‘Content’), is generated/provided by Platform
85
+ and the Platform have control over it and assures a reasonable quality, the accuracy, integrity or
86
+ genuineness of products sold on the Platform.</p>
87
+ <p>All the Content displayed on the Platform is subject to copyright and shall not be reused by any
88
+ party (or a third party) without the prior written consent of the Firm and the copyright owner.</p>
89
+ <p>The Users are solely responsible for the integrity, authenticity, quality and genuineness of the
90
+ feedback and comments by Users can be made via the Platform, the Platform bears no liability
91
+ whatsoever for any feedback or comments made by the Users or made in respect of any of the content
92
+ on the Platform. Further, the Platform reserves its right to suspend the account of any User for an
93
+ indefinite period to be decided at the discretion of the Platform or to terminate the account of any
94
+ User who is found to have created or shared or submitted any Content or part thereof that is found
95
+ to be untrue/inaccurate/misleading or offensive/vulgar. The User shall be solely responsible for
96
+ making good any financial or legal losses incurred through the creation/sharing/submission of
97
+ Content or part thereof that is deemed to be untrue/inaccurate/misleading.</p>
98
+ <p>The Users have a personal, non-exclusive, non-transferable, revocable, limited privilege to access
99
+ the Content on the Platform. Users shall not copy, adapt, and modify any content without written
100
+ permission of the Firm.</p>
101
+ <h3> TERM </h3>
102
+ <p>1. These Terms shall continue to form a valid and binding contract between the Parties and shall
103
+ continue to be in full force and effect until the User continues to access and use the Platforms.
104
+ </p>
105
+ <p>2. The Users may terminate their use of the Platform at any time.</p>
106
+ <p>3. The Firm may terminate these Terms and close a User’s account at any time without notice and/or
107
+ suspend or terminate a User’s access to the Platform at any time and for any reason, if any
108
+ discrepancy or legal issue arises.</p>
109
+ <p>4. Such suspension or termination shall not limit our right to take any other action against you that
110
+ the Firm considers appropriate.</p>
111
+ <p>5. It is also hereby declared that the Firm may discontinue the Services and Platforms without any
112
+ prior notice.</p>
113
+ <h3> AMENDMENT AND TERMINATION </h3>
114
+ <p>1. The Firm reserves the right, in its sole discretion, to unilaterally to either amend, limit or
115
+ terminate the User’s access to the Platform, or any portion or wholly thereof, at any time, without
116
+ notice or cause.</p>
117
+ <p>2.The Platform also reserves the universal right to deny part or in entirety, the access to
118
+ particular Users or any such Users with similar IP, to any/all of are on its Platform without any
119
+ prior notice/explanation in order to protect the interests of the Platform and/or other visitors to
120
+ the Platform.</p>
121
+ <p>The Platform reserves the right to limit, deny or create different access to the Platform and its
122
+ features with respect to different Users, or to change any of the features or introduce new features
123
+ without prior notice.</p>
124
+ <p>The User shall continue to be bound by these Terms, and it is expressly agreed to by the Parties that
125
+ the User shall not have the right to terminate these Terms till the expiry of the same.</p>
126
+ <p>COMMUNICATION By using this Platform and providing his/her identity and contact information to the
127
+ Firm through the Platform, the Users hereby agree and consent to receive calls, e-mails or SMS from
128
+ the Firm and/or any of its representatives at any time. User can report to care@alarmsetter.com if
129
+ they find any discrepancy with regard to Platform or content-related information and the Firm will
130
+ take necessary action after an investigation. The response with resolution (if any issues found)
131
+ shall be dependent on the time is taken for investigation. The User expressly agrees that
132
+ notwithstanding anything contained hereinabove, it may be contacted by the Firm or any
133
+ representatives relating to any Product purchased by the User on the Platform or anything pursuant
134
+ thereto and the Users agrees to indemnify the Firm from any and all harassment claims. It is
135
+ expressly agreed to by the Parties that any information shared by the User with the Firm shall be
136
+ governed by the Privacy Policy.</p>
137
+ <h3> USER OBLIGATIONS AND FORMAL UNDERTAKINGS AS TO CONDUCT </h3>
138
+ <p>The Client agrees and acknowledges that they are a restricted user of this Platform and that they:
139
+ </p>
140
+ <p>1. Agree to provide genuine credentials during the process of registration on the Platform. You shall
141
+ not use a fictitious identity to register. The Firm is not liable if the User has provided incorrect
142
+ information.</p>
143
+ <p>2.Agree to ensure the Name, Email address, Address, Mobile number and any such other information
144
+ provided during account registration is valid at all times and shall keep your information accurate
145
+ and up-to-date. The User can update their details anytime through accessing their profile on the
146
+ platform.</p>
147
+ <p>3.Agree that they are solely responsible for maintaining the confidentiality of your account
148
+ password. You agree to notify us immediately of any unauthorized use of your account. Firm reserves
149
+ the right to close your account at any time for any or no reason.</p>
150
+ <p>4. Understand and acknowledge that the data submitted is manually entered into the database of the
151
+ Platform. The User also acknowledges the fact that data so entered into the database is for the
152
+ purpose of easy and ready reference for the User, and to streamline the Services through the
153
+ Platform.</p>
154
+ <p>5. Authorize the Platform to use, store or otherwise process certain personal information and all
155
+ published Content, Client responses, Client locations, User comments, reviews and ratings for
156
+ personalization of Services, marketing and promotional purposes and for optimisation of User-related
157
+ options and Services</p>
158
+ <p>6. Understand and agree that, to the fullest extent permissible by law, the Platform/Firm and their
159
+ successors and assigns, or any of their affiliates or their respective officers, directors,
160
+ employees, agents, licensors, representatives, operational service providers, advertisers or
161
+ suppliers shall not be liable for any loss or damage, of any kind, direct or indirect, in connection
162
+ with or arising from use of the Platform or from this terms of use, including, but not limited to,
163
+ compensatory, consequential, incidental, indirect, special or punitive damages.</p>
164
+ <p>7. Are bound not to cut, copy, modify, recreate, reverse engineer, distribute, disseminate, post,
165
+ publish or create derivative works from, transfer, or sell any information or obtained from the
166
+ Platform. Any such use/limited use of the Platform will only be allowed with the prior express
167
+ written permission of the Firm.</p>
168
+ <p>Agree not to access (or attempt to access) the Platform and/or the materials or Services by any means
169
+ other than through the interface provided by the Platform. The use of deep-link, robot, spider or
170
+ other automatic devices, program, algorithm or methodology, or any similar or equivalent manual
171
+ process, to access, acquire, copy or monitor any portion of the Platform or its content, or in any
172
+ way reproduce or circumvent the navigational structure or presentation of the Platform, materials or
173
+ any content, or to obtain or attempt to obtain any materials, documents or information through any
174
+ means not specifically made available through the Platform will lead to suspension or termination of
175
+ the User’s access to the Platform. The User acknowledges and agrees that by accessing or using the
176
+ Platform or any of the Services provided therein, it may be exposed to content that it may consider
177
+ offensive, indecent or otherwise objectionable. The Firm disclaims any and all liabilities arising
178
+ in relation to such offensive content on the Platform.</p>
179
+ <p>Expressly agree and acknowledge that the Content generated by the User and displayed on the Platform
180
+ is not owned by the Firm and that the Firm is in no way responsible for the content of the same. The
181
+ User may, however, report any offensive or objectionable content, which the Firm may then remove
182
+ from the Platform, at its sole discretion</p>
183
+ <p>Expressly consents to follow the terms and conditions, and policies of the Vendor affiliated with the
184
+ Firm from whom the Users are utilizing services.</p>
185
+ <h3> The User further undertakes not to: </h3>
186
+ <p>1. Engage in any activity that interferes with or disrupts access to the Platform or the Services
187
+ provided therein (or the servers and networks which are connected to the Platform).</p>
188
+ <p>2. Impersonate any person or entity, or falsely state or otherwise misrepresent his/her affiliation
189
+ with a person or entity.</p>
190
+ <p>3. Probe, scan or test the vulnerability of the Platform or any network connected to the Platform,
191
+ nor breach the security or authentication measures on the Platform or any network connected to the
192
+ Platform. The User may not reverse look-up, trace or seek to trace any information relating to any
193
+ other User of, or visitor to, the Platform, or any other viewer of the Platform, including any User
194
+ account maintained on the Platform not operated/managed by the User, or exploit the Platform or
195
+ information made available or offered by or through the Platform, in any manner.</p>
196
+ <p>4. Disrupt or interfere with the security of, or otherwise cause harm to, the Platform, systems
197
+ resources, accounts, passwords, servers or networks connected to or accessible through the Platform
198
+ or any affiliated or linked Platforms.</p>
199
+ <p>5. Use the Platform or any material or content therein for any purpose that is unlawful or prohibited
200
+ by these Terms, or to solicit the performance of any illegal activity or other activity which
201
+ infringes the rights of this Platform or any other third party (s).</p>
202
+ <p>6. Violate any code of conduct or guideline which may be applicable for or to any particular service
203
+ offered on the Platform.</p>
204
+ <p>7. Violate any applicable laws, rules or regulations currently in force within or outside India.</p>
205
+ <p>8. Violate any portion of these Terms or the Privacy Policy, including but not limited to any
206
+ applicable additional terms of the Platform contained herein or elsewhere, whether made by
207
+ amendment, modification, or otherwise.</p>
208
+ <p>9. Commit any act that causes the Firm to lose (in whole or in part) the Services of its Internet
209
+ Establishment (ISP) or in any manner disrupts the Services of any other supplier/service provider of
210
+ the Firm/Platform.</p>
211
+ <p>10. Further:The User hereby expressly authorizes the Firm/Platform to disclose any and all
212
+ information relating to the User in the possession of the Firm/Platform to law enforcement or other
213
+ government officials, as the Firm may in its sole discretion, believe necessary or appropriate in
214
+ connection with the investigation and/or resolution of possible crimes, especially those involve
215
+ personal injury and theft/infringement of intellectual property. The User further understands that
216
+ the Firm/Platform might be directed to disclose any information (including the identity of persons
217
+ providing information or materials on the Platform) as necessary to satisfy any judicial Order, law,
218
+ regulation or valid governmental request.</p>
219
+ <p>11. By indicating User's acceptance to purchase any product or service offered on the site, the user
220
+ is obligated to complete such transactions after making payment. Users shall prohibit from
221
+ indicating their acceptance to avail services where the transactions have remained incomplete.</p>
222
+ <p>12. The User agrees to use the services provided by the Firm, its affiliates, consultants and
223
+ contracted companies, for lawful purposes only.</p>
224
+ <p>13. The User agrees not to make any bulk purchase to indulge in any resale activities. In case of any
225
+ such instances, the Firm reserves all rights to cancel the current and future orders and block the
226
+ concerned User account.</p>
227
+ <p>14. The User agrees to provide authentic and true information. The Firm reserves the right to
228
+ validate the information and other details provided by the User at any point of time. If upon such
229
+ User details are found to be false, not to be true (wholly or partly), the Firm shall in its sole
230
+ discretion reject the registration and debar the User from using the Services available on its
231
+ Website, and/or other affiliated websites without prior intimation whatsoever.</p>
232
+ <p>15. The User agrees not to post any material on the website that is defamatory, offensive, obscene,
233
+ indecent, abusive, or needlessly distressful, or advertising any goods or services. More
234
+ specifically, the User agrees not to host, display, upload, update, publish, modify, transmit, or in
235
+ any manner share any information that:</p>
236
+ <p>1. belongs to another person and to which the User has no right to.</p>
237
+ <p>2. is grossly harmful, harassing, blasphemous, defamatory, obscene, pornographic, paedophilic,
238
+ libellous, invasive of another's privacy, hateful, or racially, ethnically objectionable,
239
+ disparaging, relating or encouraging money laundering or gambling, or otherwise unlawful in any
240
+ manner whatever.</p>
241
+ <p>3.is in any way harmful to minors.</p>
242
+ <p>4.infringes any patent, trademark, copyright or other proprietary rights.</p>
243
+ <p>5.violates any law for the time being in force.</p>
244
+ <p>6.deceives or misleads the addressee about the origin of such messages or communicates any
245
+ information which is grossly offensive or menacing in nature.</p>
246
+ <p>7. Abuse, harass, threaten, defame, disillusion, erode, abrogate, demean or otherwise violate the
247
+ legal rights of others.</p>
248
+ <p>8. Impersonate any person or entity, or falsely state or otherwise misrepresent Your affiliation with
249
+ a person or entity.</p>
250
+ <p>9. Publish, post, disseminate, any information which is grossly harmful, harassing, blasphemous,
251
+ defamatory, obscene, pornographic, paedophilic, libellous, invasive of another's privacy, hateful,
252
+ or racially, ethnically objectionable, disparaging, relating or encouraging money laundering or
253
+ gambling, or otherwise unlawful in any manner whatever or unlawfully threatening or unlawfully
254
+ harassing including but not limited to indecent 'representation of women' within the meaning of the
255
+ Indecent Representation of Women (Prohibition) Act, 1986;</p>
256
+ <p>10. Threatens the unity, integrity, defence, security or sovereignty of India, friendly relations
257
+ with foreign states, or public order or causes incitement to the commission of any cognizable
258
+ offence or prevents investigation of any offence or is insulting any other nation.</p>
259
+ <h3> SUSPENSION OF USER ACCESS AND ACTIVITY </h3>
260
+ <p>Notwithstanding other legal remedies that may be available, the Firm may in its sole discretion,
261
+ limit the User’s access and/or activity by immediately removing the User’s access credentials either
262
+ temporarily or indefinitely, or suspend/terminate the User’s association with the Platform, and/or
263
+ refuse to usage of the Platform to the User, without being required to provide the User with notice
264
+ or cause:</p>
265
+ <p>1. If the User is in breach any of these Terms or the Policy.</p>
266
+ <p>2. If the User has provided wrong, inaccurate, incomplete or incorrect information.</p>
267
+ <h3> If the User’s actions may cause any harm, damage or loss to the other Users or to the Firm, at the
268
+ sole discretion of the Firm. </h3>
269
+ <h3> INDEMNITY </h3>
270
+ <p>The Users of this Platform agree to indemnify, defend and hold harmless the Firm/Platform, and their
271
+ respective directors, officers, employees and agents (collectively, 'Parties'), from and against any
272
+ and all losses, liabilities, claims, damages, demands, costs and expenses (including legal fees and
273
+ disbursements in connection therewith and interest chargeable thereon) asserted against or incurred
274
+ by us that arise out of, result from, or maybe payable by virtue of, any breach or non-performance
275
+ of any representation, warranty, covenant or agreement made or obligation to be performed pursuant
276
+ to these terms of use. Further, the User agrees to hold the Firm/Platform harmless against any
277
+ claims made by any third party due to, or arising out of, or in connection with:</p>
278
+ <p>1. User’s use of the Platform.</p>
279
+ <p>2. User’s violation of these Terms and Conditions.</p>
280
+ <p>3. User’s violation of any rights of another.</p>
281
+ <p>4. User’s alleged improper conduct pursuant to these Services.</p>
282
+ <p>5. User’s conduct in connection with the Platform.</p>
283
+ <p>User agrees to fully cooperate in indemnifying the Firm and the Platform at the user’s expense. The
284
+ user also agrees not to reach a settlement with any party without the consent of the Firm.</p>
285
+ <p>In no event shall the Firm/Platform be liable to compensate the User or any third party for any
286
+ special, incidental, indirect, consequential or punitive damages whatsoever, including those
287
+ resulting from loss of use, data or profits, whether or not foreseeable, and whether or not the
288
+ Firm/ Platform had been advised of the possibility of such damages, or based on any theory of
289
+ liability, including breach of contract or warranty, negligence or other tortuous action, or any
290
+ other claim arising out of or in connection with the User’s use of or access to the Platform and/or
291
+ the Services or materials contained therein.</p>
292
+ <h3> LIMITATION OF LIABILITY </h3>
293
+ <p>1. The Founders/ Promoters/ Partners/ Associated people of the Firm/Platform are not responsible for
294
+ any consequences arising out of the following events:</p>
295
+ <p>. If the Platform is inoperative/non-responsive due to any connectivity errors associated with the
296
+ internet connection such as but not limited to slow connectivity, no connectivity, server failure.
297
+ </p>
298
+ <p>. If the User has fed incorrect information or data or for any deletion of data.</p>
299
+ <p>. If there is any deficiency or defect in the Services managed by Us.</p>
300
+ <p>. If there is a failure in the functioning of any other service provided by the Platform.</p>
301
+ <p>2. The Platform accepts no liability for any errors or omissions, on behalf of itself, or for any
302
+ damage caused to the User, the User’s belongings, or to any third party, resulting from the use or
303
+ misuse of the Platform or any service availed of by the User through the Platform. The service and
304
+ any Content or material displayed on the service is provided without any guarantees, conditions or
305
+ warranties as to its accuracy, suitability, completeness or reliability. The Platform will not be
306
+ liable to you for the unavailability or failure of the Platform.</p>
307
+ <p>3. Users are to comply with all laws applicable to them or to their activities, and with all
308
+ Policies, which are hereby incorporated into this Agreement by reference.</p>
309
+ <p>4.The Platform expressly excludes any liability for any loss or damage that was not reasonably
310
+ foreseeable by the Platform and which is incurred by you in connection with the Platform, including
311
+ loss of profits; and any loss or damage incurred by you as a result of your breach of these terms.
312
+ </p>
313
+ <p>5. To the fullest extent permitted by law, the Platform shall not be liable to you or any other party
314
+ for any loss or damage, regardless of the form of action or basis of any claim. You acknowledge and
315
+ agree that your sole and exclusive remedy for any dispute with us is to terminate your use of the
316
+ Platform</p>
317
+ <p>Unless expressly agreed to in writing, nothing contained herein shall give the User a right to use
318
+ any of the Platform’s, trademarks, service marks, logos, domain names, information, questions,
319
+ answers, solutions, reports and other distinctive brand features, save according to the provisions
320
+ of these Terms. All logos, trademarks, brand names, service marks, domain names, including material,
321
+ designs, and graphics created by and developed by the Platform and other distinctive brand features
322
+ of the Platform are the property of the Firm or the respective copyright or trademark owner.
323
+ Furthermore, with respect to the Platform created by the Firm, the Firm shall be the exclusive owner
324
+ of all the designs, graphics and the like, related to the Platform.</p>
325
+ <h3> INTELLECTUAL PROPERTY RIGHTS </h3>
326
+ <p>The User may not use any of the intellectual property displayed on the Platform in any manner that is
327
+ likely to cause confusion among existing or prospective Users of the Platform, or that in any manner
328
+ disparages or discredits the Firm/Platform, to be determined in the sole discretion of the Firm.</p>
329
+ <p>1. The User agrees and undertakes that they are accessing the Platform at their sole risk and are
330
+ that they are using their best and prudent judgment before availing any service listed on the
331
+ Platform or accessing/using any information displayed thereon.</p>
332
+ <h3> DISCLAIMER OF WARRANTIES AND LIABILITIES </h3>
333
+ <p>2. The User agrees that any kind of information, resources, activities, recommendations
334
+ obtained/availed from Platform, written or oral, will not create any warranty and the Platform
335
+ disclaims all liabilities resulting from these.</p>
336
+ <p>3. The Firm/Platform does not guarantee that the Services contained in the Platform will be
337
+ uninterrupted or error-free, or that the Platform or its server will be free of viruses or other
338
+ harmful components, and the User hereby expressly accepts any and all associated risks involved with
339
+ the User’s use of the Platform.</p>
340
+ <p>It is further agreed to by the Parties that the contents of this Section shall survive even after the
341
+ termination or expiry of the Terms and/or Policy.</p>
342
+ <p>Neither the Firm nor the Platform shall be liable for damages for any delay or failure to perform its
343
+ obligations hereunder if such delay or failure is due to cause beyond its control or without its
344
+ fault or negligence, due to Force Majeure events including but not limited to acts of war, acts of
345
+ God, earthquake, riot, fire, festive activities sabotage, labour shortage or dispute, internet
346
+ interruption, technical failure, breakage of sea cable, hacking, piracy, cheating, illegal or
347
+ unauthorized.</p>
348
+ <h3> FORCE MAJEURE </h3>
349
+ <p>It is expressly agreed to by the Parties hereto that the formation, interpretation and performance of
350
+ these Terms and any disputes arising therefrom will be resolved through a two-step Alternate Dispute
351
+ Resolution (“ADR”) mechanism. It is further agreed to by the Parties that the contents of this
352
+ Section shall survive even after the termination or expiry of the Terms and/or Policy.</p>
353
+ <h3> DISPUTE RESOLUTION AND JURISDICTION </h3>
354
+ <p>1. <b>Mediation:</b>In case of any dispute between the parties, the Parties will attempt to resolve
355
+ the same amicably amongst themselves, to the mutual satisfaction of all Parties. In the event that
356
+ the Parties are unable to reach such an amicable solution within thirty (30) days of one Party
357
+ communicating the existence of a dispute to any other Party, the dispute will be resolved by
358
+ arbitration, as detailed hereinbelow;</p>
359
+ <p>1. <b>Arbitration::</b>In the event that the Parties are unable to amicably resolve a dispute by
360
+ mediation, said dispute will be referred to arbitration by a sole arbitrator to be appointed by the
361
+ Firm, and the award passed by such sole arbitrator will be valid and binding on all Parties. The
362
+ Parties shall bear their own costs for the proceedings, although the sole arbitrator may, in his/her
363
+ sole discretion, direct either Party to bear the entire cost of the proceedings. The arbitration
364
+ shall be conducted in English, and the seat of Arbitration shall be Delhi, India.</p>
365
+ <p>The Parties expressly agree that the Terms of Use, Privacy Policy and any other agreements entered
366
+ into between the Parties are governed by the laws, rules and regulations of India</p>
367
+ <p>Any and all communication relating to any dispute or grievance experienced by the User may be
368
+ communicated to the Firm by the User by emailing to care@alarmsetter.com.</p>
369
+ <h3> NOTICES </h3>
370
+ <h3> MISCELLANEOUS PROVISIONS </h3>
371
+ <p>1. <b>Entire Agreement:</b> These Terms, read with the Policy, form the complete and final contract
372
+ between the User and the Firm with respect to the subject matter hereof and supersedes all other
373
+ communications, representations and agreements (whether oral, written or otherwise) relating
374
+ thereto.</p>
375
+ <p>2. <b>Waiver:</b>The failure of either Party at any time to require performance of any provision of
376
+ these Terms shall in no manner affect such Party's right at a later time to enforce the same. No
377
+ waiver by either party of any breach of these Terms, whether by conduct or otherwise, in any one or
378
+ more instances, shall be deemed to be or construed as a further or continuing waiver of any such
379
+ breach, or a waiver of any other breach of these Terms. </p>
380
+ <p>3. <b>Severability:</b> If any provision/clause of these Terms is held to be invalid, illegal or
381
+ unenforceable by any court or authority of competent jurisdiction, the validity, legality and
382
+ enforceability of the remaining provisions/clauses of these Terms shall in no way be affected or
383
+ impaired thereby, and each such provision/clause of these Terms shall be valid and enforceable to
384
+ the fullest extent permitted by law. In such case, these Terms shall be reformed to the minimum
385
+ extent necessary to correct any invalidity, illegality or unenforceability, while preserving to the
386
+ maximum extent the original rights, intentions and commercial expectations of the Parties hereto, as
387
+ expressed herein.</p>
388
+ <p>4.<b> Contact Us</b>: If you have any questions about this Policy, the practices of the Platform, or
389
+ your experience with the Service provided by the Platform, you can contact us at
390
+ care@alarmsetter.com.</p>
391
+ </div>
392
+ </div>
393
+ <div>
394
+ {{content}}
395
+ </div>
396
+ </div>
397
+ {% include footer/index.html %}
398
+ {% include script.html %}
399
+ </body>
400
+
401
+ </html>