_includes/Usp/usp.html in appscms-tools-theme-1.7.6 vs _includes/Usp/usp.html in appscms-tools-theme-1.7.7
- old
+ new
@@ -1,15 +1,16 @@
{% assign file = page.fileName %}
{% assign lang = page.lang %}
{% assign folder = page.folderName %}
{% assign uspData= site.data[folder][lang][file] %}
{%- if site.showusps -%}
-<div class="container">
+<section class="usp-section">
+ <div class="container">
-<h2 class="feature-h1 my-4" >Our USPs</h2>
-<table class="table table-bordered table-striped table-light " >
- <tbody>
+ <h2 class="feature-h1 my-4">Our USPs</h2>
+ <table class="table table-bordered table-striped table-light ">
+ <tbody>
<tr>
<td class="font-weight-bold" scope="row">
Security
</td>
<td>
@@ -54,31 +55,33 @@
</td>
<td>
None (We provide complete ad free experience)
</td>
</tr>
- </tbody>
-</table>
-</div>
+ </tbody>
+ </table>
+ </div>
+</section>
{%- else -%}
{%- if uspData -%}
-<div class="container">
+<section class="usp-section">
+ <div class="container">
-<h2 class="feature-h1 my-4" >{{uspData.USP_Heading}}</h2>
-<table class="table table-bordered table-striped table-light " >
- <tbody>
- {%- for item in uspData.USPS -%}
+ <h2 class="feature-h1 my-4">{{uspData.USP_Heading}}</h2>
+ <table class="table table-bordered table-striped table-light ">
+ <tbody>
+ {%- for item in uspData.USPS -%}
<tr>
<td class="font-weight-bold" scope="row">
{{item.USP_VALUE}}
</td>
<td>
{{item.USP_FACTOR}}
</td>
</tr>
- {%- endfor -%}
- </tbody>
-</table>
-</div>
+ {%- endfor -%}
+ </tbody>
+ </table>
+ </div>
+</section>
{%- endif -%}
-{%- endif -%}
-
+{%- endif -%}
\ No newline at end of file