appscms-tools-theme 1.9.1 → 1.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/_layouts/blog.html CHANGED
@@ -20,41 +20,58 @@
20
20
  {{content}}
21
21
  </div>
22
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"
28
- alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
29
- </a>
30
- <div class="card-body">
31
- <a href="{{ post.url }}" class="anchor_link">
32
- <h4 class="card-title mb-4">{{ post.title }}</h4>
33
- </a>
34
- </div>
35
- {%- include authors/authors.html -%}
36
- <div class="card-footer bg-white">
37
- <div class="wrapfooter">
38
- {% if post.author %}
39
- <span class="meta-footer-thumb">
40
- <img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}"
41
- {%- if site.crossorigin -%} crossorigin {%- endif -%}>
42
- </span>
43
- {% endif %}
23
+ {%- if site.monumetricId -%}
24
+ <div class="col-md-9 mx-auto">
25
+ <div class="row">
26
+ {%- endif -%}
27
+ {% for post in paginator.posts %}
28
+ <div class="
29
+ {%- if site.monumetricId -%}
30
+ col-md-6 mb-4 card-group
31
+ {%- else -%}
32
+ col-lg-4 col-md-6 mb-4 card-group
33
+ {%- endif -%}
34
+
35
+ ">
36
+ <div class="card h-100">
37
+ <a href="{{ post.url }}">
38
+ <img src="{{ post.image }}" loading="lazy" height="215px" width="100%"
39
+ class="card-img-top" alt="{{post.title}}" {%- if site.crossorigin -%}
40
+ crossorigin {%- endif -%}>
41
+ </a>
42
+ <div class="card-body">
43
+ <a href="{{ post.url }}" class="anchor_link">
44
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
45
+ </a>
46
+ </div>
47
+ {%- include authors/authors.html -%}
48
+ <div class="card-footer bg-white">
49
+ <div class="wrapfooter">
50
+ {% if post.author %}
51
+ <span class="meta-footer-thumb">
52
+ <img class="author-thumb" loading="lazy" src="{{ image }}"
53
+ alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%- endif
54
+ -%}>
55
+ </span>
56
+ {% endif %}
44
57
 
45
- <span class="author-meta">
46
- <span class="post-name">
47
- <a target="_blank" href="/blog">{{authorName}}</a>
48
- </span><br>
49
- <span class="post-date">{{post.date | date_to_string }}</span>
50
- </span>
51
- <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
52
- title="Read Story">Read More</a></span>
58
+ <span class="author-meta">
59
+ <span class="post-name">
60
+ <a target="_blank" href="/blog">{{authorName}}</a>
61
+ </span><br>
62
+ <span class="post-date">{{post.date | date_to_string }}</span>
63
+ </span>
64
+ <span class="post-read-more "><a class="text-dark" href="{{ post.url }}"
65
+ title="Read Story">Read More</a></span>
66
+ </div>
67
+ </div>
53
68
  </div>
54
69
  </div>
70
+ {% endfor %}
71
+ {%- if site.monumetricId -%}
55
72
  </div>
56
73
  </div>
57
- {% endfor %}
74
+ {%- endif -%}
58
75
  </div>
59
76
  {%- include paginationBlogPage.html -%}
60
77
  </div>
@@ -4,23 +4,31 @@ layout: blog
4
4
 
5
5
  <div class="container">
6
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>
7
+ {%- if site.monumetricId -%}
8
+ <div class="col-md-9 mx-auto">
9
+ <div class="row">
10
+ {%- endif -%}
11
+ {% for category in site.categories %}
12
+ <div class="section-title col-md-12 mt-4">
13
+ <h2 id="{{ category[0] | replace: ' ', '-' }}">Category
14
+ <span class="text-capitalize">{{ category[0]
15
+ }}</span>
16
+ </h2>
17
+ </div>
18
+ {% assign pages_list = category[1] %}
19
+ {% for post in pages_list %}
20
+ {% if post.title != null %}
21
+ {% if group == null or group == post.group %}
22
+ {% include postbox.html %}
23
+ {% endif %}
24
+ {% endif %}
25
+ {% endfor %}
26
+ {% assign pages_list = nil %}
27
+ {% assign group = nil %}
28
+ {% endfor %}
29
+ {%- if site.monumetricId -%}
30
+ </div>
13
31
  </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 %}
32
+ {%- endif -%}
25
33
  </div>
26
34
  </div>
@@ -10,70 +10,116 @@
10
10
  {% include header/index.html %}
11
11
  {%- include dropdown/langdropdown.html -%}
12
12
  <div class="container py-4 contact_layout">
13
- <h1 class="contact-h1 py-2">Contact us</h1>
14
- <h2 class="contact-h2">Welcome to {{page.companyName}}</h2>
15
- <div class="py-3">
16
- <div class="py-3">
17
- <p>We, <b>{{page.companyName}}</b> LLP, registered under the provisions of the Limited Liability
18
- Partnership Act 2008, having its registered office at "Ghaziabad, Uttar Pradesh – 245304, INDIA"
19
- represented by its Directors, hereinafter referred to as the “FIRM” (where such expression shall,
20
- unless repugnant to the context thereof, be deemed to include its respective legal heirs,
21
- representatives, administrators, permitted successors and assigns).</p>
22
- <p>The Firm will not be responsible for any damage suffered by users from use of the Platform. This
23
- includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
24
- deliveries, or service interruptions as may occur because of any act/omission of parties. This
25
- disclaimer of liability also applies to any damages or injury caused by any failure of performance,
26
- error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
27
- communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
28
- record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
29
- action.</p>
30
- <p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience
31
- caused to the User through the course of the provision of Services or as a result of the Users’
32
- actions. The Firm makes no representations or warranties as to the conduct of the Users. The Firm
33
- takes no responsibility for any content that Users send or receive from other Users or Third-Party
34
- posts through the Website or Platform. Any material downloaded or otherwise obtained through use of
35
- the service is accessed at the Users own discretion and risk.</p>
36
- <p>The services on the Platform are intended to be subject to availability, without any promises or
37
- guarantees on the same by the Firm, and while certain information available on the Platform is the
38
- property of the Firm and the Firm endeavours to keep the said information updated and accurate, the
39
- Firm shall not make any representations or warranties of any kind, express or implied, about the
40
- completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
41
- information, services, or related graphics contained on the Platform for any purpose. Any reliance
42
- you place on such information is therefore strictly at your own risk.</p>
43
- <p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
44
- Services by Users. The use of the Services in the Platform is the sole responsibility of the User
45
- (or legally authorised person on behalf of the User), and in case of any negligence on the part of
46
- the User is acting on the same shall not be construed as imposing any liability, direct or indirect,
47
- on the Firm /Platform.</p>
48
- <p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome
49
- (incidental, direct, indirect or otherwise) from the use of the Platform or any such services under
50
- the platform. In no event will the Firm be liable for any loss or damage including without
51
- limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from
52
- loss of data or profits arising out of, or in connection with, the use of the Platform.</p>
53
- <p>Through this Platform, You may be able to access the link of other Platforms which are not under the
54
- control of the Firm or the Platform. We have no control over the nature, content and availability of
55
- those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the
56
- views expressed within them. Every effort is made to keep the Platform up and running smoothly.
57
- However, the Firm takes no responsibility for, and will not be liable for, the Platform being
58
- temporarily unavailable due to technical issues beyond our control.</p>
59
- <p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
60
- ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS.
61
- WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR
62
- UNAVAILABILITY OF ANY USER CONTENT.</p>
63
- <p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH
64
- THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY
65
- RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE
66
- DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING.
67
- PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED
68
- TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES.</p>
69
- <p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE
70
- AND SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
71
- </div>
72
- <div>
13
+ {%- if site.monumetricId -%}
14
+ <div class="row">
15
+ <div class="col-md-9 mx-auto">
16
+ {%- endif -%}
17
+ <h1 class="contact-h1 py-2">Contact us</h1>
18
+ <h2 class="contact-h2">Welcome to {{page.companyName}}</h2>
19
+ <div class="py-3">
20
+ <div class="py-3">
21
+ <p>We, <b>{{page.companyName}}</b> LLP, registered under the provisions of the Limited Liability
22
+ Partnership Act 2008, having its registered office at "Ghaziabad, Uttar Pradesh 245304,
23
+ INDIA"
24
+ represented by its Directors, hereinafter referred to as the “FIRM” (where such expression
25
+ shall,
26
+ unless repugnant to the context thereof, be deemed to include its respective legal heirs,
27
+ representatives, administrators, permitted successors and assigns).</p>
28
+ <p>The Firm will not be responsible for any damage suffered by users from use of the Platform.
29
+ This
30
+ includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries,
31
+ missed
32
+ deliveries, or service interruptions as may occur because of any act/omission of parties.
33
+ This
34
+ disclaimer of liability also applies to any damages or injury caused by any failure of
35
+ performance,
36
+ error, omission, interruption, deletion, defect, delay in operation or transmission,
37
+ computer virus,
38
+ communication line failure, theft or destruction or unauthorized access to, alteration of,
39
+ or use of
40
+ record, whether for breach of contract, tortuous behaviour, negligence, or under any other
41
+ cause of
42
+ action.</p>
43
+ <p>The Firm also makes it clear that it shall not be held liable for any
44
+ damage/hurt/inconvenience
45
+ caused to the User through the course of the provision of Services or as a result of the
46
+ Users’
47
+ actions. The Firm makes no representations or warranties as to the conduct of the Users. The
48
+ Firm
49
+ takes no responsibility for any content that Users send or receive from other Users or
50
+ Third-Party
51
+ posts through the Website or Platform. Any material downloaded or otherwise obtained through
52
+ use of
53
+ the service is accessed at the Users own discretion and risk.</p>
54
+ <p>The services on the Platform are intended to be subject to availability, without any promises
55
+ or
56
+ guarantees on the same by the Firm, and while certain information available on the Platform
57
+ is the
58
+ property of the Firm and the Firm endeavours to keep the said information updated and
59
+ accurate, the
60
+ Firm shall not make any representations or warranties of any kind, express or implied, about
61
+ the
62
+ completeness, accuracy, reliability, suitability or availability with respect to the
63
+ Platform or the
64
+ information, services, or related graphics contained on the Platform for any purpose. Any
65
+ reliance
66
+ you place on such information is therefore strictly at your own risk.</p>
67
+ <p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the
68
+ said
69
+ Services by Users. The use of the Services in the Platform is the sole responsibility of the
70
+ User
71
+ (or legally authorised person on behalf of the User), and in case of any negligence on the
72
+ part of
73
+ the User is acting on the same shall not be construed as imposing any liability, direct or
74
+ indirect,
75
+ on the Firm /Platform.</p>
76
+ <p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome
77
+ (incidental, direct, indirect or otherwise) from the use of the Platform or any such
78
+ services under
79
+ the platform. In no event will the Firm be liable for any loss or damage including without
80
+ limitation, indirect or consequential loss or damage, or any loss or damage whatsoever
81
+ arising from
82
+ loss of data or profits arising out of, or in connection with, the use of the Platform.</p>
83
+ <p>Through this Platform, You may be able to access the link of other Platforms which are not
84
+ under the
85
+ control of the Firm or the Platform. We have no control over the nature, content and
86
+ availability of
87
+ those sites. The inclusion of any links does not necessarily imply a recommendation or
88
+ endorse the
89
+ views expressed within them. Every effort is made to keep the Platform up and running
90
+ smoothly.
91
+ However, the Firm takes no responsibility for, and will not be liable for, the Platform
92
+ being
93
+ temporarily unavailable due to technical issues beyond our control.</p>
94
+ <p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER
95
+ CONTENT
96
+ ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER
97
+ LAWS.
98
+ WEBSITE ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR
99
+ UNAVAILABILITY OF ANY USER CONTENT.</p>
100
+ <p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED
101
+ THROUGH
102
+ THE PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY
103
+ RESPONSIBLE FOR ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE
104
+ DOWNLOAD OF SUCH MATERIAL OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR
105
+ LEADING.
106
+ PLATFORM ACCEPTS NO LIABILITY FOR ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION
107
+ PROVIDED
108
+ TO YOU WHETHER ON BEHALF OF ITSELF OR THIRD PARTIES.</p>
109
+ <p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY
110
+ WEBSITE
111
+ AND SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
112
+ </div>
113
+ <div>
114
+ </div>
115
+ </div>
116
+ {%- if site.monumetricId -%}
73
117
  </div>
74
118
  </div>
119
+ {%- endif -%}
75
120
  {% include staticfooter.html %}
76
121
  {% include script.html %}
122
+
77
123
  </body>
78
124
 
79
125
  </html>
@@ -10,67 +10,112 @@
10
10
  {% include header/index.html %}
11
11
  {%- include dropdown/langdropdown.html -%}
12
12
  <div class="container py-4">
13
- <h1 class="about-h1 py-4">Disclaimer</h1>
14
- <div class="py-3">
15
- <p>We, {{page.companyName}}, hereinafter referred to as the “FIRM” (where such expression shall, unless
16
- repugnant to the context thereof, be deemed to include its respective legal heirs, representatives,
17
- administrators, permitted successors and assigns).
18
- </p>
19
- <p>
20
- The Firm will not be responsible for any damage suffered by users from use of the Platform. This
21
- includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries, missed
22
- deliveries, or service interruptions as may occur because of any act/omission of parties. This
23
- disclaimer of liability also applies to any damages or injury caused by any failure of performance,
24
- error, omission, interruption, deletion, defect, delay in operation or transmission, computer virus,
25
- communication line failure, theft or destruction or unauthorized access to, alteration of, or use of
26
- record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause of
27
- action.
28
- </p>
29
- <p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience caused to
30
- the User through the course of the provision of Services or as a result of the Users’ actions. The Firm
31
- makes no representations or warranties as to the conduct of the Users. The Firm takes no responsibility
32
- for any content that Users send or receive from other Users or Third-Party posts through the Website or
33
- Platform. Any material downloaded or otherwise obtained through use of the service is accessed at the
34
- Users own discretion and risk.</p>
35
- <p>The services on the Platform are intended to be subject to availability, without any promises or
36
- guarantees on the same by the Firm, and while certain information available on the Platform is the
37
- property of the Firm and the Firm endeavours to keep the said information updated and accurate, the Firm
38
- shall not make any representations or warranties of any kind, express or implied, about the
39
- completeness, accuracy, reliability, suitability or availability with respect to the Platform or the
40
- information, services, or related graphics contained on the Platform for any purpose. Any reliance you
41
- place on such information is therefore strictly at your own risk.</p>
42
- <p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
43
- Services by Users. The use of the Services in the Platform is the sole responsibility of the User (or
44
- legally authorised person on behalf of the User), and in case of any negligence on the part of the User
45
- is acting on the same shall not be construed as imposing any liability, direct or indirect, on the Firm
46
- /Platform.</p>
47
- <p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome (incidental,
48
- direct, indirect or otherwise) from the use of the Platform or any such services under the platform. In
49
- no event will the Firm be liable for any loss or damage including without limitation, indirect or
50
- consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits
51
- arising out of, or in connection with, the use of the Platform.</p>
52
- <p>Through this Platform, You may be able to access the link of other Platforms which are not under the
53
- control of the Firm or the Platform. We have no control over the nature, content and availability of
54
- those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views
55
- expressed within them. Every effort is made to keep the Platform up and running smoothly. However, the
56
- Firm takes no responsibility for, and will not be liable for, the Platform being temporarily unavailable
57
- due to technical issues beyond our control.</p>
58
- <p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER CONTENT
59
- ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS. WEBSITE
60
- ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF ANY
61
- USER CONTENT.</p>
62
- <p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE
63
- PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY RESPONSIBLE FOR
64
- ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH MATERIAL
65
- OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO LIABILITY FOR
66
- ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF ITSELF OR
67
- THIRD PARTIES.</p>
68
- <p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY WEBSITE AND
69
- SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
70
- </div>
71
- <div>
72
- {{content}}
13
+ {%- if site.monumetricId -%}
14
+ <div class="row">
15
+ <div class="col-md-9 mx-auto">
16
+ {%- endif -%}
17
+ <h1 class="about-h1 py-4">Disclaimer</h1>
18
+ <div class="py-3">
19
+ <p>We, {{page.companyName}}, hereinafter referred to as the “FIRM” (where such expression shall,
20
+ unless
21
+ repugnant to the context thereof, be deemed to include its respective legal heirs,
22
+ representatives,
23
+ administrators, permitted successors and assigns).
24
+ </p>
25
+ <p>
26
+ The Firm will not be responsible for any damage suffered by users from use of the Platform. This
27
+ includes but is not limited to, loss of revenue/data resulting from delays, non-deliveries,
28
+ missed
29
+ deliveries, or service interruptions as may occur because of any act/omission of parties. This
30
+ disclaimer of liability also applies to any damages or injury caused by any failure of
31
+ performance,
32
+ error, omission, interruption, deletion, defect, delay in operation or transmission, computer
33
+ virus,
34
+ communication line failure, theft or destruction or unauthorized access to, alteration of, or
35
+ use of
36
+ record, whether for breach of contract, tortuous behaviour, negligence, or under any other cause
37
+ of
38
+ action.
39
+ </p>
40
+ <p>The Firm also makes it clear that it shall not be held liable for any damage/hurt/inconvenience
41
+ caused to
42
+ the User through the course of the provision of Services or as a result of the Users’ actions.
43
+ The Firm
44
+ makes no representations or warranties as to the conduct of the Users. The Firm takes no
45
+ responsibility
46
+ for any content that Users send or receive from other Users or Third-Party posts through the
47
+ Website or
48
+ Platform. Any material downloaded or otherwise obtained through use of the service is accessed
49
+ at the
50
+ Users own discretion and risk.</p>
51
+ <p>The services on the Platform are intended to be subject to availability, without any promises or
52
+ guarantees on the same by the Firm, and while certain information available on the Platform is
53
+ the
54
+ property of the Firm and the Firm endeavours to keep the said information updated and accurate,
55
+ the Firm
56
+ shall not make any representations or warranties of any kind, express or implied, about the
57
+ completeness, accuracy, reliability, suitability or availability with respect to the Platform or
58
+ the
59
+ information, services, or related graphics contained on the Platform for any purpose. Any
60
+ reliance you
61
+ place on such information is therefore strictly at your own risk.</p>
62
+ <p>The Firm bears no responsibility whatsoever for any consequences arising from the use of the said
63
+ Services by Users. The use of the Services in the Platform is the sole responsibility of the
64
+ User (or
65
+ legally authorised person on behalf of the User), and in case of any negligence on the part of
66
+ the User
67
+ is acting on the same shall not be construed as imposing any liability, direct or indirect, on
68
+ the Firm
69
+ /Platform.</p>
70
+ <p>The Firm shall disclaim all responsibility and owns no liability to Users for any outcome
71
+ (incidental,
72
+ direct, indirect or otherwise) from the use of the Platform or any such services under the
73
+ platform. In
74
+ no event will the Firm be liable for any loss or damage including without limitation, indirect
75
+ or
76
+ consequential loss or damage, or any loss or damage whatsoever arising from loss of data or
77
+ profits
78
+ arising out of, or in connection with, the use of the Platform.</p>
79
+ <p>Through this Platform, You may be able to access the link of other Platforms which are not under
80
+ the
81
+ control of the Firm or the Platform. We have no control over the nature, content and
82
+ availability of
83
+ those sites. The inclusion of any links does not necessarily imply a recommendation or endorse
84
+ the views
85
+ expressed within them. Every effort is made to keep the Platform up and running smoothly.
86
+ However, the
87
+ Firm takes no responsibility for, and will not be liable for, the Platform being temporarily
88
+ unavailable
89
+ due to technical issues beyond our control.</p>
90
+ <p>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, WE WILL HAVE NO LIABILITY RELATED TO USER
91
+ CONTENT
92
+ ARISING UNDER INTELLECTUAL PROPERTY RIGHTS, LIBEL, PRIVACY, PUBLICITY, OBSCENITY OR OTHER LAWS.
93
+ WEBSITE
94
+ ALSO DISCLAIMS ALL LIABILITY WITH RESPECT TO THE MISUSE, LOSS, MODIFICATION OR UNAVAILABILITY OF
95
+ ANY
96
+ USER CONTENT.</p>
97
+ <p>THE USER UNDERSTANDS AND AGREES THAT ANY MATERIAL OR DATA DOWNLOADED OR OTHERWISE OBTAINED
98
+ THROUGH THE
99
+ PLATFORM IS DONE ENTIRELY AT HIS/HER OWN DISCRETION AND RISK AND HE/SHE WILL BE SOLELY
100
+ RESPONSIBLE FOR
101
+ ANY DAMAGE TO HIS/HER COMPUTER SYSTEMS OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF SUCH
102
+ MATERIAL
103
+ OR DATA. WE ARE NOT RESPONSIBLE FOR ANY TYPOGRAPHICAL ERROR LEADING. PLATFORM ACCEPTS NO
104
+ LIABILITY FOR
105
+ ANY ERRORS OR OMISSIONS, WITH RESPECT TO ANY INFORMATION PROVIDED TO YOU WHETHER ON BEHALF OF
106
+ ITSELF OR
107
+ THIRD PARTIES.</p>
108
+ <p>THE ADVERTISEMENT THAT MAY BE AVAILABLE ON E-MAIL OR WEBSITE WITH RESPECT TO THE THIRD-PARTY
109
+ WEBSITE AND
110
+ SERVICES ARE FOR INFORMATION PURPOSE ONLY.</p>
111
+ </div>
112
+ <div>
113
+ {{content}}
114
+ </div>
115
+ {%- if site.monumetricId -%}
116
+ </div>
73
117
  </div>
118
+ {%- endif -%}
74
119
  </div>
75
120
  {% include staticfooter.html %}
76
121
  {% include script.html %}
@@ -98,46 +98,72 @@
98
98
  {%- endif -%}
99
99
 
100
100
  <div class="container mt-4 mb-5">
101
+
101
102
  <div class="row px-0">
102
- {% for data in featureData.TEXTUAL_CONTENT %}
103
- <div class="col-lg-4 col-md-6 my-4">
104
- <div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
105
- alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
106
- <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
107
- <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
103
+ {%- if site.monumetricId -%}
104
+ <div class="col-md-9 mx-auto">
105
+ <div class="row">
106
+ {%- endif -%}
107
+
108
+ {% for data in featureData.TEXTUAL_CONTENT %}
109
+ <div class="{%- if site.monumetricId -%}
110
+ col-md-6 my-4
111
+ {%- else -%}
112
+ col-md-4 my-4
113
+ {%- endif -%} ">
114
+ <div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px"
115
+ width="48px" alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif
116
+ -%}>
117
+ <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
118
+ <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
119
+ </div>
120
+ </div>
121
+ {% endfor %}
122
+ {%- if site.monumetricId -%}
108
123
  </div>
109
124
  </div>
110
- {% endfor %}
125
+ {%- endif -%}
126
+
127
+
111
128
  </div>
112
129
  </div>
113
130
  <section class="how-to-section">
114
131
  <div class="container">
115
132
  <div class="row">
116
- <div class="col-md-6 order-0 ">
117
- {%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
118
- <div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
119
- src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
120
- alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
121
- site.crossorigin -%} crossorigin {%- endif -%}>
122
- </div>
123
- {%- endif -%}
124
- </div>
125
- <div class="col-md-6 order-1">
126
- <div class="how-to-right">
127
- <h3 class="how-to-title text-left">{{featureData.HOW_TO_CONTENT.heading | replace: "$variable",
128
- page.value}}</h3>
129
- <ol class="how-to-list">
130
- {% for data in featureData.HOW_TO_CONTENT.steps %}
133
+ {%- if site.monumetricId -%}
134
+ <div class="col-md-9 mx-auto">
135
+ <div class="row">
136
+ {%- endif -%}
137
+ <div class="col-md-6 order-0 ">
138
+ {%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
139
+ <div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
140
+ src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
141
+ alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
142
+ site.crossorigin -%} crossorigin {%- endif -%}>
143
+ </div>
144
+ {%- endif -%}
145
+ </div>
146
+ <div class="col-md-6 order-1">
147
+ <div class="how-to-right">
148
+ <h3 class="how-to-title text-left">{{featureData.HOW_TO_CONTENT.heading | replace:
149
+ "$variable",
150
+ page.value}}</h3>
151
+ <ol class="how-to-list">
152
+ {% for data in featureData.HOW_TO_CONTENT.steps %}
131
153
 
132
- <li id="step{{forloop.index}}" class="how-to-list-item">
133
- <span>{{forloop.index}}.</span>{{data |
134
- replace: "$variable",
135
- page.value}}
136
- </li>
137
- {% endfor %}
138
- </ol>
154
+ <li id="step{{forloop.index}}" class="how-to-list-item">
155
+ <span>{{forloop.index}}.</span>{{data |
156
+ replace: "$variable",
157
+ page.value}}
158
+ </li>
159
+ {% endfor %}
160
+ </ol>
161
+ </div>
162
+ </div>
163
+ {%- if site.monumetricId -%}
139
164
  </div>
140
165
  </div>
166
+ {%- endif -%}
141
167
  </div>
142
168
 
143
169
  </div>